fastlane-plugin-xcconfig_actions 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/lib/fastlane/plugin/xcconfig_actions/helper/xcconfig_actions_helper.rb +1 -1
  4. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Clang LLVM 1.0.xcspec +6001 -0
  5. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/CopyPNGFile.xcspec +113 -0
  6. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Core Data.xcspec +289 -0
  7. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/CoreBuildSystem.xcspec +4050 -0
  8. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Cpp.xcspec +63 -0
  9. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/DTrace.xcspec +89 -0
  10. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Intents.xcspec +80 -0
  11. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Ld.xcspec +868 -0
  12. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Lex.xcspec +100 -0
  13. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/MLKit.xcspec +137 -0
  14. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Metal Compiler.xcspec +466 -0
  15. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Metal Linker.xcspec +105 -0
  16. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Nasm.xcspec +101 -0
  17. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Native Build System.xcspec +53 -0
  18. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/NativeBuildSystem.xcspec +1615 -0
  19. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/OSACompile.xcspec +63 -0
  20. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/OpenCL.xcspec +158 -0
  21. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/README.md +15250 -0
  22. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Rez.xcspec +209 -0
  23. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Swift.xcspec +886 -0
  24. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Yacc.xcspec +100 -0
  25. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Clang LLVM 1.0.xcspec +25 -45
  26. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/CopyPNGFile.xcspec +4 -2
  27. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/CoreBuildSystem.xcspec +27 -7
  28. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/README.md +91 -68
  29. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Swift.xcspec +12 -14
  30. data/lib/fastlane/plugin/xcconfig_actions/version.rb +1 -1
  31. metadata +23 -2
@@ -0,0 +1,100 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>BuiltinJambaseRuleName</key>
6
+ <string>ProcessUsingYacc</string>
7
+ <key>Class</key>
8
+ <string>PBXCompilerSpecificationYacc</string>
9
+ <key>Description</key>
10
+ <string>Yacc Parser Generator</string>
11
+ <key>ExecDescription</key>
12
+ <string>Yacc $(InputFile)</string>
13
+ <key>ExecPath</key>
14
+ <string>$(YACC)</string>
15
+ <key>Identifier</key>
16
+ <string>com.apple.compilers.yacc</string>
17
+ <key>InputFileTypes</key>
18
+ <array>
19
+ <string>sourcecode.yacc</string>
20
+ </array>
21
+ <key>IsArchitectureNeutral</key>
22
+ <string>YES</string>
23
+ <key>Name</key>
24
+ <string>Yacc</string>
25
+ <key>Options</key>
26
+ <array>
27
+ <dict>
28
+ <key>Category</key>
29
+ <string>BuildOptions</string>
30
+ <key>DefaultValue</key>
31
+ <string>Standard</string>
32
+ <key>Name</key>
33
+ <string>YACC_GENERATED_FILE_STEM</string>
34
+ <key>Type</key>
35
+ <string>enum</string>
36
+ <key>Values</key>
37
+ <array>
38
+ <string>Standard</string>
39
+ <string>InputFileStem</string>
40
+ </array>
41
+ </dict>
42
+ <dict>
43
+ <key>Category</key>
44
+ <string>BuildOptions</string>
45
+ <key>CommandLineArgs</key>
46
+ <dict>
47
+ <key>NO</key>
48
+ <array>
49
+ <string>-l</string>
50
+ </array>
51
+ <key>YES</key>
52
+ <array/>
53
+ </dict>
54
+ <key>DefaultValue</key>
55
+ <string>YES</string>
56
+ <key>Name</key>
57
+ <string>YACC_INSERT_LINE_DIRECTIVES</string>
58
+ <key>Type</key>
59
+ <string>bool</string>
60
+ </dict>
61
+ <dict>
62
+ <key>Category</key>
63
+ <string>BuildOptions</string>
64
+ <key>CommandLineArgs</key>
65
+ <dict>
66
+ <key>NO</key>
67
+ <array/>
68
+ <key>YES</key>
69
+ <array>
70
+ <string>-t</string>
71
+ </array>
72
+ </dict>
73
+ <key>DefaultValue</key>
74
+ <string>NO</string>
75
+ <key>Name</key>
76
+ <string>YACC_GENERATE_DEBUGGING_DIRECTIVES</string>
77
+ <key>Type</key>
78
+ <string>bool</string>
79
+ </dict>
80
+ <dict>
81
+ <key>Category</key>
82
+ <string>BuildOptions</string>
83
+ <key>DefaultValue</key>
84
+ <string></string>
85
+ <key>FileTypes</key>
86
+ <array>
87
+ <string>sourcecode.yacc</string>
88
+ </array>
89
+ <key>Name</key>
90
+ <string>YACCFLAGS</string>
91
+ <key>Type</key>
92
+ <string>StringList</string>
93
+ </dict>
94
+ </array>
95
+ <key>ProgressDescription</key>
96
+ <string>Yaccing $(CommandProgressByType) files</string>
97
+ <key>Type</key>
98
+ <string>Tool</string>
99
+ </dict>
100
+ </plist>
@@ -19,7 +19,9 @@
19
19
  <string>Precompile $(InputFile)</string>
20
20
  <key>ExecPath</key>
21
21
  <string>clang</string>
22
- <key>FileTypes</key>
22
+ <key>Identifier</key>
23
+ <string>com.apple.compilers.llvm.clang.1_0</string>
24
+ <key>InputFileTypes</key>
23
25
  <array>
