Skip to content

Commit

Permalink
Merge pull request #93 from colinhumber/carthage-tv-watchOS-fixes
Browse files Browse the repository at this point in the history
Fix Carthage build for watchOS and tvOS
  • Loading branch information
chrisballinger authored Nov 22, 2017
2 parents 4b84fdf + cc19e44 commit dd8e4fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions KissXML.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
name = Debug;
Expand All @@ -713,6 +714,7 @@
PRODUCT_NAME = "$(PROJECT_NAME)";
SDKROOT = appletvos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
name = Release;
Expand All @@ -736,6 +738,7 @@
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
};
name = Debug;
Expand All @@ -758,6 +761,7 @@
PRODUCT_NAME = "$(PROJECT_NAME)";
SDKROOT = watchos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
};
name = Release;
Expand Down

0 comments on commit dd8e4fc

Please sign in to comment.