Skip to content

Commit

Permalink
Merge pull request #96 from r-peck/master
Browse files Browse the repository at this point in the history
Adds 3 and 4 (tv and watch) to TARGETED_DEVICE_FAMILY
  • Loading branch information
jarsen authored Jan 3, 2017
2 parents 86d6b40 + d16d4b6 commit 6981eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marshal.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
ONLY_ACTIVE_ARCH = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos watchsimulator watchos";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = "1,2,3,4";
TVOS_DEPLOYMENT_TARGET = 9.0;
VALID_ARCHS = "arm64 armv7 armv7s x86_64 i386 armv7k";
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -401,7 +401,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.9;
MTL_ENABLE_DEBUG_INFO = NO;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos watchsimulator watchos";
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = "1,2,3,4";
TVOS_DEPLOYMENT_TARGET = 9.0;
VALIDATE_PRODUCT = YES;
VALID_ARCHS = "arm64 armv7 armv7s x86_64 i386 armv7k";
Expand Down

0 comments on commit 6981eaa

Please sign in to comment.