24
26
  <string>sourcecode.c.c</string>
25
27
  <string>sourcecode.c.objc</string>
@@ -27,8 +29,6 @@
27
29
  <string>sourcecode.cpp.objcpp</string>
28
30
  <string>sourcecode.asm</string>
29
31
  </array>
30
- <key>Identifier</key>
31
- <string>com.apple.compilers.llvm.clang.1_0</string>
32
32
  <key>IsAbstract</key>
33
33
  <string>NO</string>
34
34
  <key>MessageCategoryInfoOptions</key>
@@ -83,6 +83,16 @@
83
83
  <key>Type</key>
84
84
  <string>String</string>
85
85
  </dict>
86
+ <dict>
87
+ <key>CommandLineArgs</key>
88
+ <array>
89
+ <string>$(value)</string>
90
+ </array>
91
+ <key>Name</key>
92
+ <string>CLANG_TOOLCHAIN_FLAGS</string>
93
+ <key>Type</key>
94
+ <string>StringList</string>
95
+ </dict>
86
96
  <dict>
87
97
  <key>CommandLinePrefixFlag</key>
88
98
  <string>-fmessage-length=</string>
@@ -2119,8 +2129,6 @@
2119
2129
  <string>-Werror=conversion</string>
2120
2130
  </array>
2121
2131
  </dict>
2122
- <key>CommonOption</key>
2123
- <string>NO</string>
2124
2132
  <key>DefaultValue</key>
2125
2133
  <string>NO</string>
2126
2134
  <key>Name</key>
@@ -3291,8 +3299,6 @@
3291
3299
  <string>-g</string>
3292
3300
  </array>
3293
3301
  </dict>
3294
- <key>CommonOption</key>
3295
- <string>NO</string>
3296
3302
  <key>Condition</key>
3297
3303
  <string>$(GCC_GENERATE_DEBUGGING_SYMBOLS)</string>
3298
3304
  <key>DefaultValue</key>
@@ -3319,8 +3325,6 @@
3319
3325
  <string>-gline-tables-only</string>
3320
3326
  </array>
3321
3327
  </dict>
3322
- <key>CommonOption</key>
3323
- <string>NO</string>
3324
3328
  <key>Condition</key>
3325
3329
  <string>$(GCC_GENERATE_DEBUGGING_SYMBOLS)</string>
3326
3330
  <key>DefaultValue</key>
@@ -3633,8 +3637,6 @@
3633
3637
  <string>-Wpointer-sign</string>
3634
3638
  </array>
3635
3639
  </dict>
3636
- <key>CommonOption</key>
3637
- <string>YES</string>
3638
3640
  <key>DefaultValue</key>
3639
3641
  <string>YES</string>
3640
3642
  <key>Description</key>
@@ -3667,8 +3669,6 @@
3667
3669
  <string>-Wnewline-eof</string>
3668
3670
  </array>
3669
3671
  </dict>
3670
- <key>CommonOption</key>
3671
- <string>NO</string>
3672
3672
  <key>DefaultValue</key>
3673
3673
  <string>NO</string>
3674
3674
  <key>Description</key>
@@ -3698,8 +3698,6 @@
3698
3698
  <string>-Werror=sign-conversion</string>
3699
3699
  </array>
3700
3700
  </dict>
3701
- <key>CommonOption</key>
3702
- <string>NO</string>
3703
3701
  <key>DefaultValue</key>
3704
3702
  <string>NO</string>
3705
3703
  <key>Name</key>
@@ -3733,8 +3731,6 @@
3733
3731
  <string>-Werror=shorten-64-to-32</string>
3734
3732
  </array>
3735
3733
  </dict>
3736
- <key>CommonOption</key>
3737
- <string>NO</string>
3738
3734
  <key>DefaultValue</key>
3739
3735
  <string>NO</string>
3740
3736
  <key>DisplayName</key>
@@ -3764,8 +3760,6 @@
3764
3760
  <string>-Winfinite-recursion</string>
3765
3761
  </array>
3766
3762
  </dict>
3767
- <key>CommonOption</key>
3768
- <string>NO</string>
3769
3763
  <key>DefaultValue</key>
3770
3764
  <string>NO</string>
3771
3765
  <key>Name</key>
@@ -3787,8 +3781,6 @@
3787
3781
  <string>-Wmove</string>
3788
3782
  </array>
3789
3783
  </dict>
3790
- <key>CommonOption</key>
3791
- <string>NO</string>
3792
3784
  <key>DefaultValue</key>
3793
3785
  <string>NO</string>
3794
3786
  <key>FileTypes</key>
@@ -3819,8 +3811,6 @@
3819
3811
  <string>-Werror=comma</string>
3820
3812
  </array>
3821
3813
  </dict>
3822
- <key>CommonOption</key>
3823
- <string>NO</string>
3824
3814
  <key>DefaultValue</key>
3825
3815
  <string>NO</string>
3826
3816
  <key>Name</key>
@@ -3856,8 +3846,6 @@
3856
3846
  <string>-Werror=block-capture-autoreleasing</string>
3857
3847
  </array>
3858
3848
  </dict>
3859
- <key>CommonOption</key>
3860
- <string>NO</string>
3861
3849
  <key>DefaultValue</key>
3862
3850
  <string>NO</string>
3863
3851
  <key>Name</key>
