Browse Source

Always embed Swift Standard Libraries in tvOS

Set to `NO` the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` in the tvOS target to avoid App Store checks due to Frameworks directory.
Victor Sigler 7 years ago
parent
commit
a74ea89cef
1 changed files with 2 additions and 0 deletions
  1. 2 0
      XCode/Swifter.xcodeproj/project.pbxproj

+ 2 - 0
XCode/Swifter.xcodeproj/project.pbxproj

@@ -852,6 +852,7 @@
 		269B479F1D3AAAE20042D137 /* Debug */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
 				DEBUG_INFORMATION_FORMAT = dwarf;
 				DEFINES_MODULE = YES;
@@ -879,6 +880,7 @@
 		269B47A01D3AAAE20042D137 /* Release */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
 				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
 				COPY_PHASE_STRIP = NO;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";