Explorar o código

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 %!s(int64=7) %!d(string=hai) anos
pai
achega
a74ea89cef
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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";