瀏覽代碼

Use wholemodule compilation for everything that is not Debug

Marcin Krzyzanowski 5 年之前
父節點
當前提交
2433285724
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/Project-Shared.xcconfig

+ 1 - 1
config/Project-Shared.xcconfig

@@ -9,7 +9,7 @@ MARKETING_VERSION = 1.1.3
 
 SUPPORTED_PLATFORMS = iphonesimulator iphoneos macosx appletvos watchos appletvsimulator watchsimulator
 
-SWIFT_COMPILATION_MODE = incremental
+SWIFT_COMPILATION_MODE = wholemodule
 SWIFT_VERSION = 5.0
 
 TARGETED_DEVICE_FAMILY = 1,2,3,4