@@ -3893,8 +3881,6 @@
3893
3881
  <string>-Werror=strict-prototypes</string>
3894
3882
  </array>
3895
3883
  </dict>
3896
- <key>CommonOption</key>
3897
- <string>NO</string>
3898
3884
  <key>DefaultValue</key>
3899
3885
  <string>NO</string>
3900
3886
  <key>Name</key>
@@ -3926,8 +3912,6 @@
3926
3912
  <string>-Wrange-loop-analysis</string>
3927
3913
  </array>
3928
3914
  </dict>
3929
- <key>CommonOption</key>
3930
- <string>NO</string>
3931
3915
  <key>DefaultValue</key>
3932
3916
  <string>NO</string>
3933
3917
  <key>FileTypes</key>
@@ -3954,8 +3938,6 @@
3954
3938
  <string>-Wsemicolon-before-method-body</string>
3955
3939
  </array>
3956
3940
  </dict>
3957
- <key>CommonOption</key>
3958
- <string>NO</string>
3959
3941
  <key>DefaultValue</key>
3960
3942
  <string>NO</string>
3961
3943
  <key>Name</key>
@@ -4480,8 +4462,6 @@
4480
4462
  <string>Yes</string>
4481
4463
  <key>Type</key>
4482
4464
  <string>Compiler</string>
4483
- <key>UseCPlusPlusCompilerDriverWhenBundlizing</key>
4484
- <string>Yes</string>
4485
4465
  <key>Vendor</key>
4486
4466
  <string>Apple</string>
4487
4467
  <key>Version</key>
@@ -4584,15 +4564,15 @@
4584
4564
  <string>Analyze$(StaticAnalyzerModeNameDescription) $(InputFile)</string>
4585
4565
  <key>ExecPath</key>
4586
4566
  <string>$(CLANG_ANALYZER_EXEC)</string>
4587
- <key>FileTypes</key>
4567
+ <key>Identifier</key>
4568
+ <string>com.apple.compilers.llvm.clang.1_0.analyzer</string>
4569
+ <key>InputFileTypes</key>
4588
4570
  <array>
4589
4571
  <string>sourcecode.c.c</string>
4590
4572
  <string>sourcecode.c.objc</string>
4591
4573
  <string>sourcecode.cpp.cpp</string>
4592
4574
  <string>sourcecode.cpp.objcpp</string>
4593
4575
  </array>
4594
- <key>Identifier</key>
4595
- <string>com.apple.compilers.llvm.clang.1_0.analyzer</string>
4596
4576
  <key>IsAbstract</key>
4597
4577
  <string>YES</string>
4598
4578
  <key>Name</key>
@@ -5650,13 +5630,13 @@
5650
5630
  <string>Apple Clang ObjC Migrator</string>
5651
5631
  <key>ExecPath</key>
5652
5632
  <string>$(CLANG)</string>
5653
- <key>FileTypes</key>
5633
+ <key>Identifier</key>
5634
+ <string>com.apple.compilers.llvm.clang.1_0.migrator</string>
5635
+ <key>InputFileTypes</key>
5654
5636
  <array>
5655
5637
  <string>sourcecode.c.objc</string>
5656
5638
  <string>sourcecode.cpp.objcpp</string>
5657
5639
  </array>
5658
- <key>Identifier</key>
5659
- <string>com.apple.compilers.llvm.clang.1_0.migrator</string>
5660
5640
  <key>IsAbstract</key>
5661
5641
  <string>YES</string>
5662
5642
  <key>Name</key>
@@ -6000,13 +5980,13 @@
6000
5980
  <string>Apple Clang XCTest Migrator</string>
6001
5981
  <key>ExecPath</key>
6002
5982
  <string>$(CLANG)</string>
6003
- <key>FileTypes</key>
5983
+ <key>Identifier</key>
5984
+ <string>com.apple.compilers.llvm.clang.1_0.migrator.xctest</string>
5985
+ <key>InputFileTypes</key>
6004
5986
  <array>
6005
5987
  <string>sourcecode.c.objc</string>
6006
5988
  <string>sourcecode.cpp.objcpp</string>
6007
5989
  </array>
6008
- <key>Identifier</key>
6009
- <string>com.apple.compilers.llvm.clang.1_0.migrator.xctest</string>
6010
5990
  <key>IsAbstract</key>
6011
5991
  <string>YES</string>
6012
5992
  <key>Name</key>
@@ -6050,15 +6030,15 @@
6050
6030
  <string>com.apple.compilers.llvm.clang.1_0</string>
6051
6031
  <key>Description</key>
6052
6032
  <string>Apple Clang AST Builder 9.0</string>
6053
- <key>FileTypes</key>
6033
+ <key>Identifier</key>
6034
+ <string>com.apple.compilers.llvm.clang.1_0.astbuilder</string>
6035
+ <key>InputFileTypes</key>
6054
6036
  <array>
6055
6037
  <string>sourcecode.c.c</string>
6056
6038
  <string>sourcecode.c.objc</string>
6057
6039
  <string>sourcecode.cpp.cpp</string>
6058
6040
  <string>sourcecode.cpp.objcpp</string>
6059
6041
  </array>
6060
- <key>Identifier</key>
6061
- <string>com.apple.compilers.llvm.clang.1_0.astbuilder</string>
6062
6042
  <key>IsAbstract</key>
6063
6043
  <string>YES</string>
6064
6044
  <key>Name</key>
