Merge lp:~threeve/ubuntuone-ios-music/the-great-renaming into lp:ubuntuone-ios-music

Proposed by Jason Foreman
Status: Merged
Approved by: Zachery Bir
Approved revision: 204
Merged at revision: 203
Proposed branch: lp:~threeve/ubuntuone-ios-music/the-great-renaming
Merge into: lp:ubuntuone-ios-music
Diff against target: 390 lines (+53/-63)
5 files modified
.bzrignore (+5/-7)
Other Sources/U1MusicAppDelegate.h (+1/-1)
Other Sources/U1MusicAppDelegate.m (+3/-3)
U1Music.xcodeproj/project.pbxproj (+21/-21)
xibs/MainWindow.xib (+23/-31)
To merge this branch: bzr merge lp:~threeve/ubuntuone-ios-music/the-great-renaming
Reviewer Review Type Date Requested Status
Zachery Bir Approve
Review via email: mp+69156@code.launchpad.net

Description of the change

Renaming the project and a couple of key classes from 'iSub' to 'U1Music'.

To post a comment you must log in.
Revision history for this message
Zachery Bir (urbanape) wrote :

Approved, with the following diff:

=== modified file 'view_controllers/SettingsViewController.m'
--- view_controllers/SettingsViewController.m 2011-07-11 19:36:38 +0000
+++ view_controllers/SettingsViewController.m 2011-07-27 16:33:38 +0000
@@ -29,7 +29,6 @@
 // DAMAGE.

 #import "SettingsViewController.h"
-#import "iSubAppDelegate.h"
 #import "AboutViewController.h"
 #import "Subsonic.h"
 #import "Downloader.h"

=== modified file 'view_controllers/SongViewController.m'
--- view_controllers/SongViewController.m 2011-06-23 13:54:49 +0000
+++ view_controllers/SongViewController.m 2011-07-27 16:33:30 +0000
@@ -29,7 +29,6 @@
 // DAMAGE.

 #import "SongViewController.h"
