Bladeren bron

Remove more code name occurences

Felix Paul Kühne 11 jaren geleden
bovenliggende
commit
4505ad5a6a

+ 1 - 1
Resources/About Contents.html

@@ -18,7 +18,7 @@
 </td>
 <td width=160 valign="middle">
 <h3>VLC for iOS</h2>
-<h5>ASPENVERSION<br /><br />MOBILEVLCKITVERSION</h5>
+<h5>VLCFORIOSVERSION<br /><br />MOBILEVLCKITVERSION</h5>
 </td>
 </tr>
 </table>

+ 1 - 1
Sources/VLC for iOS-Prefix.pch

@@ -1,5 +1,5 @@
 //
-// Prefix header for all source files of the 'AspenProject' target in the 'AspenProject' project
+// Prefix header for all source files of the 'vlc-ios' target in the 'VLC for iOS' project
 //
 
 #import <Availability.h>

+ 1 - 1
Sources/VLCAboutViewController.h

@@ -1,6 +1,6 @@
 //
 //  VLCAboutViewController.h
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 07.04.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 2 - 2
Sources/VLCAboutViewController.m

@@ -1,6 +1,6 @@
 //
 //  VLCAboutViewController.m
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 07.04.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
@@ -35,7 +35,7 @@
     self.webView.backgroundColor = [UIColor colorWithWhite:.122 alpha:1.];
 
     NSMutableString *htmlContent = [NSMutableString stringWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"About Contents" ofType:@"html"] encoding:NSUTF8StringEncoding error:nil];
-    [htmlContent replaceOccurrencesOfString:@"ASPENVERSION" withString:[[NSString stringWithFormat:NSLocalizedString(@"VERSION_FORMAT",@""), [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"]] stringByAppendingFormat:@"<br /><i>%@</i>", kVLCVersionCodename] options:NSLiteralSearch range:NSMakeRange(0, 1000)];
+    [htmlContent replaceOccurrencesOfString:@"VLCFORIOSVERSION" withString:[[NSString stringWithFormat:NSLocalizedString(@"VERSION_FORMAT",@""), [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"]] stringByAppendingFormat:@"<br /><i>%@</i>", kVLCVersionCodename] options:NSLiteralSearch range:NSMakeRange(0, 1000)];
     [htmlContent replaceOccurrencesOfString:@"MOBILEVLCKITVERSION" withString:[NSString stringWithFormat:NSLocalizedString(@"BASED_ON_FORMAT",@""),[[VLCLibrary sharedLibrary] version]] options:NSLiteralSearch range:NSMakeRange(0, 1000)];
     [self.webView loadHTMLString:[NSString stringWithString:htmlContent] baseURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] bundlePath]]];
     htmlContent = nil;

+ 1 - 1
Sources/VLCAppDelegate.h

@@ -1,6 +1,6 @@
 //
 //  VLCAppDelegate.h
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 27.02.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 1 - 1
Sources/VLCAppDelegate.m

@@ -1,6 +1,6 @@
 //
 //  VLCAppDelegate.m
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 27.02.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 1 - 1
Sources/VLCExternalDisplayController.h

@@ -1,6 +1,6 @@
 //
 //  VLCExternalDisplayController.h
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Gleb on 4/6/13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 1 - 1
Sources/VLCExternalDisplayController.m

@@ -1,6 +1,6 @@
 //
 //  VLCExternalDisplayController.m
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Gleb on 4/6/13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 1 - 1
Sources/VLCLinearProgressIndicator.h

@@ -1,6 +1,6 @@
 //
 //  VLCLinearProgressIndicator.h
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 13.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 1 - 1
Sources/VLCLinearProgressIndicator.m

@@ -1,6 +1,6 @@
 //
 //  VLCLinearProgressIndicator.m
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 13.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 1 - 1
Sources/VLCMovieViewController.h

@@ -1,6 +1,6 @@
 //
 //  VLCDetailViewController.h
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 27.02.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 1 - 1
Sources/VLCMovieViewController.m

@@ -1,6 +1,6 @@
 //
 //  VLCMovieViewController.m
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 27.02.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 1 - 1
Sources/VLCPlaylistTableViewCell.h

@@ -1,6 +1,6 @@
 //
 //  VLCPlaylistTableViewCell.h
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 01.04.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 1 - 1
Sources/VLCPlaylistTableViewCell.m

@@ -1,6 +1,6 @@
 //
 //  VLCPlaylistTableViewCell.m
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 01.04.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 2 - 2
Sources/VLCPlaylistViewController.h

@@ -1,6 +1,6 @@
 //
-//  VLCMasterViewController.h
-//  AspenProject
+//  VLCPlaylistViewController.h
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 27.02.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 2 - 2
Sources/VLCPlaylistViewController.m

@@ -1,6 +1,6 @@
 //
-//  VLCMasterViewController.m
-//  AspenProject
+//  VLCPlaylistViewController.m
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 27.02.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 1 - 1
Sources/VLCStatusLabel.h

@@ -1,6 +1,6 @@
 //
 //  VLCStatusLabel.h
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 17.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 1 - 1
Sources/VLCStatusLabel.m

@@ -1,6 +1,6 @@
 //
 //  VLCStatusLabel.m
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 17.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.

+ 1 - 1
Sources/main.m

@@ -1,6 +1,6 @@
 //
 //  main.m
-//  AspenProject
+//  VLC for iOS
 //
 //  Created by Felix Paul Kühne on 27.02.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.