Skip to content

Commit

Permalink
Merge pull request #80 from jhihguan/platform-support
Browse files Browse the repository at this point in the history
add iOS, watchOS, tvOS support
  • Loading branch information
loganwright authored Nov 9, 2016
2 parents 82a0217 + 09e76e4 commit c42a3f4
Showing 1 changed file with 104 additions and 2 deletions.
106 changes: 104 additions & 2 deletions Genome.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -715,6 +751,12 @@
);
SUPPORTED_PLATFORMS = (
"macosx",
"iphoneos",
"iphonesimulator",
"appletvos",
"appletvsimulator",
"watchos",
"watchsimulator",
);
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE";
SWIFT_VERSION = "3.0";
Expand Down Expand Up @@ -743,6 +785,12 @@
);
SUPPORTED_PLATFORMS = (
"macosx",
"iphoneos",
"iphonesimulator",
"appletvos",
"appletvsimulator",
"watchos",
"watchsimulator",
);
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE";
SWIFT_VERSION = "3.0";
Expand Down Expand Up @@ -868,6 +916,12 @@
);
SUPPORTED_PLATFORMS = (
"macosx",
"iphoneos",
"iphonesimulator",
"appletvos",
"appletvsimulator",
"watchos",
"watchsimulator",
);
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE";
SWIFT_VERSION = "3.0";
Expand Down Expand Up @@ -910,6 +964,12 @@
);
SUPPORTED_PLATFORMS = (
"macosx",
"iphoneos",
"iphonesimulator",
"appletvos",
"appletvsimulator",
"watchos",
"watchsimulator",
);
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "SWIFT_PACKAGE";
SWIFT_VERSION = "3.0";
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
);
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit c42a3f4

Please sign in to comment.