From d7ccfc8902358cbb4de5ab3445b73dfc876222b3 Mon Sep 17 00:00:00 2001 From: Piet Brauer Date: Mon, 6 Jun 2016 09:42:11 +0800 Subject: [PATCH] Update recommended settings --- Project/Nibs/Cells/TorrentCell.xib | 11 +++------- .../Other Sources/iTransmission-Info.plist | 4 +--- .../AppIcon.appiconset/Contents.json | 20 +++++++++++++++++++ Project/Source/Controllers/Controller.m | 3 +-- 4 files changed, 25 insertions(+), 13 deletions(-) diff --git a/Project/Nibs/Cells/TorrentCell.xib b/Project/Nibs/Cells/TorrentCell.xib index 1c2ca95..fcdd185 100755 --- a/Project/Nibs/Cells/TorrentCell.xib +++ b/Project/Nibs/Cells/TorrentCell.xib @@ -1,8 +1,8 @@ - + - + @@ -16,17 +16,15 @@ - diff --git a/Project/Other Sources/iTransmission-Info.plist b/Project/Other Sources/iTransmission-Info.plist index fd5d06c..fff016c 100755 --- a/Project/Other Sources/iTransmission-Info.plist +++ b/Project/Other Sources/iTransmission-Info.plist @@ -26,7 +26,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier - com.ioshomebrew.itransmission + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -107,7 +107,5 @@ - UTImportedTypeDeclarations - diff --git a/Project/Resources/Images.xcassets/AppIcon.appiconset/Contents.json b/Project/Resources/Images.xcassets/AppIcon.appiconset/Contents.json index b34e797..aef2049 100644 --- a/Project/Resources/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/Project/Resources/Images.xcassets/AppIcon.appiconset/Contents.json @@ -12,12 +12,22 @@ "filename" : "Icon-Small@2x.png", "scale" : "2x" }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "3x" + }, { "size" : "40x40", "idiom" : "iphone", "filename" : "Icon-Small@2x-1.png", "scale" : "2x" }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "3x" + }, { "size" : "57x57", "idiom" : "iphone", @@ -36,6 +46,11 @@ "filename" : "Icon@2x-1.png", "scale" : "2x" }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "3x" + }, { "idiom" : "ipad", "size" : "29x29", @@ -89,6 +104,11 @@ "idiom" : "ipad", "filename" : "Icon-iPad-3.png", "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "83.5x83.5", + "scale" : "2x" } ], "info" : { diff --git a/Project/Source/Controllers/Controller.m b/Project/Source/Controllers/Controller.m index eb449f4..8e36625 100755 --- a/Project/Source/Controllers/Controller.m +++ b/Project/Source/Controllers/Controller.m @@ -89,8 +89,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( self.installedApps = [self findRelatedApps]; - [self.window addSubview:self.navController.view]; - + self.window.rootViewController = self.navController; [self.window makeKeyAndVisible]; /* start logging if needed */