Skip to content

Commit ee399ec

Browse files
Add backstop build setting info for SWIFT_COMPILATION_MODE
- Resolves #24
1 parent 6b8dff7 commit ee399ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BuildSettingExtractor/BuildSettingInfoSubpaths.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
<string>Combine HiDPI Images</string>
2525
<key>[COMBINE_HIDPI_IMAGES]-description</key>
2626
<string>Combines image files at different resolutions into one multi-page TIFF file that is HiDPI compliant for macOS 10.7 and later. Only image files in the same directory and with the same base name and extension are combined. The file names must conform to the naming convention used in HiDPI.</string>
27+
<key>[SWIFT_COMPILATION_MODE]-name</key>
28+
<string>Swift Compilation Mode</string>
29+
<key>[SWIFT_COMPILATION_MODE]-description</key>
30+
<string>This setting controls the way the Swift files in a module are rebuilt.\n- Incremental: Only rebuild the Swift source files in the module that are out of date, running multiple compiler processes as needed.\n- Whole Module: Always rebuild all Swift source files in the module, in a single compiler process.</string>
2731
</dict>
2832
<key>subpaths</key>
2933
<array>

0 commit comments

Comments
 (0)