@@ -98,8 +98,10 @@
98
98
  <string>Boolean</string>
99
99
  </dict>
100
100
  </array>
101
- <key>OutputPath</key>
102
- <string>$(ProductResourcesDir)/$(InputFileName)</string>
101
+ <key>Outputs</key>
102
+ <array>
103
+ <string>$(ProductResourcesDir)/$(InputFileName)</string>
104
+ </array>
103
105
  <key>ProgressDescription</key>
104
106
  <string>Copying $(CommandProgressByType) files</string>
105
107
  <key>RuleName</key>
@@ -1351,8 +1351,6 @@
1351
1351
  <string>Path</string>
1352
1352
  </dict>
1353
1353
  <dict>
1354
- <key>Category</key>
1355
- <string>Build Locations</string>
1356
1354
  <key>DefaultValue</key>
1357
1355
  <string>$(BUILD_DIR)</string>
1358
1356
  <key>Name</key>
@@ -1361,8 +1359,6 @@
1361
1359
  <string>Path</string>
1362
1360
  </dict>
1363
1361
  <dict>
1364
- <key>Category</key>
1365
- <string>Build Locations</string>
1366
1362
  <key>DefaultValue</key>
1367
1363
  <string>$(PROJECT_TEMP_DIR)</string>
1368
1364
  <key>Name</key>
@@ -4164,9 +4160,9 @@
4164
4160
  <key>Category</key>
4165
4161
  <string>Localization</string>
4166
4162
  <key>DefaultValue</key>
4167
- <string>NSLocalizedString CFLocalizedString</string>
4163
+ <string>NSLocalizedString CFCopyLocalizedString</string>
4168
4164
  <key>Description</key>
4169
- <string>The base names for NSLocalizedString-like macros or functions used to produce localized strings in source code. The default base names of NSLocalizedString and CFLocalizedString are always considered, even if this setting is empty.</string>
4165
+ <string>The base names for NSLocalizedString-like macros or functions used to produce localized strings in source code. The default base names of NSLocalizedString and CFCopyLocalizedString are always considered, even if this setting is empty.</string>
4170
4166
  <key>DisplayName</key>
4171
4167
  <string>Localized String Macro Names</string>
4172
4168
  <key>Name</key>
@@ -4174,6 +4170,20 @@
4174
4170
  <key>Type</key>
4175
4171
  <string>StringList</string>
4176
4172
  </dict>
4173
+ <dict>
4174
+ <key>Category</key>
4175
+ <string>Localization</string>
4176
+ <key>DefaultValue</key>
4177
+ <string>YES</string>
4178
+ <key>Description</key>
4179
+ <string>When enabled, literal strings passed to the Text() initializer from Swift UI will be extracted during localization export.</string>
4180
+ <key>DisplayName</key>
4181
+ <string>Localized String Swift UI Support</string>
4182
+ <key>Name</key>
4183
+ <string>LOCALIZED_STRING_SWIFTUI_SUPPORT</string>
4184
+ <key>Type</key>
4185
+ <string>Boolean</string>
4186
+ </dict>
4177
4187
  <dict>
4178
4188
  <key>DefaultValue</key>
4179
4189
  <string>NO</string>
@@ -4260,7 +4270,7 @@
4260
4270
  <key>Category</key>
4261
4271
  <string>BuildOptions</string>
4262
4272
  <key>DefaultValue</key>
4263
- <string>YES_ERROR</string>
4273
+ <string>NO</string>
4264
4274
  <key>Name</key>
4265
4275
  <string>VALIDATE_WORKSPACE</string>
4266
4276
  <key>Type</key>
@@ -4272,6 +4282,16 @@
4272
4282
  <string>YES_ERROR</string>
4273
4283
  </array>
4274
4284
  </dict>
4285
+ <dict>
4286
+ <key>Category</key>
4287
+ <string>BuildOptions</string>
4288
+ <key>DefaultValue</key>
4289
+ <string></string>
4290
+ <key>Name</key>
4291
+ <string>VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS</string>
4292
+ <key>Type</key>
4293
+ <string>StringList</string>
4294
+ </dict>
4275
4295
  <dict>
4276
4296
  <key>Category</key>
4277
4297
  <string>BuildOptions</string>
@@ -1230,7 +1230,6 @@ Toggles the amount of debug information emitted when debug symbols are enabled.
1230
1230
  | CommandLineArgs | |
1231
1231
  | `default` | |
1232
1232
  | `line-tables-only` | -gline-tables-only |
