From 09e76e496eb83932991973bd58ecdfe7677af233 Mon Sep 17 00:00:00 2001 From: jhihguan Date: Wed, 9 Nov 2016 12:29:48 +0800 Subject: [PATCH] add iOS, watchOS, tvOS support --- Genome.xcodeproj/project.pbxproj | 106 ++++++++++++++++++++++++++++++- 1 file changed, 104 insertions(+), 2 deletions(-) diff --git a/Genome.xcodeproj/project.pbxproj b/Genome.xcodeproj/project.pbxproj index 1fc8342..6296636 100644 --- a/Genome.xcodeproj/project.pbxproj +++ b/Genome.xcodeproj/project.pbxproj @@ -210,6 +210,12 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -246,6 +252,12 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -381,6 +393,12 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -412,6 +430,12 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -557,6 +581,12 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -588,6 +618,12 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -715,6 +751,12 @@ ); SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -743,6 +785,12 @@ ); SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -868,6 +916,12 @@ ); SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -910,6 +964,12 @@ ); SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -1067,7 +1127,10 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; ENABLE_NS_ASSERTIONS = "YES"; GCC_OPTIMIZATION_LEVEL = "0"; - MACOSX_DEPLOYMENT_TARGET = "10.10"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MACOSX_DEPLOYMENT_TARGET = 10.9; + TVOS_DEPLOYMENT_TARGET = 9.0; + WATCHOS_DEPLOYMENT_TARGET = 2.0; ONLY_ACTIVE_ARCH = "YES"; OTHER_SWIFT_FLAGS = ( "-DXcode", @@ -1151,7 +1214,10 @@ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_OPTIMIZATION_LEVEL = "s"; - MACOSX_DEPLOYMENT_TARGET = "10.10"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MACOSX_DEPLOYMENT_TARGET = 10.9; + TVOS_DEPLOYMENT_TARGET = 9.0; + WATCHOS_DEPLOYMENT_TARGET = 2.0; OTHER_SWIFT_FLAGS = ( "-DXcode", ); @@ -1509,6 +1575,12 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -1540,6 +1612,12 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -1614,6 +1692,12 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -1650,6 +1734,12 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -1726,6 +1816,12 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0"; @@ -1757,6 +1853,12 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SUPPORTED_PLATFORMS = ( "macosx", + "iphoneos", + "iphonesimulator", + "appletvos", + "appletvsimulator", + "watchos", + "watchsimulator", ); SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE"; SWIFT_VERSION = "3.0";