Skip to content

Commit

Permalink
More explicit about tvOS for Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
niklassaers committed Nov 25, 2017
1 parent b5c1296 commit 3e28591
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SSLService.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,10 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos iphonesimulator iphoneos macosx";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
TVOS_DEPLOYMENT_TARGET = 10.0;
};
name = Release;
};
Expand Down Expand Up @@ -559,7 +561,9 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES;
SUPPORTED_PLATFORMS = "appletvsimulator appletvos iphonesimulator iphoneos macosx";
SWIFT_VERSION = 3.0;
TVOS_DEPLOYMENT_TARGET = 10.0;
};
name = Debug;
};
Expand Down

0 comments on commit 3e28591

Please sign in to comment.