diff --git a/Dumpulator.xcodeproj/project.pbxproj b/Dumb Calculator.xcodeproj/project.pbxproj similarity index 94% rename from Dumpulator.xcodeproj/project.pbxproj rename to Dumb Calculator.xcodeproj/project.pbxproj index e2598e5..c53b31b 100644 --- a/Dumpulator.xcodeproj/project.pbxproj +++ b/Dumb Calculator.xcodeproj/project.pbxproj @@ -16,7 +16,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 61CDFC1727049CD300A870D6 /* Dumpulator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Dumpulator.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 61CDFC1727049CD300A870D6 /* Dumb Calculator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Dumb Calculator.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 61CDFC1A27049CD300A870D6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 61CDFC1C27049CD300A870D6 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; 61CDFC1E27049CD300A870D6 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; @@ -48,7 +48,7 @@ 61CDFC1827049CD300A870D6 /* Products */ = { isa = PBXGroup; children = ( - 61CDFC1727049CD300A870D6 /* Dumpulator.app */, + 61CDFC1727049CD300A870D6 /* Dumb Calculator.app */, ); name = Products; sourceTree = ""; @@ -70,9 +70,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 61CDFC1627049CD300A870D6 /* Dumpulator */ = { + 61CDFC1627049CD300A870D6 /* Dumb Calculator */ = { isa = PBXNativeTarget; - buildConfigurationList = 61CDFC2B27049CD500A870D6 /* Build configuration list for PBXNativeTarget "Dumpulator" */; + buildConfigurationList = 61CDFC2B27049CD500A870D6 /* Build configuration list for PBXNativeTarget "Dumb Calculator" */; buildPhases = ( 61CDFC1327049CD300A870D6 /* Sources */, 61CDFC1427049CD300A870D6 /* Frameworks */, @@ -82,9 +82,9 @@ ); dependencies = ( ); - name = Dumpulator; + name = "Dumb Calculator"; productName = "Hello iOS"; - productReference = 61CDFC1727049CD300A870D6 /* Dumpulator.app */; + productReference = 61CDFC1727049CD300A870D6 /* Dumb Calculator.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -101,7 +101,7 @@ }; }; }; - buildConfigurationList = 61CDFC1227049CD300A870D6 /* Build configuration list for PBXProject "Dumpulator" */; + buildConfigurationList = 61CDFC1227049CD300A870D6 /* Build configuration list for PBXProject "Dumb Calculator" */; compatibilityVersion = "Xcode 9.3"; developmentRegion = en; hasScannedForEncodings = 0; @@ -114,7 +114,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 61CDFC1627049CD300A870D6 /* Dumpulator */, + 61CDFC1627049CD300A870D6 /* Dumb Calculator */, ); }; /* End PBXProject section */ @@ -288,7 +288,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = H5H9H7A6U5; INFOPLIST_FILE = Dumpulator/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.5; @@ -296,6 +296,7 @@ "$(inherited)", "@executable_path/Frameworks", ); + MARKETING_VERSION = 1.0.1; PRODUCT_BUNDLE_IDENTIFIER = "Friedrich-Voelkers.Dumpulator"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; @@ -310,7 +311,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = H5H9H7A6U5; INFOPLIST_FILE = Dumpulator/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.5; @@ -318,6 +319,7 @@ "$(inherited)", "@executable_path/Frameworks", ); + MARKETING_VERSION = 1.0.1; PRODUCT_BUNDLE_IDENTIFIER = "Friedrich-Voelkers.Dumpulator"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; @@ -328,7 +330,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 61CDFC1227049CD300A870D6 /* Build configuration list for PBXProject "Dumpulator" */ = { + 61CDFC1227049CD300A870D6 /* Build configuration list for PBXProject "Dumb Calculator" */ = { isa = XCConfigurationList; buildConfigurations = ( 61CDFC2927049CD500A870D6 /* Debug */, @@ -337,7 +339,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 61CDFC2B27049CD500A870D6 /* Build configuration list for PBXNativeTarget "Dumpulator" */ = { + 61CDFC2B27049CD500A870D6 /* Build configuration list for PBXNativeTarget "Dumb Calculator" */ = { isa = XCConfigurationList; buildConfigurations = ( 61CDFC2C27049CD500A870D6 /* Debug */, diff --git a/Dumpulator.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Dumb Calculator.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 52% rename from Dumpulator.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Dumb Calculator.xcodeproj/project.xcworkspace/contents.xcworkspacedata index f0d2f06..1df1f07 100644 --- a/Dumpulator.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/Dumb Calculator.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:/Users/friedrichvolkers/GIT/Dump-Calculator-iOS/Dumb Calculator.xcodeproj"> diff --git a/Dumpulator.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Dumb Calculator.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from Dumpulator.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to Dumb Calculator.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/Dumpulator.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/Dumb Calculator.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings similarity index 100% rename from Dumpulator.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings rename to Dumb Calculator.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/Dumb Calculator.xcodeproj/project.xcworkspace/xcuserdata/friedrichvolkers.xcuserdatad/UserInterfaceState.xcuserstate b/Dumb Calculator.xcodeproj/project.xcworkspace/xcuserdata/friedrichvolkers.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..074806a Binary files /dev/null and b/Dumb Calculator.xcodeproj/project.xcworkspace/xcuserdata/friedrichvolkers.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Dumpulator.xcodeproj/project.xcworkspace/xcuserdata/friedrichvolkers.xcuserdatad/WorkspaceSettings.xcsettings b/Dumb Calculator.xcodeproj/project.xcworkspace/xcuserdata/friedrichvolkers.xcuserdatad/WorkspaceSettings.xcsettings similarity index 100% rename from Dumpulator.xcodeproj/project.xcworkspace/xcuserdata/friedrichvolkers.xcuserdatad/WorkspaceSettings.xcsettings rename to Dumb Calculator.xcodeproj/project.xcworkspace/xcuserdata/friedrichvolkers.xcuserdatad/WorkspaceSettings.xcsettings diff --git a/Dumpulator.xcodeproj/xcshareddata/xcschemes/Dumpulator.xcscheme b/Dumb Calculator.xcodeproj/xcshareddata/xcschemes/Dumb Calculator.xcscheme similarity index 87% rename from Dumpulator.xcodeproj/xcshareddata/xcschemes/Dumpulator.xcscheme rename to Dumb Calculator.xcodeproj/xcshareddata/xcschemes/Dumb Calculator.xcscheme index 76ecffd..54b56fd 100644 --- a/Dumpulator.xcodeproj/xcshareddata/xcschemes/Dumpulator.xcscheme +++ b/Dumb Calculator.xcodeproj/xcshareddata/xcschemes/Dumb Calculator.xcscheme @@ -16,8 +16,8 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "61CDFC1627049CD300A870D6" BuildableName = "Dumpulator.app" - BlueprintName = "Dumpulator" - ReferencedContainer = "container:Dumpulator.xcodeproj"> + BlueprintName = "Dumb Calculator" + ReferencedContainer = "container:Dumb Calculator.xcodeproj"> @@ -46,8 +46,8 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "61CDFC1627049CD300A870D6" BuildableName = "Dumpulator.app" - BlueprintName = "Dumpulator" - ReferencedContainer = "container:Dumpulator.xcodeproj"> + BlueprintName = "Dumb Calculator" + ReferencedContainer = "container:Dumb Calculator.xcodeproj"> @@ -63,8 +63,8 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "61CDFC1627049CD300A870D6" BuildableName = "Dumpulator.app" - BlueprintName = "Dumpulator" - ReferencedContainer = "container:Dumpulator.xcodeproj"> + BlueprintName = "Dumb Calculator" + ReferencedContainer = "container:Dumb Calculator.xcodeproj"> diff --git a/Dumpulator.xcodeproj/xcuserdata/friedrichvolkers.xcuserdatad/xcschemes/xcschememanagement.plist b/Dumb Calculator.xcodeproj/xcuserdata/friedrichvolkers.xcuserdatad/xcschemes/xcschememanagement.plist similarity index 89% rename from Dumpulator.xcodeproj/xcuserdata/friedrichvolkers.xcuserdatad/xcschemes/xcschememanagement.plist rename to Dumb Calculator.xcodeproj/xcuserdata/friedrichvolkers.xcuserdatad/xcschemes/xcschememanagement.plist index fb8b410..d734e92 100644 --- a/Dumpulator.xcodeproj/xcuserdata/friedrichvolkers.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Dumb Calculator.xcodeproj/xcuserdata/friedrichvolkers.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,7 +4,7 @@ SchemeUserState - Dumpulator.xcscheme_^#shared#^_ + Dumb Calculator.xcscheme_^#shared#^_ orderHint 1 diff --git a/Dumpulator.xcodeproj/project.xcworkspace/xcuserdata/friedrichvolkers.xcuserdatad/UserInterfaceState.xcuserstate b/Dumpulator.xcodeproj/project.xcworkspace/xcuserdata/friedrichvolkers.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index f5d3d35..0000000 Binary files a/Dumpulator.xcodeproj/project.xcworkspace/xcuserdata/friedrichvolkers.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/1024-1.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/1024-1.png deleted file mode 100644 index 8c0bc71..0000000 Binary files a/Dumpulator/Assets.xcassets/AppIcon.appiconset/1024-1.png and /dev/null differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/1024.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/1024.png new file mode 100644 index 0000000..5a5c2e6 Binary files /dev/null and b/Dumpulator/Assets.xcassets/AppIcon.appiconset/1024.png differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/114-1.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/114-1.png deleted file mode 100644 index f636922..0000000 Binary files a/Dumpulator/Assets.xcassets/AppIcon.appiconset/114-1.png and /dev/null differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/114.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/114.png new file mode 100644 index 0000000..dd46f4a Binary files /dev/null and b/Dumpulator/Assets.xcassets/AppIcon.appiconset/114.png differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/120-1.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/120-1.png deleted file mode 100644 index e6f2eca..0000000 Binary files a/Dumpulator/Assets.xcassets/AppIcon.appiconset/120-1.png and /dev/null differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/120-2.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/120-2.png deleted file mode 100644 index e6f2eca..0000000 Binary files a/Dumpulator/Assets.xcassets/AppIcon.appiconset/120-2.png and /dev/null differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/120.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/120.png new file mode 100644 index 0000000..8609cc7 Binary files /dev/null and b/Dumpulator/Assets.xcassets/AppIcon.appiconset/120.png differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/180-1.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/180-1.png deleted file mode 100644 index 6854124..0000000 Binary files a/Dumpulator/Assets.xcassets/AppIcon.appiconset/180-1.png and /dev/null differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/180.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/180.png new file mode 100644 index 0000000..ac4452e Binary files /dev/null and b/Dumpulator/Assets.xcassets/AppIcon.appiconset/180.png differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/29.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/29.png index 323908e..6ab6682 100644 Binary files a/Dumpulator/Assets.xcassets/AppIcon.appiconset/29.png and b/Dumpulator/Assets.xcassets/AppIcon.appiconset/29.png differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/40-1.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/40-1.png deleted file mode 100644 index 1521e91..0000000 Binary files a/Dumpulator/Assets.xcassets/AppIcon.appiconset/40-1.png and /dev/null differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/40.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/40.png new file mode 100644 index 0000000..9739636 Binary files /dev/null and b/Dumpulator/Assets.xcassets/AppIcon.appiconset/40.png differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/57.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/57.png index b3f41db..89feb63 100644 Binary files a/Dumpulator/Assets.xcassets/AppIcon.appiconset/57.png and b/Dumpulator/Assets.xcassets/AppIcon.appiconset/57.png differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/58-1.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/58-1.png deleted file mode 100644 index 5757e44..0000000 Binary files a/Dumpulator/Assets.xcassets/AppIcon.appiconset/58-1.png and /dev/null differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/58.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/58.png new file mode 100644 index 0000000..ff3a4df Binary files /dev/null and b/Dumpulator/Assets.xcassets/AppIcon.appiconset/58.png differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/60-1.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/60-1.png deleted file mode 100644 index 12fee6c..0000000 Binary files a/Dumpulator/Assets.xcassets/AppIcon.appiconset/60-1.png and /dev/null differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/60.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/60.png new file mode 100644 index 0000000..e6e62ec Binary files /dev/null and b/Dumpulator/Assets.xcassets/AppIcon.appiconset/60.png differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/80-1.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/80-1.png deleted file mode 100644 index abb7498..0000000 Binary files a/Dumpulator/Assets.xcassets/AppIcon.appiconset/80-1.png and /dev/null differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/80.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/80.png new file mode 100644 index 0000000..c90b579 Binary files /dev/null and b/Dumpulator/Assets.xcassets/AppIcon.appiconset/80.png differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/87-1.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/87-1.png deleted file mode 100644 index 37416ed..0000000 Binary files a/Dumpulator/Assets.xcassets/AppIcon.appiconset/87-1.png and /dev/null differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/87.png b/Dumpulator/Assets.xcassets/AppIcon.appiconset/87.png new file mode 100644 index 0000000..c3ce723 Binary files /dev/null and b/Dumpulator/Assets.xcassets/AppIcon.appiconset/87.png differ diff --git a/Dumpulator/Assets.xcassets/AppIcon.appiconset/Contents.json b/Dumpulator/Assets.xcassets/AppIcon.appiconset/Contents.json index 683f70c..73d3b7f 100644 --- a/Dumpulator/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/Dumpulator/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,80 +1 @@ -{ - "images" : [ - { - "filename" : "40-1.png", - "idiom" : "iphone", - "scale" : "2x", - "size" : "20x20" - }, - { - "filename" : "60-1.png", - "idiom" : "iphone", - "scale" : "3x", - "size" : "20x20" - }, - { - "filename" : "29.png", - "idiom" : "iphone", - "scale" : "1x", - "size" : "29x29" - }, - { - "filename" : "58-1.png", - "idiom" : "iphone", - "scale" : "2x", - "size" : "29x29" - }, - { - "filename" : "87-1.png", - "idiom" : "iphone", - "scale" : "3x", - "size" : "29x29" - }, - { - "filename" : "80-1.png", - "idiom" : "iphone", - "scale" : "2x", - "size" : "40x40" - }, - { - "filename" : "120-1.png", - "idiom" : "iphone", - "scale" : "3x", - "size" : "40x40" - }, - { - "filename" : "57.png", - "idiom" : "iphone", - "scale" : "1x", - "size" : "57x57" - }, - { - "filename" : "114-1.png", - "idiom" : "iphone", - "scale" : "2x", - "size" : "57x57" - }, - { - "filename" : "120-2.png", - "idiom" : "iphone", - "scale" : "2x", - "size" : "60x60" - }, - { - "filename" : "180-1.png", - "idiom" : "iphone", - "scale" : "3x", - "size" : "60x60" - }, - { - "filename" : "1024-1.png", - "idiom" : "ios-marketing", - "scale" : "1x", - "size" : "1024x1024" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} +{"images":[{"size":"60x60","expected-size":"180","filename":"180.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"40x40","expected-size":"80","filename":"80.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"40x40","expected-size":"120","filename":"120.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"60x60","expected-size":"120","filename":"120.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"57x57","expected-size":"57","filename":"57.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"1x"},{"size":"29x29","expected-size":"58","filename":"58.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"29x29","expected-size":"29","filename":"29.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"1x"},{"size":"29x29","expected-size":"87","filename":"87.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"57x57","expected-size":"114","filename":"114.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"20x20","expected-size":"40","filename":"40.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"20x20","expected-size":"60","filename":"60.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"1024x1024","filename":"1024.png","expected-size":"1024","idiom":"ios-marketing","folder":"Assets.xcassets/AppIcon.appiconset/","scale":"1x"}]} \ No newline at end of file diff --git a/Dumpulator/Base.lproj/Main.storyboard b/Dumpulator/Base.lproj/Main.storyboard index 58b902b..2e02de3 100644 --- a/Dumpulator/Base.lproj/Main.storyboard +++ b/Dumpulator/Base.lproj/Main.storyboard @@ -13,7 +13,7 @@ - + diff --git a/Dumpulator/Info.plist b/Dumpulator/Info.plist index 1cd783b..e0ec742 100644 --- a/Dumpulator/Info.plist +++ b/Dumpulator/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Dumpulator + Dumb Calculator CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleVersion $(CURRENT_PROJECT_VERSION) LSRequiresIPhoneOS diff --git a/source/images/icon.png b/source/images/icon.png index 1806411..9333008 100644 Binary files a/source/images/icon.png and b/source/images/icon.png differ