-#import "iSubAppDelegate.h"
 #import "StreamingPlayer.h"
 #import "AudioStreamer.h"
 #import "Album.h"

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file '.bzrignore'
--- .bzrignore 2011-07-19 18:56:05 +0000
+++ .bzrignore 2011-07-25 19:46:02 +0000
@@ -1,9 +1,7 @@
1musicstreaming/build
2musicstreaming/iSub.xcodeproj/*.pbxuser
3musicstreaming/iSub.xcodeproj/*.mode1v3
4contacts/iPhoneApp/build
5.DS_STORE1.DS_STORE
6contacts/funambol-sdk/build/mac/build
7.DS_Store2.DS_Store
8musicstreaming/iSub.xcodeproj/xcuserdata3build
9musicstreaming/iSub.xcodeproj/project.xcworkspace/4U1Music.xcodeproj/*.pbxuser
5U1Music.xcodeproj/*.mode1v3
6U1Music.xcodeproj/xcuserdata
7U1Music.xcodeproj/project.xcworkspace/
108
=== renamed file 'Other Sources/iSubAppDelegate.h' => 'Other Sources/U1MusicAppDelegate.h'
--- Other Sources/iSubAppDelegate.h 2011-05-27 18:25:16 +0000
+++ Other Sources/U1MusicAppDelegate.h 2011-07-25 19:46:02 +0000
@@ -30,7 +30,7 @@
3030
31@class Reachability;31@class Reachability;
3232
33@interface iSubAppDelegate : NSObject <UIApplicationDelegate> {33@interface U1MusicAppDelegate : NSObject <UIApplicationDelegate> {
34 34
35 UIWindow *window;35 UIWindow *window;
36 UITabBarController *tabBarController;36 UITabBarController *tabBarController;
3737
=== renamed file 'Other Sources/iSubAppDelegate.m' => 'Other Sources/U1MusicAppDelegate.m'
--- Other Sources/iSubAppDelegate.m 2011-07-12 21:35:15 +0000
+++ Other Sources/U1MusicAppDelegate.m 2011-07-25 19:46:02 +0000
@@ -28,7 +28,7 @@
28// ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 28// ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
29// DAMAGE.29// DAMAGE.
3030
31#import "iSubAppDelegate.h"31#import "U1MusicAppDelegate.h"
32#import "ArtistListViewController.h"32#import "ArtistListViewController.h"
33#import "AlbumListViewController.h"33#import "AlbumListViewController.h"
34#import "PlaylistListViewController.h"34#import "PlaylistListViewController.h"
@@ -39,7 +39,7 @@
39#import "UOMusicLoginController.h"39#import "UOMusicLoginController.h"
40#import "URLQueryStringParser.h"40#import "URLQueryStringParser.h"
4141
42@interface iSubAppDelegate () <UOMusicLoginControllerDelegate>42@interface U1MusicAppDelegate () <UOMusicLoginControllerDelegate>
43@property (retain) UOMusicLoginController *loginController;43@property (retain) UOMusicLoginController *loginController;
44- (void)recoverState;44- (void)recoverState;
45- (void)parseQueryCredentials:(NSURL*)anURL;45- (void)parseQueryCredentials:(NSURL*)anURL;
@@ -48,7 +48,7 @@
48@end48@end
4949
5050
51@implementation iSubAppDelegate51@implementation U1MusicAppDelegate
5252
53@synthesize window;53@synthesize window;
54@synthesize tabBarController;54@synthesize tabBarController;
5555
=== renamed file 'iSub-Info.plist' => 'U1Music-Info.plist'
=== renamed directory 'iSub.xcodeproj' => 'U1Music.xcodeproj'
=== modified file 'U1Music.xcodeproj/project.pbxproj'
--- iSub.xcodeproj/project.pbxproj 2011-07-18 14:05:09 +0000
+++ U1Music.xcodeproj/project.pbxproj 2011-07-25 19:46:02 +0000
@@ -116,7 +116,7 @@
116 93F334681247FB02006C6707 /* SongViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93F334641247FB02006C6707 /* SongViewController.xib */; };116 93F334681247FB02006C6707 /* SongViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93F334641247FB02006C6707 /* SongViewController.xib */; };
117 93F334691247FB02006C6707 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93F334651247FB02006C6707 /* MainWindow.xib */; };117 93F334691247FB02006C6707 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93F334651247FB02006C6707 /* MainWindow.xib */; };
118 93F3346A1247FB02006C6707 /* SearchableTableViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93F334661247FB02006C6707 /* SearchableTableViewController.xib */; };118 93F3346A1247FB02006C6707 /* SearchableTableViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93F334661247FB02006C6707 /* SearchableTableViewController.xib */; };
119 93F334711247FB78006C6707 /* iSubAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 93F3346F1247FB78006C6707 /* iSubAppDelegate.m */; };119 93F334711247FB78006C6707 /* U1MusicAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 93F3346F1247FB78006C6707 /* U1MusicAppDelegate.m */; };
120 93F334721247FB78006C6707 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 93F334701247FB78006C6707 /* main.m */; };120 93F334721247FB78006C6707 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 93F334701247FB78006C6707 /* main.m */; };
121 93F334751247FB9F006C6707 /* AudioStreamer.m in Sources */ = {isa = PBXBuildFile; fileRef = 93F334741247FB9F006C6707 /* AudioStreamer.m */; };121 93F334751247FB9F006C6707 /* AudioStreamer.m in Sources */ = {isa = PBXBuildFile; fileRef = 93F334741247FB9F006C6707 /* AudioStreamer.m */; };
122 93F3349F1247FCDC006C6707 /* ArtistViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93F3348E1247FCDC006C6707 /* ArtistViewController.m */; };122 93F3349F1247FCDC006C6707 /* ArtistViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93F3348E1247FCDC006C6707 /* ArtistViewController.m */; };
@@ -183,7 +183,7 @@
183 53F675DB113B093900822059 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };183 53F675DB113B093900822059 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
184 53F675E1113B095900822059 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };184 53F675E1113B095900822059 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
185 53F675E7113B096400822059 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };185 53F675E7113B096400822059 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
186 8D1107310486CEB800E47090 /* iSub-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "iSub-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };186 8D1107310486CEB800E47090 /* U1Music-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "U1Music-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
187 91018B0913573BBB0051EFDC /* UIImage+Resize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+Resize.h"; sourceTree = "<group>"; };187 91018B0913573BBB0051EFDC /* UIImage+Resize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+Resize.h"; sourceTree = "<group>"; };
188 91018B0A13573BBB0051EFDC /* UIImage+Resize.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+Resize.m"; sourceTree = "<group>"; };188 91018B0A13573BBB0051EFDC /* UIImage+Resize.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+Resize.m"; sourceTree = "<group>"; };
189 91018B0C13573D150051EFDC /* UIImage+Alpha.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+Alpha.h"; sourceTree = "<group>"; };189 91018B0C13573D150051EFDC /* UIImage+Alpha.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+Alpha.h"; sourceTree = "<group>"; };
@@ -341,12 +341,12 @@
341 93F334641247FB02006C6707 /* SongViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SongViewController.xib; sourceTree = "<group>"; };341 93F334641247FB02006C6707 /* SongViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SongViewController.xib; sourceTree = "<group>"; };
342 93F334651247FB02006C6707 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };342 93F334651247FB02006C6707 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
343 93F334661247FB02006C6707 /* SearchableTableViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SearchableTableViewController.xib; sourceTree = "<group>"; };343 93F334661247FB02006C6707 /* SearchableTableViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SearchableTableViewController.xib; sourceTree = "<group>"; };
344 93F3346E1247FB78006C6707 /* iSubAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iSubAppDelegate.h; sourceTree = "<group>"; };344 93F3346E1247FB78006C6707 /* U1MusicAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = U1MusicAppDelegate.h; sourceTree = "<group>"; };
345 93F3346F1247FB78006C6707 /* iSubAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iSubAppDelegate.m; sourceTree = "<group>"; };345 93F3346F1247FB78006C6707 /* U1MusicAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = U1MusicAppDelegate.m; sourceTree = "<group>"; };
346 93F334701247FB78006C6707 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };346 93F334701247FB78006C6707 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
347 93F334731247FB9F006C6707 /* AudioStreamer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AudioStreamer.h; sourceTree = "<group>"; };347 93F334731247FB9F006C6707 /* AudioStreamer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AudioStreamer.h; sourceTree = "<group>"; };
348 93F334741247FB9F006C6707 /* AudioStreamer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AudioStreamer.m; sourceTree = "<group>"; };348 93F334741247FB9F006C6707 /* AudioStreamer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AudioStreamer.m; sourceTree = "<group>"; };
349 93F334841247FC15006C6707 /* iSub_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iSub_Prefix.pch; sourceTree = SOURCE_ROOT; };349 93F334841247FC15006C6707 /* U1Music_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = U1Music_Prefix.pch; path = ../U1Music_Prefix.pch; sourceTree = "<group>"; };
350 93F3348D1247FCDC006C6707 /* ArtistViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ArtistViewController.h; path = view_controllers/ArtistViewController.h; sourceTree = "<group>"; };350 93F3348D1247FCDC006C6707 /* ArtistViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ArtistViewController.h; path = view_controllers/ArtistViewController.h; sourceTree = "<group>"; };
351 93F3348E1247FCDC006C6707 /* ArtistViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = ArtistViewController.m; path = view_controllers/ArtistViewController.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };351 93F3348E1247FCDC006C6707 /* ArtistViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = ArtistViewController.m; path = view_controllers/ArtistViewController.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
352 93F3348F1247FCDC006C6707 /* SongViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = SongViewController.h; path = view_controllers/SongViewController.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };352 93F3348F1247FCDC006C6707 /* SongViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = SongViewController.h; path = view_controllers/SongViewController.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
@@ -520,7 +520,7 @@
520 93D6B50A1252CA71007880B0 /* music_29.png */,520 93D6B50A1252CA71007880B0 /* music_29.png */,
521 93D6B50D1252CA71007880B0 /* music_512.png */,521 93D6B50D1252CA71007880B0 /* music_512.png */,
522 53F0CD8111589F0A00A665CD /* progress-label-background.png */,522 53F0CD8111589F0A00A665CD /* progress-label-background.png */,
523 8D1107310486CEB800E47090 /* iSub-Info.plist */,523 8D1107310486CEB800E47090 /* U1Music-Info.plist */,
524 935FCC42123766E600B5DF9B /* Entitlements.plist */,524 935FCC42123766E600B5DF9B /* Entitlements.plist */,
525 93DFFE4C135D71760061F29F /* music.xcdatamodeld */,525 93DFFE4C135D71760061F29F /* music.xcdatamodeld */,
526 );526 );
@@ -770,9 +770,9 @@
770 isa = PBXGroup;770 isa = PBXGroup;
771 children = (771 children = (
772 93BC520A124C187700B7587C /* SynthesizeSingleton.h */,772 93BC520A124C187700B7587C /* SynthesizeSingleton.h */,
773 93F334841247FC15006C6707 /* iSub_Prefix.pch */,773 93F334841247FC15006C6707 /* U1Music_Prefix.pch */,
774 93F3346E1247FB78006C6707 /* iSubAppDelegate.h */,774 93F3346E1247FB78006C6707 /* U1MusicAppDelegate.h */,
775 93F3346F1247FB78006C6707 /* iSubAppDelegate.m */,775 93F3346F1247FB78006C6707 /* U1MusicAppDelegate.m */,
776 93F334701247FB78006C6707 /* main.m */,776 93F334701247FB78006C6707 /* main.m */,
777 );777 );
778 name = Main;778 name = Main;
@@ -929,9 +929,9 @@
929/* End PBXGroup section */929/* End PBXGroup section */
930930
931/* Begin PBXNativeTarget section */931/* Begin PBXNativeTarget section */
932 1D6058900D05DD3D006BFB54 /* iSub */ = {932 1D6058900D05DD3D006BFB54 /* U1Music */ = {
933 isa = PBXNativeTarget;933 isa = PBXNativeTarget;
934 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "iSub" */;934 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "U1Music" */;
935 buildPhases = (935 buildPhases = (
936 1D60588D0D05DD3D006BFB54 /* Resources */,936 1D60588D0D05DD3D006BFB54 /* Resources */,
937 1D60588E0D05DD3D006BFB54 /* Sources */,937 1D60588E0D05DD3D006BFB54 /* Sources */,
@@ -941,7 +941,7 @@
941 );941 );
942 dependencies = (942 dependencies = (
943 );943 );
944 name = iSub;944 name = U1Music;
945 productName = iSubTESTING;945 productName = iSubTESTING;
946 productReference = 1D6058910D05DD3D006BFB54 /* U1 Music.app */;946 productReference = 1D6058910D05DD3D006BFB54 /* U1 Music.app */;
947 productType = "com.apple.product-type.application";947 productType = "com.apple.product-type.application";
@@ -954,7 +954,7 @@
954 attributes = {954 attributes = {
955 ORGANIZATIONNAME = Canonical;955 ORGANIZATIONNAME = Canonical;
956 };956 };
957 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "iSub" */;957 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "U1Music" */;
958 compatibilityVersion = "Xcode 3.1";958 compatibilityVersion = "Xcode 3.1";
959 developmentRegion = English;959 developmentRegion = English;
960 hasScannedForEncodings = 1;960 hasScannedForEncodings = 1;
@@ -969,7 +969,7 @@
969 projectDirPath = "";969 projectDirPath = "";
970 projectRoot = "";970 projectRoot = "";
971 targets = (971 targets = (
972 1D6058900D05DD3D006BFB54 /* iSub */,972 1D6058900D05DD3D006BFB54 /* U1Music */,
973 );973 );
974 };974 };
975/* End PBXProject section */975/* End PBXProject section */
@@ -1074,7 +1074,7 @@
1074 93F334531247FA2C006C6707 /* Artist.m in Sources */,1074 93F334531247FA2C006C6707 /* Artist.m in Sources */,
1075 93F3345C1247FA85006C6707 /* AlbumUITableViewCell.m in Sources */,1075 93F3345C1247FA85006C6707 /* AlbumUITableViewCell.m in Sources */,
1076 93F3345F1247FA97006C6707 /* SongUITableViewCell.m in Sources */,1076 93F3345F1247FA97006C6707 /* SongUITableViewCell.m in Sources */,
1077 93F334711247FB78006C6707 /* iSubAppDelegate.m in Sources */,1077 93F334711247FB78006C6707 /* U1MusicAppDelegate.m in Sources */,
1078 93F334721247FB78006C6707 /* main.m in Sources */,1078 93F334721247FB78006C6707 /* main.m in Sources */,
1079 93F334751247FB9F006C6707 /* AudioStreamer.m in Sources */,1079 93F334751247FB9F006C6707 /* AudioStreamer.m in Sources */,
1080 93F3349F1247FCDC006C6707 /* ArtistViewController.m in Sources */,1080 93F3349F1247FCDC006C6707 /* ArtistViewController.m in Sources */,
@@ -1158,9 +1158,9 @@
1158 GCC_DYNAMIC_NO_PIC = NO;1158 GCC_DYNAMIC_NO_PIC = NO;
1159 GCC_OPTIMIZATION_LEVEL = 0;1159 GCC_OPTIMIZATION_LEVEL = 0;
1160 GCC_PRECOMPILE_PREFIX_HEADER = YES;1160 GCC_PRECOMPILE_PREFIX_HEADER = YES;
1161 GCC_PREFIX_HEADER = iSub_Prefix.pch;1161 GCC_PREFIX_HEADER = U1Music_Prefix.pch;
1162 GCC_VERSION = "";1162 GCC_VERSION = "";
1163 INFOPLIST_FILE = "iSub-Info.plist";1163 INFOPLIST_FILE = "U1Music-Info.plist";
1164 PRODUCT_NAME = "U1 Music";1164 PRODUCT_NAME = "U1 Music";
1165 PROVISIONING_PROFILE = "";1165 PROVISIONING_PROFILE = "";
1166 "PROVISIONING_PROFILE[sdk=*]" = "";1166 "PROVISIONING_PROFILE[sdk=*]" = "";
@@ -1180,9 +1180,9 @@
1180 COPY_PHASE_STRIP = NO;1180 COPY_PHASE_STRIP = NO;
1181 CURRENT_PROJECT_VERSION = 6;1181 CURRENT_PROJECT_VERSION = 6;
1182 GCC_PRECOMPILE_PREFIX_HEADER = YES;1182 GCC_PRECOMPILE_PREFIX_HEADER = YES;
1183 GCC_PREFIX_HEADER = iSub_Prefix.pch;1183 GCC_PREFIX_HEADER = U1Music_Prefix.pch;
1184 GCC_VERSION = "";1184 GCC_VERSION = "";
1185 INFOPLIST_FILE = "iSub-Info.plist";1185 INFOPLIST_FILE = "U1Music-Info.plist";
1186 IPHONEOS_DEPLOYMENT_TARGET = 4.0;1186 IPHONEOS_DEPLOYMENT_TARGET = 4.0;
1187 PRODUCT_NAME = "U1 Music";1187 PRODUCT_NAME = "U1 Music";
1188 PROVISIONING_PROFILE = "";1188 PROVISIONING_PROFILE = "";
@@ -1234,7 +1234,7 @@
1234/* End XCBuildConfiguration section */1234/* End XCBuildConfiguration section */
12351235
1236/* Begin XCConfigurationList section */1236/* Begin XCConfigurationList section */
1237 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "iSub" */ = {1237 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "U1Music" */ = {
1238 isa = XCConfigurationList;1238 isa = XCConfigurationList;
1239 buildConfigurations = (1239 buildConfigurations = (
1240 1D6058940D05DD3E006BFB54 /* Debug */,1240 1D6058940D05DD3E006BFB54 /* Debug */,
@@ -1243,7 +1243,7 @@
1243 defaultConfigurationIsVisible = 0;1243 defaultConfigurationIsVisible = 0;
1244 defaultConfigurationName = Release;1244 defaultConfigurationName = Release;
1245 };1245 };
1246 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "iSub" */ = {1246 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "U1Music" */ = {
1247 isa = XCConfigurationList;1247 isa = XCConfigurationList;
1248 buildConfigurations = (1248 buildConfigurations = (
1249 C01FCF4F08A954540054247B /* Debug */,1249 C01FCF4F08A954540054247B /* Debug */,
12501250
=== renamed file 'iSub_Prefix.pch' => 'U1Music_Prefix.pch'
=== modified file 'xibs/MainWindow.xib'
--- xibs/MainWindow.xib 2011-05-18 14:26:11 +0000
+++ xibs/MainWindow.xib 2011-07-25 19:46:02 +0000
@@ -2,23 +2,16 @@
2<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">2<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
3 <data>3 <data>
4 <int key="IBDocument.SystemTarget">1056</int>4 <int key="IBDocument.SystemTarget">1056</int>
5 <string key="IBDocument.SystemVersion">10J869</string>5 <string key="IBDocument.SystemVersion">11A511</string>
6 <string key="IBDocument.InterfaceBuilderVersion">1306</string>6 <string key="IBDocument.InterfaceBuilderVersion">907</string>
7 <string key="IBDocument.AppKitVersion">1038.35</string>7 <string key="IBDocument.AppKitVersion">1138</string>
8 <string key="IBDocument.HIToolboxVersion">461.00</string>8 <string key="IBDocument.HIToolboxVersion">566.00</string>
9 <object class="NSMutableDictionary" key="IBDocument.PluginVersions">9 <object class="NSMutableDictionary" key="IBDocument.PluginVersions">
10 <string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>10 <string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
11 <string key="NS.object.0">301</string>11 <string key="NS.object.0">141</string>
12 </object>12 </object>
13 <object class="NSArray" key="IBDocument.IntegratedClassDependencies">13 <object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
14 <bool key="EncodedWithXMLCoder">YES</bool>14 <bool key="EncodedWithXMLCoder">YES</bool>
15 <string>IBProxyObject</string>
16 <string>IBUITabBarItem</string>
17 <string>IBUIViewController</string>
18 <string>IBUICustomObject</string>
19 <string>IBUITabBarController</string>
20 <string>IBUIWindow</string>
21 <string>IBUITabBar</string>
22 </object>15 </object>
23 <object class="NSArray" key="IBDocument.PluginDependencies">16 <object class="NSArray" key="IBDocument.PluginDependencies">
24 <bool key="EncodedWithXMLCoder">YES</bool>17 <bool key="EncodedWithXMLCoder">YES</bool>
@@ -29,7 +22,9 @@
29 <object class="NSArray" key="dict.sortedKeys" id="0">22 <object class="NSArray" key="dict.sortedKeys" id="0">
30 <bool key="EncodedWithXMLCoder">YES</bool>23 <bool key="EncodedWithXMLCoder">YES</bool>
31 </object>24 </object>
32 <reference key="dict.values" ref="0"/>25 <object class="NSMutableArray" key="dict.values">
26 <bool key="EncodedWithXMLCoder">YES</bool>
27 </object>
33 </object>28 </object>
34 <object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">29 <object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
35 <bool key="EncodedWithXMLCoder">YES</bool>30 <bool key="EncodedWithXMLCoder">YES</bool>
@@ -45,12 +40,10 @@
45 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>40 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
46 </object>41 </object>
47 <object class="IBUIWindow" id="380026005">42 <object class="IBUIWindow" id="380026005">
48 <reference key="NSNextResponder"/>43 <nil key="NSNextResponder"/>
49 <int key="NSvFlags">1316</int>44 <int key="NSvFlags">1316</int>
50 <object class="NSPSMatrix" key="NSFrameMatrix"/>45 <object class="NSPSMatrix" key="NSFrameMatrix"/>
51 <string key="NSFrameSize">{320, 480}</string>46 <string key="NSFrameSize">{320, 480}</string>
52 <reference key="NSSuperview"/>
53 <reference key="NSNextKeyView"/>
54 <object class="NSColor" key="IBUIBackgroundColor">47 <object class="NSColor" key="IBUIBackgroundColor">
55 <int key="NSColorSpace">1</int>48 <int key="NSColorSpace">1</int>
56 <bytes key="NSRGB">MSAxIDEAA</bytes>49 <bytes key="NSRGB">MSAxIDEAA</bytes>
@@ -68,7 +61,6 @@
68 <int key="IBUIStatusBarStyle">2</int>61 <int key="IBUIStatusBarStyle">2</int>
69 </object>62 </object>
70 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">63 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
71 <int key="IBUIInterfaceOrientation">1</int>
72 <int key="interfaceOrientation">1</int>64 <int key="interfaceOrientation">1</int>
73 </object>65 </object>
74 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>66 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
@@ -85,7 +77,6 @@
85 <reference key="IBUIParentViewController" ref="348272196"/>77 <reference key="IBUIParentViewController" ref="348272196"/>
86 <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>78 <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
87 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">79 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
88 <int key="IBUIInterfaceOrientation">1</int>
89 <int key="interfaceOrientation">1</int>80 <int key="interfaceOrientation">1</int>
90 </object>81 </object>
91 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>82 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
@@ -106,7 +97,6 @@
106 <reference key="IBUIParentViewController" ref="348272196"/>97 <reference key="IBUIParentViewController" ref="348272196"/>
107 <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>98 <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
108 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">99 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
109 <int key="IBUIInterfaceOrientation">1</int>
110 <int key="interfaceOrientation">1</int>100 <int key="interfaceOrientation">1</int>
111 </object>101 </object>
112 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>102 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
@@ -124,7 +114,6 @@
124 <reference key="IBUIParentViewController" ref="348272196"/>114 <reference key="IBUIParentViewController" ref="348272196"/>
125 <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>115 <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
126 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">116 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
127 <int key="IBUIInterfaceOrientation">1</int>
128 <int key="interfaceOrientation">1</int>117 <int key="interfaceOrientation">1</int>
129 </object>118 </object>
130 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>119 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
@@ -142,7 +131,6 @@
142 <reference key="IBUIParentViewController" ref="348272196"/>131 <reference key="IBUIParentViewController" ref="348272196"/>
143 <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>132 <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
144 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">133 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
145 <int key="IBUIInterfaceOrientation">1</int>
146 <int key="interfaceOrientation">1</int>134 <int key="interfaceOrientation">1</int>
147 </object>135 </object>
148 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>136 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
@@ -160,7 +148,6 @@
160 <reference key="IBUIParentViewController" ref="348272196"/>148 <reference key="IBUIParentViewController" ref="348272196"/>
161 <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>149 <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
162 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">150 <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
163 <int key="IBUIInterfaceOrientation">1</int>
164 <int key="interfaceOrientation">1</int>151 <int key="interfaceOrientation">1</int>
165 </object>152 </object>
166 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>153 <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
@@ -168,11 +155,9 @@
168 </object>155 </object>
169 </object>156 </object>
170 <object class="IBUITabBar" key="IBUITabBar" id="252579872">157 <object class="IBUITabBar" key="IBUITabBar" id="252579872">
171 <reference key="NSNextResponder"/>158 <nil key="NSNextResponder"/>
172 <int key="NSvFlags">266</int>159 <int key="NSvFlags">266</int>
173 <string key="NSFrame">{{0, 431}, {320, 49}}</string>160 <string key="NSFrame">{{0, 431}, {320, 49}}</string>
174 <reference key="NSSuperview"/>
175 <reference key="NSNextKeyView"/>
176 <object class="NSColor" key="IBUIBackgroundColor">161 <object class="NSColor" key="IBUIBackgroundColor">
177 <int key="NSColorSpace">3</int>162 <int key="NSColorSpace">3</int>
178 <bytes key="NSWhite">MCAwAA</bytes>163 <bytes key="NSWhite">MCAwAA</bytes>
@@ -373,14 +358,16 @@
373 <object class="NSMutableDictionary">358 <object class="NSMutableDictionary">
374 <bool key="EncodedWithXMLCoder">YES</bool>359 <bool key="EncodedWithXMLCoder">YES</bool>
375 <reference key="dict.sortedKeys" ref="0"/>360 <reference key="dict.sortedKeys" ref="0"/>
376 <reference key="dict.values" ref="0"/>361 <object class="NSMutableArray" key="dict.values">
362 <bool key="EncodedWithXMLCoder">YES</bool>
363 </object>
377 </object>364 </object>
378 <string>{{11, 1059}, {320, 480}}</string>365 <string>{{11, 1059}, {320, 480}}</string>
379 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>366 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
380 <string>{{112, 1008}, {320, 480}}</string>367 <string>{{112, 1008}, {320, 480}}</string>
381 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>368 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
382 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>369 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
383 <string>iSubAppDelegate</string>370 <string>U1MusicAppDelegate</string>
384 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>371 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
385 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>372 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
386 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>373 <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
@@ -397,13 +384,17 @@
397 <object class="NSMutableDictionary" key="unlocalizedProperties">384 <object class="NSMutableDictionary" key="unlocalizedProperties">
398 <bool key="EncodedWithXMLCoder">YES</bool>385 <bool key="EncodedWithXMLCoder">YES</bool>
399 <reference key="dict.sortedKeys" ref="0"/>386 <reference key="dict.sortedKeys" ref="0"/>
400 <reference key="dict.values" ref="0"/>387 <object class="NSMutableArray" key="dict.values">
388 <bool key="EncodedWithXMLCoder">YES</bool>
389 </object>
401 </object>390 </object>
402 <nil key="activeLocalization"/>391 <nil key="activeLocalization"/>
403 <object class="NSMutableDictionary" key="localizations">392 <object class="NSMutableDictionary" key="localizations">
404 <bool key="EncodedWithXMLCoder">YES</bool>393 <bool key="EncodedWithXMLCoder">YES</bool>
405 <reference key="dict.sortedKeys" ref="0"/>394 <reference key="dict.sortedKeys" ref="0"/>
406 <reference key="dict.values" ref="0"/>395 <object class="NSMutableArray" key="dict.values">
396 <bool key="EncodedWithXMLCoder">YES</bool>
397 </object>
407 </object>398 </object>
408 <nil key="sourceID"/>399 <nil key="sourceID"/>
409 <int key="maxID">67</int>400 <int key="maxID">67</int>
@@ -420,6 +411,7 @@
420 <integer value="3100" key="NS.object.0"/>411 <integer value="3100" key="NS.object.0"/>
421 </object>412 </object>
422 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>413 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
414 <nil key="IBDocument.LastKnownRelativeProjectPath"/>
423 <int key="IBDocument.defaultPropertyAccessControl">3</int>415 <int key="IBDocument.defaultPropertyAccessControl">3</int>
424 <object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">416 <object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
425 <bool key="EncodedWithXMLCoder">YES</bool>417 <bool key="EncodedWithXMLCoder">YES</bool>
@@ -440,6 +432,6 @@
440 <string>{30, 30}</string>432 <string>{30, 30}</string>
441 </object>433 </object>
442 </object>434 </object>
443 <string key="IBCocoaTouchPluginVersion">301</string>435 <string key="IBCocoaTouchPluginVersion">141</string>
444 </data>436 </data>
445</archive>437</archive>

Subscribers

People subscribed via source and target branches