From e67e2b051539293a73d440070c2b7e75dd036f7a Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Thu, 7 Mar 2013 20:41:15 +0100 Subject: Added initial version of the app icon and launch icon. --- iBean/iBean.xcodeproj/project.pbxproj | 40 ++++++++++++++------- .../UserInterfaceState.xcuserstate | Bin 52986 -> 55439 bytes iBean/iBean/iBean-Info.plist | 11 ++++++ 3 files changed, 39 insertions(+), 12 deletions(-) diff --git a/iBean/iBean.xcodeproj/project.pbxproj b/iBean/iBean.xcodeproj/project.pbxproj index a12e995..6e1565a 100644 --- a/iBean/iBean.xcodeproj/project.pbxproj +++ b/iBean/iBean.xcodeproj/project.pbxproj @@ -14,9 +14,6 @@ 020C55A41691014E00D8224C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 020C55A21691014E00D8224C /* InfoPlist.strings */; }; 020C55A61691014E00D8224C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55A51691014E00D8224C /* main.m */; }; 020C55AA1691014E00D8224C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55A91691014E00D8224C /* AppDelegate.m */; }; - 020C55AC1691014E00D8224C /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 020C55AB1691014E00D8224C /* Default.png */; }; - 020C55AE1691014E00D8224C /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 020C55AD1691014E00D8224C /* Default@2x.png */; }; - 020C55B01691014E00D8224C /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 020C55AF1691014E00D8224C /* Default-568h@2x.png */; }; 020C55B31691014E00D8224C /* iBean.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 020C55B11691014E00D8224C /* iBean.xcdatamodeld */; }; 020C55BD169101FB00D8224C /* iPhoneStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 020C55BC169101FB00D8224C /* iPhoneStoryboard.storyboard */; }; 020C55CA1691100000D8224C /* AppDelegate+Storage.m in Sources */ = {isa = PBXBuildFile; fileRef = 020C55C91691100000D8224C /* AppDelegate+Storage.m */; }; @@ -39,6 +36,11 @@ 024CC6B016D0F33200F84F3D /* Threshold.m in Sources */ = {isa = PBXBuildFile; fileRef = 024CC6AF16D0F33200F84F3D /* Threshold.m */; }; 024CC6EB16D6B36000F84F3D /* ibean-extraction-dropdown-background.png in Resources */ = {isa = PBXBuildFile; fileRef = 024CC6EA16D6B36000F84F3D /* ibean-extraction-dropdown-background.png */; }; 024F676D16A4A61D004A1201 /* InstantExtractionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 024F676C16A4A61D004A1201 /* InstantExtractionViewController.m */; }; + 0254529616E91B66000ACBCB /* ibean-57-57.png in Resources */ = {isa = PBXBuildFile; fileRef = 0254529516E91B66000ACBCB /* ibean-57-57.png */; }; + 0254529816E91B6D000ACBCB /* ibean-114-114.png in Resources */ = {isa = PBXBuildFile; fileRef = 0254529716E91B6D000ACBCB /* ibean-114-114.png */; }; + 0254529A16E91C07000ACBCB /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 0254529916E91C07000ACBCB /* Default.png */; }; + 0254529C16E91E34000ACBCB /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0254529B16E91E34000ACBCB /* Default@2x.png */; }; + 0254529E16E91EE3000ACBCB /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0254529D16E91EE3000ACBCB /* Default-568h@2x.png */; }; 0276253916B58D6000EE2F4E /* SettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276253816B58D6000EE2F4E /* SettingsViewController.m */; }; 0276253C16B59E4C00EE2F4E /* Configuration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276253B16B59E4C00EE2F4E /* Configuration.m */; }; 0276254216B5A64000EE2F4E /* ThresholdListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276254116B5A64000EE2F4E /* ThresholdListViewController.m */; }; @@ -70,9 +72,6 @@ 020C55A71691014E00D8224C /* iBean-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "iBean-Prefix.pch"; sourceTree = ""; }; 020C55A81691014E00D8224C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; 020C55A91691014E00D8224C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - 020C55AB1691014E00D8224C /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; - 020C55AD1691014E00D8224C /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; - 020C55AF1691014E00D8224C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; 020C55B21691014E00D8224C /* iBean.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = iBean.xcdatamodel; sourceTree = ""; }; 020C55BC169101FB00D8224C /* iPhoneStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = iPhoneStoryboard.storyboard; sourceTree = ""; }; 020C55C81691100000D8224C /* AppDelegate+Storage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AppDelegate+Storage.h"; sourceTree = ""; }; @@ -111,6 +110,11 @@ 024CC6EA16D6B36000F84F3D /* ibean-extraction-dropdown-background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "ibean-extraction-dropdown-background.png"; path = "Graphics/ibean-extraction-dropdown-background.png"; sourceTree = ""; }; 024F676B16A4A61D004A1201 /* InstantExtractionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InstantExtractionViewController.h; sourceTree = ""; }; 024F676C16A4A61D004A1201 /* InstantExtractionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InstantExtractionViewController.m; sourceTree = ""; }; + 0254529516E91B66000ACBCB /* ibean-57-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "ibean-57-57.png"; path = "../ibean-57-57.png"; sourceTree = ""; }; + 0254529716E91B6D000ACBCB /* ibean-114-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "ibean-114-114.png"; path = "../ibean-114-114.png"; sourceTree = ""; }; + 0254529916E91C07000ACBCB /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = ../Default.png; sourceTree = ""; }; + 0254529B16E91E34000ACBCB /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "../Default@2x.png"; sourceTree = ""; }; + 0254529D16E91EE3000ACBCB /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "../Default-568h@2x.png"; sourceTree = ""; }; 0276253716B58D6000EE2F4E /* SettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsViewController.h; sourceTree = ""; }; 0276253816B58D6000EE2F4E /* SettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingsViewController.m; sourceTree = ""; }; 0276253A16B59E4C00EE2F4E /* Configuration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Configuration.h; sourceTree = ""; }; @@ -211,9 +215,6 @@ 020C55A21691014E00D8224C /* InfoPlist.strings */, 020C55A51691014E00D8224C /* main.m */, 020C55A71691014E00D8224C /* iBean-Prefix.pch */, - 020C55AB1691014E00D8224C /* Default.png */, - 020C55AD1691014E00D8224C /* Default@2x.png */, - 020C55AF1691014E00D8224C /* Default-568h@2x.png */, ); name = "Supporting Files"; sourceTree = ""; @@ -345,6 +346,18 @@ name = Graphics; sourceTree = ""; }; + 0254529016E91819000ACBCB /* App */ = { + isa = PBXGroup; + children = ( + 0254529D16E91EE3000ACBCB /* Default-568h@2x.png */, + 0254529B16E91E34000ACBCB /* Default@2x.png */, + 0254529916E91C07000ACBCB /* Default.png */, + 0254529716E91B6D000ACBCB /* ibean-114-114.png */, + 0254529516E91B66000ACBCB /* ibean-57-57.png */, + ); + name = App; + sourceTree = ""; + }; 0276253316B58C2C00EE2F4E /* Settings */ = { isa = PBXGroup; children = ( @@ -363,6 +376,7 @@ 02B5369216DA74280006C5FE /* Icons */ = { isa = PBXGroup; children = ( + 0254529016E91819000ACBCB /* App */, 02B536A416DA76460006C5FE /* Nav-bar */, 02B536A316DA76370006C5FE /* Tab-bar */, ); @@ -456,9 +470,6 @@ buildActionMask = 2147483647; files = ( 020C55A41691014E00D8224C /* InfoPlist.strings in Resources */, - 020C55AC1691014E00D8224C /* Default.png in Resources */, - 020C55AE1691014E00D8224C /* Default@2x.png in Resources */, - 020C55B01691014E00D8224C /* Default-568h@2x.png in Resources */, 020C55BD169101FB00D8224C /* iPhoneStoryboard.storyboard in Resources */, 023AAB3E16C98B2A00B6886C /* ibean-beancell-bean.png in Resources */, 024CC6EB16D6B36000F84F3D /* ibean-extraction-dropdown-background.png in Resources */, @@ -472,6 +483,11 @@ 02B536A216DA74390006C5FE /* 78-stopwatch@2x.png in Resources */, 02B536AB16DA76AF0006C5FE /* 78-stopwatch-white.png in Resources */, 02B536AC16DA76AF0006C5FE /* 78-stopwatch-white@2x.png in Resources */, + 0254529616E91B66000ACBCB /* ibean-57-57.png in Resources */, + 0254529816E91B6D000ACBCB /* ibean-114-114.png in Resources */, + 0254529A16E91C07000ACBCB /* Default.png in Resources */, + 0254529C16E91E34000ACBCB /* Default@2x.png in Resources */, + 0254529E16E91EE3000ACBCB /* Default-568h@2x.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate b/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate index b3a73a4..205045b 100644 Binary files a/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate and b/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/iBean/iBean/iBean-Info.plist b/iBean/iBean/iBean-Info.plist index 9b8ce08..5b48ca6 100644 --- a/iBean/iBean/iBean-Info.plist +++ b/iBean/iBean/iBean-Info.plist @@ -8,6 +8,17 @@ ${PRODUCT_NAME} CFBundleExecutable ${EXECUTABLE_NAME} + CFBundleIcons + + CFBundlePrimaryIcon + + CFBundleIconFiles + + ibean-57-57.png + ibean-114-114.png + + + CFBundleIdentifier Eddie-Ehlin.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion -- cgit v1.2.3