From 8e29fd8d5cd8a1ea4e890897be9c577b1caeb4ca Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Wed, 21 Mar 2018 08:24:12 -0400 Subject: [PATCH 1/3] Updated for Xcode 9 --- tiny-wings.xcodeproj/project.pbxproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tiny-wings.xcodeproj/project.pbxproj b/tiny-wings.xcodeproj/project.pbxproj index c97e0eb..354af09 100644 --- a/tiny-wings.xcodeproj/project.pbxproj +++ b/tiny-wings.xcodeproj/project.pbxproj @@ -1424,14 +1424,16 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = YES; + ARCHS = "$(ARCHS_STANDARD)"; COPY_PHASE_STRIP = NO; + DEVELOPMENT_TEAM = ""; GCC_DYNAMIC_NO_PIC = NO; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "tiny-wings/Prefix.pch"; GCC_THUMB_SUPPORT = NO; "GCC_THUMB_SUPPORT[arch=armv6]" = ""; INFOPLIST_FILE = "tiny-wings/Resources/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = "-lz"; PRODUCT_NAME = "$(TARGET_NAME)"; USER_HEADER_SEARCH_PATHS = "tiny-wings/libs"; @@ -1443,13 +1445,15 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = YES; + ARCHS = "$(ARCHS_STANDARD)"; COPY_PHASE_STRIP = YES; + DEVELOPMENT_TEAM = ""; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "tiny-wings/Prefix.pch"; GCC_THUMB_SUPPORT = NO; "GCC_THUMB_SUPPORT[arch=armv6]" = ""; INFOPLIST_FILE = "tiny-wings/Resources/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = "-lz"; PRODUCT_NAME = "$(TARGET_NAME)"; USER_HEADER_SEARCH_PATHS = "tiny-wings/libs"; From e1007d930ade7fb8ffa8beea84250970cbc1aec6 Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Wed, 21 Mar 2018 08:35:07 -0400 Subject: [PATCH 2/3] Updated UI for iPhone X --- tiny-wings.xcodeproj/project.pbxproj | 19 +++++++-- tiny-wings/Resources/Info.plist | 6 ++- tiny-wings/System/Launch Screen.storyboard | 48 ++++++++++++++++++++++ 3 files changed, 68 insertions(+), 5 deletions(-) create mode 100644 tiny-wings/System/Launch Screen.storyboard diff --git a/tiny-wings.xcodeproj/project.pbxproj b/tiny-wings.xcodeproj/project.pbxproj index 354af09..8bb2958 100644 --- a/tiny-wings.xcodeproj/project.pbxproj +++ b/tiny-wings.xcodeproj/project.pbxproj @@ -181,6 +181,7 @@ 4DFD300A139CCCA5001E1480 /* ZFont.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DFD3009139CCCA5001E1480 /* ZFont.m */; }; 4DFD300F139CCCA6001E1480 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DFD300E139CCCA6001E1480 /* main.m */; }; 4DFE49C7139F6A7900973A5D /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 4DFE49C6139F6A7900973A5D /* README.md */; }; + F7A9418A2062881A000AFC72 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7A941892062881A000AFC72 /* Launch Screen.storyboard */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -528,6 +529,7 @@ 4DFD300D139CCCA6001E1480 /* Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = ""; }; 4DFD300E139CCCA6001E1480 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 4DFE49C6139F6A7900973A5D /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = SOURCE_ROOT; }; + F7A941892062881A000AFC72 /* Launch Screen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -565,6 +567,7 @@ 4D6FFC1D149A3101009512B8 /* System */ = { isa = PBXGroup; children = ( + F7A941892062881A000AFC72 /* Launch Screen.storyboard */, 4D6FFC1E149A3101009512B8 /* AppDelegate.h */, 4D6FFC1F149A3101009512B8 /* AppDelegate.mm */, 4D6FFC23149A3101009512B8 /* RootViewController.h */, @@ -1167,6 +1170,11 @@ isa = PBXProject; attributes = { LastUpgradeCheck = 0450; + TargetAttributes = { + 4DFD2EA9139CCCA0001E1480 = { + DevelopmentTeam = 9FK3425VTA; + }; + }; }; buildConfigurationList = 4DFD2EA4139CCCA0001E1480 /* Build configuration list for PBXProject "tiny-wings" */; compatibilityVersion = "Xcode 3.2"; @@ -1196,6 +1204,7 @@ 4DFD2EC7139CCCA0001E1480 /* Icon-Small-50.png in Resources */, 4DFD2EC9139CCCA0001E1480 /* Icon-Small.png in Resources */, 4DFD2ECB139CCCA0001E1480 /* Icon-Small@2x.png in Resources */, + F7A9418A2062881A000AFC72 /* Launch Screen.storyboard in Resources */, 4DFD2ECD139CCCA0001E1480 /* Icon.png in Resources */, 4DFD2ECF139CCCA0001E1480 /* Icon@2x.png in Resources */, 4DFD2ED2139CCCA1001E1480 /* iTunesArtwork in Resources */, @@ -1426,15 +1435,16 @@ ALWAYS_SEARCH_USER_PATHS = YES; ARCHS = "$(ARCHS_STANDARD)"; COPY_PHASE_STRIP = NO; - DEVELOPMENT_TEAM = ""; + DEVELOPMENT_TEAM = 9FK3425VTA; GCC_DYNAMIC_NO_PIC = NO; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "tiny-wings/Prefix.pch"; GCC_THUMB_SUPPORT = NO; "GCC_THUMB_SUPPORT[arch=armv6]" = ""; INFOPLIST_FILE = "tiny-wings/Resources/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = "-lz"; + PRODUCT_BUNDLE_IDENTIFIER = "com.iplayful.tiny-wings"; PRODUCT_NAME = "$(TARGET_NAME)"; USER_HEADER_SEARCH_PATHS = "tiny-wings/libs"; WRAPPER_EXTENSION = app; @@ -1447,14 +1457,15 @@ ALWAYS_SEARCH_USER_PATHS = YES; ARCHS = "$(ARCHS_STANDARD)"; COPY_PHASE_STRIP = YES; - DEVELOPMENT_TEAM = ""; + DEVELOPMENT_TEAM = 9FK3425VTA; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "tiny-wings/Prefix.pch"; GCC_THUMB_SUPPORT = NO; "GCC_THUMB_SUPPORT[arch=armv6]" = ""; INFOPLIST_FILE = "tiny-wings/Resources/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = "-lz"; + PRODUCT_BUNDLE_IDENTIFIER = "com.iplayful.tiny-wings"; PRODUCT_NAME = "$(TARGET_NAME)"; USER_HEADER_SEARCH_PATHS = "tiny-wings/libs"; VALIDATE_PRODUCT = YES; diff --git a/tiny-wings/Resources/Info.plist b/tiny-wings/Resources/Info.plist index 280bfb8..9644636 100644 --- a/tiny-wings/Resources/Info.plist +++ b/tiny-wings/Resources/Info.plist @@ -22,7 +22,7 @@ Icon-Small@2x.png CFBundleIdentifier - com.iplayful.${PRODUCT_NAME:rfc1034identifier} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -37,6 +37,8 @@ 1.0 LSRequiresIPhoneOS + UILaunchStoryboardName + Launch Screen UIPrerenderedIcon UIRequiredDeviceCapabilities @@ -46,6 +48,8 @@ opengles-1 + UIRequiresFullScreen + UIStatusBarHidden UISupportedInterfaceOrientations diff --git a/tiny-wings/System/Launch Screen.storyboard b/tiny-wings/System/Launch Screen.storyboard new file mode 100644 index 0000000..daa7138 --- /dev/null +++ b/tiny-wings/System/Launch Screen.storyboard @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 37ee685dddb81018340657824b0da68a9df68933 Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Thu, 22 Mar 2018 08:21:44 -0400 Subject: [PATCH 3/3] Updating Package name --- tiny-wings.xcodeproj/project.pbxproj | 4 ++-- tiny-wings/Resources/Info.plist | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tiny-wings.xcodeproj/project.pbxproj b/tiny-wings.xcodeproj/project.pbxproj index 8bb2958..fa42685 100644 --- a/tiny-wings.xcodeproj/project.pbxproj +++ b/tiny-wings.xcodeproj/project.pbxproj @@ -1444,7 +1444,7 @@ INFOPLIST_FILE = "tiny-wings/Resources/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = "-lz"; - PRODUCT_BUNDLE_IDENTIFIER = "com.iplayful.tiny-wings"; + PRODUCT_BUNDLE_IDENTIFIER = com.appleeducate.SkiJump; PRODUCT_NAME = "$(TARGET_NAME)"; USER_HEADER_SEARCH_PATHS = "tiny-wings/libs"; WRAPPER_EXTENSION = app; @@ -1465,7 +1465,7 @@ INFOPLIST_FILE = "tiny-wings/Resources/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = "-lz"; - PRODUCT_BUNDLE_IDENTIFIER = "com.iplayful.tiny-wings"; + PRODUCT_BUNDLE_IDENTIFIER = com.appleeducate.SkiJump; PRODUCT_NAME = "$(TARGET_NAME)"; USER_HEADER_SEARCH_PATHS = "tiny-wings/libs"; VALIDATE_PRODUCT = YES; diff --git a/tiny-wings/Resources/Info.plist b/tiny-wings/Resources/Info.plist index 9644636..60f90c1 100644 --- a/tiny-wings/Resources/Info.plist +++ b/tiny-wings/Resources/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion English CFBundleDisplayName - Tiny Wings + Ski Jump CFBundleDocumentTypes CFBundleExecutable @@ -29,12 +29,14 @@ ${PRODUCT_NAME} CFBundlePackageType APPL + CFBundleShortVersionString + 1.0.1 CFBundleSignature ???? CFBundleURLTypes CFBundleVersion - 1.0 + 2 LSRequiresIPhoneOS UILaunchStoryboardName