diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-03 00:38:39 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-03 00:38:39 -0500 |
| commit | ad60d0e176bdee75456c00791040a9fa79110358 (patch) | |
| tree | dd4874bcc4323ddb651de76e0bae98e610eb8abc /StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj | |
| parent | 50470ee07e3a6d4afdf3e00724ebb1bdaf351ba0 (diff) | |
device yeti
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj')
| -rw-r--r-- | StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj b/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj index 4ba63df3..23f5a035 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj +++ b/StoneIsland/platforms/ios/Stone Island.xcodeproj/project.pbxproj @@ -374,6 +374,11 @@ TargetAttributes = { 1D6058900D05DD3D006BFB54 = { DevelopmentTeam = C6JQTPGJ97; + SystemCapabilities = { + com.apple.Push = { + enabled = 1; + }; + }; }; }; }; @@ -512,6 +517,7 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ENABLE_OBJC_ARC = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_OPTIMIZATION_LEVEL = 0; @@ -520,7 +526,7 @@ GCC_THUMB_SUPPORT = NO; GCC_VERSION = ""; INFOPLIST_FILE = "Stone Island/Stone Island-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; + IPHONEOS_DEPLOYMENT_TARGET = 7.1; OTHER_LDFLAGS = ( "-weak_framework", CoreFoundation, @@ -534,7 +540,8 @@ "-ObjC", ); PRODUCT_NAME = "Stone Island"; - TARGETED_DEVICE_FAMILY = "1,2"; + PROVISIONING_PROFILE = ""; + TARGETED_DEVICE_FAMILY = 1; }; name = Debug; }; @@ -544,13 +551,14 @@ ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ENABLE_OBJC_ARC = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Stone Island/Stone Island-Prefix.pch"; GCC_THUMB_SUPPORT = NO; GCC_VERSION = ""; INFOPLIST_FILE = "Stone Island/Stone Island-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; + IPHONEOS_DEPLOYMENT_TARGET = 7.1; OTHER_LDFLAGS = ( "-weak_framework", CoreFoundation, @@ -564,7 +572,8 @@ "-ObjC", ); PRODUCT_NAME = "Stone Island"; - TARGETED_DEVICE_FAMILY = "1,2"; + PROVISIONING_PROFILE = ""; + TARGETED_DEVICE_FAMILY = 1; }; name = Release; }; |