1233
- | CommonOption | NO |
1234
1233
  | Condition | \$([GCC_GENERATE_DEBUGGING_SYMBOLS](#dev667b2f097)) |
1235
1234
  | DefaultValue | default |
1236
1235
  | Name | CLANG_DEBUG_INFORMATION_LEVEL |
@@ -1857,7 +1856,6 @@ Warn about block captures of implicitly autoreleasing parameters.
1857
1856
  | `NO` | -Wno-block-capture-autoreleasing |
1858
1857
  | `YES` | -Wblock-capture-autoreleasing |
1859
1858
  | `YES_ERROR` | -Werror=block-capture-autoreleasing |
1860
- | CommonOption | NO |
1861
1859
  | DefaultValue | NO |
1862
1860
  | Name | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING |
1863
1861
  | SupportedVersionRanges | 900.0.0 |
@@ -1907,7 +1905,6 @@ Warn about suspicious uses of the comma operator.
1907
1905
  | `NO` | -Wno-comma |
1908
1906
  | `YES` | -Wcomma |
1909
1907
  | `YES_ERROR` | -Werror=comma |
1910
- | CommonOption | NO |
1911
1908
  | DefaultValue | NO |
1912
1909
  | Name | CLANG_WARN_COMMA |
1913
1910
  | SupportedVersionRanges | 900.0.0 |
@@ -2137,7 +2134,6 @@ Warn about implicit integer conversions that change the signedness of an integer
2137
2134
  | `NO` | -Wno-sign-conversion |
2138
2135
  | `YES` | -Wsign-conversion |
2139
2136
  | `YES_ERROR` | -Werror=sign-conversion |
2140
- | CommonOption | NO |
2141
2137
  | DefaultValue | NO |
2142
2138
  | Name | CLANG_WARN_IMPLICIT_SIGN_CONVERSION |
2143
2139
  | Type | Enumeration |
@@ -2161,7 +2157,6 @@ Warn if all paths through a function call itself.
2161
2157
  | CommandLineArgs | |
2162
2158
  | `NO` | -Wno-infinite-recursion |
2163
2159
  | `YES` | -Winfinite-recursion |
2164
- | CommonOption | NO |
2165
2160
  | DefaultValue | NO |
2166
2161
  | Name | CLANG_WARN_INFINITE_RECURSION |
2167
2162
  | Type | Boolean |
@@ -2507,7 +2502,6 @@ Warn about ranged-based for loops.
2507
2502
  | CommandLineArgs | |
2508
2503
  | `NO` | -Wno-range-loop-analysis |
2509
2504
  | `YES` | -Wrange-loop-analysis |
2510
- | CommonOption | NO |
2511
2505
  | DefaultValue | NO |
2512
2506
  | FileTypes | sourcecode.cpp.cpp |
2513
2507
  | | sourcecode.cpp.objcpp |
@@ -2530,7 +2524,6 @@ Warn about ignored semicolon between a method implementation's signature and bod
2530
2524
  | CommandLineArgs | |
2531
2525
  | `NO` | -Wno-semicolon-before-method-body |
2532
2526
  | `YES` | -Wsemicolon-before-method-body |
2533
- | CommonOption | NO |
2534
2527
  | DefaultValue | NO |
2535
2528
  | Name | CLANG_WARN_SEMICOLON_BEFORE_METHOD_BODY |
2536
2529
  | Type | Boolean |
@@ -2552,7 +2545,6 @@ Warn about non-prototype declarations.
2552
2545
  | `NO` | -Wno-strict-prototypes |
2553
2546
  | `YES` | -Wstrict-prototypes |
2554
2547
  | `YES_ERROR` | -Werror=strict-prototypes |
2555
- | CommonOption | NO |
2556
2548
  | DefaultValue | NO |
2557
2549
  | Name | CLANG_WARN_STRICT_PROTOTYPES |
2558
2550
  | SupportedVersionRanges | 900.0.0 |
@@ -2578,7 +2570,6 @@ Warn about various implicit conversions that can lose information or are otherwi
2578
2570
  | `NO` | -Wno-conversion |
2579
2571
  | `YES` | -Wconversion |
2580
2572
  | `YES_ERROR` | -Werror=conversion |
2581
- | CommonOption | NO |
2582
2573
  | DefaultValue | NO |
2583
2574
  | Name | CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION |
2584
2575
  | Type | Enumeration |
@@ -2608,7 +2599,6 @@ Warn about suspicious uses of `std::move`.
2608
2599
  | CommandLineArgs | |
2609
2600
  | `NO` | -Wno-move |
2610
2601
  | `YES` | -Wmove |
2611
- | CommonOption | NO |
2612
2602
  | DefaultValue | NO |
2613
2603
  | FileTypes | sourcecode.cpp.cpp |
2614
2604
  | | sourcecode.cpp.objcpp |
@@ -2961,7 +2951,6 @@ The base path where build products will be placed during a build for a given con
2961
2951
 
2962
2952
  | | |
2963
2953
  |--------------|---------------------------------------------------|
2964
- | Category | Build Locations |
2965
2954
  | DefaultValue | \$([BUILD_DIR](#BUILD_DIR)) |
2966
2955
  | Name | CONFIGURATION_BUILD_DIR |
2967
2956
  | Type | Path |
@@ -2980,7 +2969,6 @@ The base path where intermediates will be placed during a build for a given conf
2980
2969
 
2981
2970
  | | |
2982
2971
  |--------------|---------------------------------------|
2983
- | Category | Build Locations |
2984
2972
  | DefaultValue | \$([PROJECT_TEMP_DIR](#dev583a73f21)) |
2985
2973
  | Name | CONFIGURATION_TEMP_DIR |
2986
2974
  | Type | Path |
@@ -4841,7 +4829,6 @@ Warn if a value is implicitly converted from a 64-bit type to a 32-bit type. Thi
4841
4829
  | `NO` | -Wno-shorten-64-to-32 |
4842
4830
  | `YES` | -Wshorten-64-to-32 |
4843
4831
  | `YES_ERROR` | -Werror=shorten-64-to-32 |
4844
- | CommonOption | NO |
4845
4832
  | DefaultValue | NO |
4846
4833
  | DisplayName | Implicit Conversion to 32 Bit Type |
4847
4834
  | Name | GCC_WARN_64_TO_32_BIT_CONVERSION |
@@ -4959,7 +4946,6 @@ Warn when a source file does not end with a newline.
4959
4946
  | CommandLineArgs | |
4960
4947
  | `NO` | -Wno-newline-eof |
4961
4948
  | `YES` | -Wnewline-eof |
4962
- | CommonOption | NO |
4963
4949
  | DefaultValue | NO |
4964
4950
  | Description | Warn when a source file does not end with a newline. |
4965
4951
  | DisplayName | Missing Newline At End Of File |
@@ -5003,7 +4989,6 @@ Warn when pointers passed via arguments or assigned to a variable differ in sign
5003
4989
  | CommandLineArgs | |
5004
4990
  | `NO` | -Wno-pointer-sign |
5005
4991
  | `YES` | -Wpointer-sign |
5006
- | CommonOption | YES |
5007
4992
  | DefaultValue | YES |
5008
4993
  | Description | Warn when pointers passed via arguments or assigned to a variable differ in sign. |
5009
4994
  | DisplayName | Pointer Sign Comparison |
@@ -6623,15 +6608,15 @@ The base names for NSLocalizedString-like macros or functions used to produce lo
6623
6608
  </div>
6624
6609
 
6625
6610
 
6626
- | | |
6627
- |--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
6628
- | Category | Localization |
6629
- | DefaultValue | NSLocalizedString CFLocalizedString |
6630
- | Description | The base names for NSLocalizedString-like macros or functions used to produce localized strings in source code. The default base names of NSLocalizedString and CFLocalizedString are always considered, even if this setting is empty. |
6631
- | DisplayName | Localized String Macro Names |
6632
- | Name | LOCALIZED_STRING_MACRO_NAMES |
6633
- | Type | StringList |
6634
- | References | |
6611
+ | | |
6612
+ |--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
6613
+ | Category | Localization |
6614
+ | DefaultValue | NSLocalizedString CFCopyLocalizedString |
6615
+ | Description | The base names for NSLocalizedString-like macros or functions used to produce localized strings in source code. The default base names of NSLocalizedString and CFCopyLocalizedString are always considered, even if this setting is empty. |
6616
+ | DisplayName | Localized String Macro Names |
6617
+ | Name | LOCALIZED_STRING_MACRO_NAMES |
6618
+ | Type | StringList |
6619
+ | References | |
6635
6620
 
6636
6621
  <div id="dev5eb2828db" class="Subhead">
6637
6622
 
@@ -9782,6 +9767,7 @@ Enabling this option causes `yacc` to insert the `#line` directives in the gener
9782
9767
  | | [SEPARATE_SYMBOL_EDIT](#dev5898a821a) |
9783
9768
  | | [SUPPORTS_TEXT_BASED_API](#dev8abad641c) |
9784
9769
  | | [SWIFT_INCLUDE_PATHS](#dev8f8e9cc00) |
9770
+ | | [SWIFT_RESPONSE_FILE_PATH](#SWIFT_RESPONSE_FILE_PATH) |
9785
9771
  | | [SWIFT_TARGET_TRIPLE_VARIANTS](#SWIFT_TARGET_TRIPLE_VARIANTS) |
9786
9772
  | | [SYSTEM_FRAMEWORK_SEARCH_PATHS](#dev9fa1aee62) |
9787
9773
  | | [SYSTEM_HEADER_SEARCH_PATHS](#devd69bd5ce8) |
@@ -9792,8 +9778,19 @@ Enabling this option causes `yacc` to insert the `#line` directives in the gener
9792
9778
  | | [USE_HEADERMAP](#dev4e24a48e3) |
9793
9779
  | | [WARNING_LDFLAGS](#dev29996e2b6) |
9794
9780
  | | [__INPUT_FILE_LIST_PATH__](#__INPUT_FILE_LIST_PATH__) |
9795
- | | [__SWIFT_FILE_LIST_PATH_INDEXING__](#__SWIFT_FILE_LIST_PATH_INDEXING__) |
9796
- | | [__SWIFT_FILE_LIST_PATH__](#__SWIFT_FILE_LIST_PATH__) |
9781
+
9782
+ </div>
9783
+
9784
+ <div id="CLANG_TOOLCHAIN_FLAGS" class="Subhead">
9785
+
9786
+ ## 🔐 CLANG_TOOLCHAIN_FLAGS
9787
+
9788
+ | | |
9789
+ |-----------------|-----------------------|
9790
+ | CommandLineArgs | \$([value](#value)) |
9791
+ | Name | CLANG_TOOLCHAIN_FLAGS |
9792
+ | Type | StringList |
9793
+ | References | |
9797
9794
 
9798
9795
  </div>
9799
9796
 
@@ -10491,7 +10488,6 @@ Enabling this option causes `yacc` to insert the `#line` directives in the gener
10491
10488
  | `<<otherwise>>` | |
10492
10489
  | `dwarf` | -g |
10493
10490
  | `dwarf-with-dsym` | -g |
10494
- | CommonOption | NO |
10495
10491
  | Condition | \$([GCC_GENERATE_DEBUGGING_SYMBOLS](#dev667b2f097)) |
10496
10492
  | DefaultValue | \$([DEBUG_INFORMATION_FORMAT](#dev881878d77)) |
10497
10493
  | Name | GCC_DEBUG_INFORMATION_FORMAT |
@@ -11293,6 +11289,7 @@ Enabling this option causes `yacc` to insert the `#line` directives in the gener
11293
11289
  | | [CLANG_TARGET_TRIPLE_ARCHS](#CLANG_TARGET_TRIPLE_ARCHS) |
11294
11290
  | | [CLANG_TARGET_TRIPLE_VARIANTS](#CLANG_TARGET_TRIPLE_VARIANTS) |
11295
11291
  | | [CLANG_THREAD_SANITIZER](#CLANG_THREAD_SANITIZER) |
11292
+ | | [CLANG_TOOLCHAIN_FLAGS](#CLANG_TOOLCHAIN_FLAGS) |
11296
11293
  | | [CLANG_TRIVIAL_AUTO_VAR_INIT](#CLANG_TRIVIAL_AUTO_VAR_INIT) |
11297
11294
  | | [CLANG_UNDEFINED_BEHAVIOR_SANITIZER](#CLANG_UNDEFINED_BEHAVIOR_SANITIZER) |
11298
11295
  | | [CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER](#dev11cdd52f0) |
@@ -11477,6 +11474,7 @@ Enabling this option causes `yacc` to insert the `#line` directives in the gener
11477
11474
  | | [CLANG_TARGET_TRIPLE_ARCHS](#CLANG_TARGET_TRIPLE_ARCHS) |
11478
11475
  | | [CLANG_TARGET_TRIPLE_VARIANTS](#CLANG_TARGET_TRIPLE_VARIANTS) |
11479
11476
  | | [CLANG_THREAD_SANITIZER](#CLANG_THREAD_SANITIZER) |
11477
+ | | [CLANG_TOOLCHAIN_FLAGS](#CLANG_TOOLCHAIN_FLAGS) |
11480
11478
  | | [CLANG_TRIVIAL_AUTO_VAR_INIT](#CLANG_TRIVIAL_AUTO_VAR_INIT) |
11481
11479
  | | [CLANG_UNDEFINED_BEHAVIOR_SANITIZER](#CLANG_UNDEFINED_BEHAVIOR_SANITIZER) |
11482
11480
  | | [CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER](#dev11cdd52f0) |
@@ -12608,14 +12606,12 @@ Enabling this option causes `yacc` to insert the `#line` directives in the gener
12608
12606
 
12609
12607
  ## 🔐 FILE_LIST
12610
12608
 
12611
- | | |
12612
- |--------------|-------------------------------------------------------------------------|
12613
- | DefaultValue | \$([OBJECT_FILE_DIR](#devddf692c48))/LinkFileList |
12614
- | Name | FILE_LIST |
12615
- | Type | Path |
12616
- | References | [__INPUT_FILE_LIST_PATH__](#__INPUT_FILE_LIST_PATH__) |
12617
- | | [__SWIFT_FILE_LIST_PATH_INDEXING__](#__SWIFT_FILE_LIST_PATH_INDEXING__) |
12618
- | | [__SWIFT_FILE_LIST_PATH__](#__SWIFT_FILE_LIST_PATH__) |
12609
+ | | |
12610
+ |--------------|-------------------------------------------------------|
12611
+ | DefaultValue | \$([OBJECT_FILE_DIR](#devddf692c48))/LinkFileList |
12612
+ | Name | FILE_LIST |
12613
+ | Type | Path |
12614
+ | References | [__INPUT_FILE_LIST_PATH__](#__INPUT_FILE_LIST_PATH__) |
12619
12615
 
12620
12616
  </div>
12621
12617
 
@@ -13432,6 +13428,22 @@ Enabling this option causes `yacc` to insert the `#line` directives in the gener
13432
13428
 
13433
13429
  </div>
13434
13430
 
13431
+ <div id="LOCALIZED_STRING_SWIFTUI_SUPPORT" class="Subhead">
13432
+
13433
+ ## 🔐 LOCALIZED_STRING_SWIFTUI_SUPPORT
13434
+
13435
+ | | |
13436
+ |--------------|----------------------------------------------------------------------------------------------------------------------------|
13437
+ | Category | Localization |
13438
+ | DefaultValue | YES |
13439
+ | Description | When enabled, literal strings passed to the Text() initializer from Swift UI will be extracted during localization export. |
13440
+ | DisplayName | Localized String Swift UI Support |
13441
+ | Name | LOCALIZED_STRING_SWIFTUI_SUPPORT |
13442
+ | Type | Boolean |
13443
+ | References | |
13444
+
13445
+ </div>
13446
+
13435
13447
  <div id="BUILD_ACTIVE_RESOURCES_ONLY" class="Subhead">
13436
13448
 
13437
13449
  ## 🔐 BUILD_ACTIVE_RESOURCES_ONLY
@@ -13462,16 +13474,30 @@ Enabling this option causes `yacc` to insert the `#line` directives in the gener
13462
13474
 
13463
13475
  ## 🔐 VALIDATE_WORKSPACE
13464
13476
 
13465
- | | |
13466
- |--------------|--------------------|
13467
- | Category | BuildOptions |
13468
- | DefaultValue | YES_ERROR |
13469
- | Name | VALIDATE_WORKSPACE |
13470
- | Type | Enumeration |
13471
- | Values | YES |
13472
- | | NO |
13473
- | | YES_ERROR |
13474
- | References | |
13477
+ | | |
13478
+ |--------------|-----------------------------------------------------------------------------------------|
13479
+ | Category | BuildOptions |
13480
+ | DefaultValue | NO |
13481
+ | Name | VALIDATE_WORKSPACE |
13482
+ | Type | Enumeration |
13483
+ | Values | YES |
13484
+ | | NO |
13485
+ | | YES_ERROR |
13486
+ | References | [VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS](#VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS) |
13487
+
13488
+ </div>
13489
+
13490
+ <div id="VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS" class="Subhead">
13491
+
13492
+ ## 🔐 VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS
13493
+
13494
+ | | |
13495
+ |--------------|-------------------------------------------|
13496
+ | Category | BuildOptions |
13497
+ | DefaultValue | |
13498
+ | Name | VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS |
13499
+ | Type | StringList |
13500
+ | References | |
13475
13501
 
13476
13502
  </div>
13477
13503
 
@@ -13651,6 +13677,7 @@ Enabling this option causes `yacc` to insert the `#line` directives in the gener
13651
13677
  | | [SEPARATE_SYMBOL_EDIT](#dev5898a821a) |
13652
13678
  | | [SUPPORTS_TEXT_BASED_API](#dev8abad641c) |
13653
13679
  | | [SWIFT_INCLUDE_PATHS](#dev8f8e9cc00) |
13680
+ | | [SWIFT_RESPONSE_FILE_PATH](#SWIFT_RESPONSE_FILE_PATH) |
13654
13681
  | | [SWIFT_TARGET_TRIPLE_VARIANTS](#SWIFT_TARGET_TRIPLE_VARIANTS) |
13655
13682
  | | [SYSTEM_FRAMEWORK_SEARCH_PATHS](#dev9fa1aee62) |
13656
13683
  | | [SYSTEM_HEADER_SEARCH_PATHS](#devd69bd5ce8) |
@@ -13661,8 +13688,6 @@ Enabling this option causes `yacc` to insert the `#line` directives in the gener
13661
13688
  | | [USE_HEADERMAP](#dev4e24a48e3) |
13662
13689
  | | [WARNING_LDFLAGS](#dev29996e2b6) |
13663
13690
  | | [__INPUT_FILE_LIST_PATH__](#__INPUT_FILE_LIST_PATH__) |
13664
- | | [__SWIFT_FILE_LIST_PATH_INDEXING__](#__SWIFT_FILE_LIST_PATH_INDEXING__) |
13665
- | | [__SWIFT_FILE_LIST_PATH__](#__SWIFT_FILE_LIST_PATH__) |
13666
13691
 
13667
13692
  </div>
13668
13693
 
@@ -15621,38 +15646,36 @@ Enabling this option causes `yacc` to insert the `#line` directives in the gener
15621
15646
 
15622
15647
  </div>
15623
15648
 
15624
- <div id="__SWIFT_FILE_LIST_PATH__" class="Subhead">
15625
-
15626
- ## 🔐 __SWIFT_FILE_LIST_PATH__
15627
-
15628
- | | |
15629
- |-------------------|---------------------------------------------------------------|
15630
- | CommandLineArgs | |
15631
- | `""` | |
15632
- | `<<otherwise>>` | @\$([value](#value)) |
15633
- | DefaultValue | \$(SWIFT_FILE_LIST_\$([variant](#variant))_\$([arch](#arch))) |
15634
- | IsInputDependency | Yes |
15635
- | Name | __SWIFT_FILE_LIST_PATH__ |
15636
- | Type | Path |
15637
- | References | |
15638
-
15639
- </div>
15640
-
15641
- <div id="__SWIFT_FILE_LIST_PATH_INDEXING__" class="Subhead">
15649
+ <div id="SWIFT_RESPONSE_FILE_PATH" class="Subhead">
15642
15650
 
15643
- ## 🔐 __SWIFT_FILE_LIST_PATH_INDEXING__
15651
+ ## 🔐 SWIFT_RESPONSE_FILE_PATH
15644
15652
 
15645
15653
  | | |
15646
15654
  |-------------------|------------------------------------------------------------------------|
15647
15655
  | CommandLineArgs | |
15648
- | DefaultValue | \$(SWIFT_INDEXING_FILE_LIST_\$([variant](#variant))_\$([arch](#arch))) |
15656
+ | `""` | |
15657
+ | `<<otherwise>>` | @\$([value](#value)) |
15658
+ | DefaultValue | \$(SWIFT_RESPONSE_FILE_PATH_\$([variant](#variant))_\$([arch](#arch))) |
15649
15659
  | IsInputDependency | Yes |
15650
- | Name | __SWIFT_FILE_LIST_PATH_INDEXING__ |
15660
+ | Name | SWIFT_RESPONSE_FILE_PATH |
15651
15661
  | Type | Path |
15652
15662
  | References | |
15653
15663
 
15654
15664
  </div>
15655
15665
 
15666
+ <div id="SWIFT_TOOLCHAIN_FLAGS" class="Subhead">
15667
+
15668
+ ## 🔐 SWIFT_TOOLCHAIN_FLAGS
15669
+
15670
+ | | |
15671
+ |-----------------|-----------------------|
15672
+ | CommandLineArgs | \$([value](#value)) |
15673
+ | Name | SWIFT_TOOLCHAIN_FLAGS |
15674
+ | Type | StringList |
15675
+ | References | |
15676
+
15677
+ </div>
15678
+
15656
15679
  <div id="SWIFT_DEPLOYMENT_TARGET" class="Subhead">
15657
15680
 
15658
15681
  ## 🔐 SWIFT_DEPLOYMENT_TARGET