fastlane-plugin-xcconfig_actions 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +45 -14
  3. data/lib/fastlane/plugin/xcconfig_actions.rb +2 -0
  4. data/lib/fastlane/plugin/xcconfig_actions/actions/build_settings_to_flags_action.rb +24 -0
  5. data/lib/fastlane/plugin/xcconfig_actions/actions/read_xcconfig_action.rb +21 -0
  6. data/lib/fastlane/plugin/xcconfig_actions/actions/validate_xcconfig_action.rb +17 -3
  7. data/lib/fastlane/plugin/xcconfig_actions/helper/xcconfig_actions_helper.rb +9 -1
  8. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspec.rb +63 -3
  9. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.1/README.md +78 -78
  10. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Clang LLVM 1.0.xcspec +6001 -0
  11. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/CopyPNGFile.xcspec +113 -0
  12. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Core Data.xcspec +289 -0
  13. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/CoreBuildSystem.xcspec +4050 -0
  14. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Cpp.xcspec +63 -0
  15. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/DTrace.xcspec +89 -0
  16. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Intents.xcspec +80 -0
  17. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Ld.xcspec +868 -0
  18. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Lex.xcspec +100 -0
  19. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/MLKit.xcspec +137 -0
  20. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Metal Compiler.xcspec +466 -0
  21. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Metal Linker.xcspec +105 -0
  22. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Nasm.xcspec +101 -0
  23. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Native Build System.xcspec +53 -0
  24. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/NativeBuildSystem.xcspec +1615 -0
  25. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/OSACompile.xcspec +63 -0
  26. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/OpenCL.xcspec +158 -0
  27. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/README.md +15250 -0
  28. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Rez.xcspec +209 -0
  29. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Swift.xcspec +886 -0
  30. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2.1/Yacc.xcspec +100 -0
  31. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.2/README.md +78 -78
  32. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Clang LLVM 1.0.xcspec +6091 -0
  33. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/CopyPNGFile.xcspec +113 -0
  34. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Core Data.xcspec +289 -0
  35. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/CoreBuildSystem.xcspec +4292 -0
  36. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Cpp.xcspec +63 -0
  37. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/DTrace.xcspec +89 -0
  38. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Intents.xcspec +80 -0
  39. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Ld.xcspec +869 -0
  40. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Lex.xcspec +100 -0
  41. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/MLKit.xcspec +137 -0
  42. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Metal Compiler.xcspec +612 -0
  43. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Metal Linker.xcspec +105 -0
  44. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Nasm.xcspec +101 -0
  45. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Native Build System.xcspec +41 -0
  46. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/NativeBuildSystem.xcspec +1649 -0
  47. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/OSACompile.xcspec +63 -0
  48. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/OpenCL.xcspec +158 -0
  49. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/README.md +15973 -0
  50. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Rez.xcspec +209 -0
  51. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Swift.xcspec +969 -0
  52. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Yacc.xcspec +100 -0
  53. data/lib/fastlane/plugin/xcconfig_actions/version.rb +2 -1
  54. metadata +60 -3
@@ -0,0 +1,113 @@
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
+ <array>
5
+ <dict>
6
+ <key>CommandLine</key>
7
+ <string>copypng [options] $(IPHONE_OPTIMIZE_OPTIONS) [input] [output]</string>
8
+ <key>CommandOutputParser</key>
9
+ <array>
10
+ <array>
11
+ <string>()()(^.*caught libpng error.*)</string>
12
+ <string>emit-error</string>
13
+ </array>
14
+ <array>
15
+ <string>()()(^Could not find file:.*)</string>
16
+ <string>emit-error</string>
17
+ </array>
18
+ <array>
19
+ <string>()()(^[^:]+: [^:]+: No such file or directory)</string>
20
+ <string>emit-error</string>
21
+ </array>
22
+ <array>
23
+ <string>()()(^[^:]+: [^:]+: Permission denied)</string>
24
+ <string>emit-error</string>
25
+ </array>
26
+ <array>
27
+ <string>()()(^[^:]+: [^:]+: Is a directory)</string>
28
+ <string>emit-error</string>
29
+ </array>
30
+ </array>
31
+ <key>Description</key>
32
+ <string>Copies a .png file resource, optionally compressing it.</string>
33
+ <key>EnvironmentVariables</key>
34
+ <dict>
35
+ <key>DEVELOPER_DIR</key>
36
+ <string>$(DEVELOPER_DIR)</string>
37
+ <key>SDKROOT</key>
38
+ <string>$(SDKROOT)</string>
39
+ <key>TOOLCHAINS</key>
40
+ <string>$(TOOLCHAINS)</string>
41
+ </dict>
42
+ <key>ExecDescription</key>
43
+ <string>Copy $(InputFile)</string>
44
+ <key>Identifier</key>
45
+ <string>com.apple.build-tasks.copy-png-file</string>
46
+ <key>InputFileTypes</key>
47
+ <array>
48
+ <string>image.png</string>
49
+ </array>
50
+ <key>Name</key>
51
+ <string>Compress PNG Files</string>
52
+ <key>Options</key>
53
+ <array>
54
+ <dict>
55
+ <key>Category</key>
56
+ <string>Packaging</string>
57
+ <key>CommandLineArgs</key>
58
+ <dict>
59
+ <key>NO</key>
60
+ <array/>
61
+ <key>YES</key>
62
+ <array>
63
+ <string>-compress</string>
64
+ </array>
65
+ </dict>
66
+ <key>DefaultValue</key>
67
+ <string>YES</string>
68
+ <key>Description</key>
69
+ <string>If enabled, PNG resource files are compressed as they are copied.</string>
70
+ <key>DisplayName</key>
71
+ <string>Compress PNG Files</string>
72
+ <key>Name</key>
73
+ <string>COMPRESS_PNG_FILES</string>
74
+ <key>Type</key>
75
+ <string>Boolean</string>
76
+ </dict>
77
+ <dict>
78
+ <key>Category</key>
79
+ <string>Packaging</string>
80
+ <key>CommandLineArgs</key>
81
+ <dict>
82
+ <key>NO</key>
83
+ <array/>
84
+ <key>YES</key>
85
+ <array>
86
+ <string>-strip-PNG-text</string>
87
+ </array>
88
+ </dict>
89
+ <key>DefaultValue</key>
90
+ <string>YES</string>
91
+ <key>Description</key>
92
+ <string>Metadata in the form of text chunks in PNG files will be removed to reduce their footprint on disk.</string>
93
+ <key>DisplayName</key>
94
+ <string>Remove Text Metadata From PNG Files</string>
95
+ <key>Name</key>
96
+ <string>STRIP_PNG_TEXT</string>
97
+ <key>Type</key>
98
+ <string>Boolean</string>
99
+ </dict>
100
+ </array>
101
+ <key>OutputPath</key>
102
+ <string>$(ProductResourcesDir)/$(InputFileName)</string>
103
+ <key>ProgressDescription</key>
104
+ <string>Copying $(CommandProgressByType) files</string>
105
+ <key>RuleName</key>
106
+ <string>CopyPNGFile $(ProductResourcesDir)/$(InputFileName) $(InputFileRelativePath)</string>
107
+ <key>SynthesizeBuildRule</key>
108
+ <string>Yes</string>
109
+ <key>Type</key>
110
+ <string>Compiler</string>
111
+ </dict>
112
+ </array>
113
+ </plist>
@@ -0,0 +1,289 @@
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
+ <array>
5
+ <dict>
6
+ <key>Class</key>
7
+ <string>XCCompilerSpecificationDataModel</string>
8
+ <key>CommandLine</key>
9
+ <string>momc [options] $(InputFile) $(ProductResourcesDir)/</string>
10
+ <key>CommandOutputParser</key>
11
+ <array>
12
+ <array>
13
+ <string>^([^:]*):([^:]*): warning: (.*)$</string>
14
+ <string>emit-warning</string>
15
+ </array>
16
+ <array>
17
+ <string>^([^:]*):([^:]*): error: (.*)$</string>
18
+ <string>emit-error</string>
19
+ </array>
20
+ </array>
21
+ <key>DeeplyStatInputDirectories</key>
22
+ <string>Yes</string>
23
+ <key>Description</key>
24
+ <string>MOMC: compiler of data model .xcdatamodeld/.xcdatamodel into .momd/.mom</string>
25
+ <key>ExecDescription</key>
26
+ <string>Compile data model $(InputFile)</string>
27
+ <key>Identifier</key>
28
+ <string>com.apple.compilers.model.coredata</string>
29
+ <key>InputFileTypes</key>
30
+ <array>
31
+ <string>wrapper.xcdatamodeld</string>
32
+ <string>wrapper.xcdatamodel</string>
33
+ </array>
34
+ <key>IsArchitectureNeutral</key>
35
+ <string>Yes</string>
36
+ <key>MessageCategoryInfoOptions</key>
37
+ <array>
38
+ <string>--print-diagnostic-categories</string>
39
+ <string>destination</string>
40
+ <string>source</string>
41
+ </array>
42
+ <key>Name</key>
43
+ <string>Data Model Compiler (MOMC)</string>
44
+ <key>Options</key>
45
+ <array>
46
+ <dict>
47
+ <key>DefaultValue</key>
48
+ <string>$(MOMC_OUTPUT_SUFFIX_$(InputFileSuffix))</string>
49
+ <key>Name</key>
50
+ <string>MOMC_OUTPUT_SUFFIX</string>
51
+ <key>Type</key>
52
+ <string>String</string>
53
+ </dict>
54
+ <dict>
55
+ <key>DefaultValue</key>
56
+ <string>.momd</string>
57
+ <key>Name</key>
58
+ <string>MOMC_OUTPUT_SUFFIX_.xcdatamodeld</string>
59
+ <key>Type</key>
60
+ <string>String</string>
61
+ </dict>
62
+ <dict>
63
+ <key>DefaultValue</key>
64
+ <string>.mom</string>
65
+ <key>Name</key>
66
+ <string>MOMC_OUTPUT_SUFFIX_.xcdatamodel</string>
67
+ <key>Type</key>
68
+ <string>String</string>
69
+ </dict>
70
+ <dict>
71
+ <key>CommandLineFlag</key>
72
+ <string>--sdkroot</string>
73
+ <key>DefaultValue</key>
74
+ <string>$(SDKROOT)</string>
75
+ <key>Name</key>
76
+ <string>SDKROOT</string>
77
+ <key>Type</key>
78
+ <string>String</string>
79
+ </dict>
80
+ <dict>
81
+ <key>CommandLineFlag</key>
82
+ <string>--$(PLATFORM_NAME)-deployment-target</string>
83
+ <key>DefaultValue</key>
84
+ <string>$($(DEPLOYMENT_TARGET_SETTING_NAME))</string>
85
+ <key>Name</key>
86
+ <string>DEPLOYMENT_TARGET</string>
87
+ <key>Type</key>
88
+ <string>String</string>
89
+ </dict>
90
+ <dict>
91
+ <key>Category</key>
92
+ <string>Warnings</string>
93
+ <key>CommandLineFlag</key>
94
+ <string>--no-warnings</string>
95
+ <key>DefaultValue</key>
96
+ <string>NO</string>
97
+ <key>Name</key>
98
+ <string>MOMC_NO_WARNINGS</string>
99
+ <key>Type</key>
100
+ <string>Boolean</string>
101
+ </dict>
102
+ <dict>
103
+ <key>Category</key>
104
+ <string>Warnings</string>
105
+ <key>CommandLineFlag</key>
106
+ <string>--no-inverse-relationship-warnings</string>
107
+ <key>DefaultValue</key>
108
+ <string>NO</string>
109
+ <key>Name</key>
110
+ <string>MOMC_NO_INVERSE_RELATIONSHIP_WARNINGS</string>
111
+ <key>Type</key>
112
+ <string>Boolean</string>
113
+ </dict>
114
+ <dict>
115
+ <key>Category</key>
116
+ <string>Warnings</string>
117
+ <key>CommandLineFlag</key>
118
+ <string>--no-max-property-count-warnings</string>
119
+ <key>DefaultValue</key>
120
+ <string>NO</string>
121
+ <key>Name</key>
122
+ <string>MOMC_NO_MAX_PROPERTY_COUNT_WARNINGS</string>
123
+ <key>Type</key>
124
+ <string>Boolean</string>
125
+ </dict>
126
+ <dict>
127
+ <key>Category</key>
128
+ <string>Warnings</string>
129
+ <key>CommandLineFlag</key>
130
+ <string>--no-delete-rule-warnings</string>
131
+ <key>DefaultValue</key>
132
+ <string>NO</string>
133
+ <key>Name</key>
134
+ <string>MOMC_NO_DELETE_RULE_WARNINGS</string>
135
+ <key>Type</key>
136
+ <string>Boolean</string>
137
+ </dict>
138
+ <dict>
139
+ <key>Category</key>
140
+ <string>Warnings</string>
141
+ <key>CommandLineFlag</key>
142
+ <string>--suppress-inverse-transient-error</string>
143
+ <key>DefaultValue</key>
144
+ <string>NO</string>
145
+ <key>Name</key>
146
+ <string>MOMC_SUPPRESS_INVERSE_TRANSIENT_ERROR</string>
147
+ <key>Type</key>
148
+ <string>Boolean</string>
149
+ </dict>
150
+ <dict>
151
+ <key>CommandLineFlag</key>
152
+ <string>--module</string>
153
+ <key>DefaultValue</key>
154
+ <string>$(PRODUCT_MODULE_NAME)</string>
155
+ <key>Name</key>
156
+ <string>MOMC_MODULE</string>
157
+ <key>Type</key>
158
+ <string>String</string>
159
+ </dict>
160
+ <dict>
161
+ <key>CommandLinePrefixFlag</key>
162
+ <string></string>
163
+ <key>DefaultValue</key>
164
+ <string></string>
165
+ <key>Name</key>
166
+ <string>build_file_compiler_flags</string>
167
+ <key>Type</key>
168
+ <string>StringList</string>
169
+ </dict>
170
+ </array>
171
+ <key>Outputs</key>
172
+ <array>
173
+ <string>$(ProductResourcesDir)/$(InputFileBase)$(MOMC_OUTPUT_SUFFIX)</string>
174
+ </array>
175
+ <key>ProgressDescription</key>
176
+ <string>Compiling $(CommandProgressByType) data models</string>
177
+ <key>RuleName</key>
178
+ <string>DataModelCompile $(ProductResourcesDir)/ $(InputFile)</string>
179
+ <key>SynthesizeBuildRule</key>
180
+ <string>Yes</string>
181
+ <key>Type</key>
182
+ <string>Compiler</string>
183
+ </dict>
184
+ <dict>
185
+ <key>CommandLine</key>
186
+ <string>mapc [options] $(InputFile) $(ProductResourcesDir)/$(InputFileBase).cdm</string>
187
+ <key>CommandOutputParser</key>
188
+ <array>
189
+ <array>
190
+ <string>^([^:]*):([^:]*)warning: (.*)$</string>
191
+ <string>emit-warning</string>
192
+ </array>
193
+ <array>
194
+ <string>^([^:]*):([^:]*)error: (.*)$</string>
195
+ <string>emit-error</string>
196
+ </array>
197
+ </array>
198
+ <key>DeeplyStatInputDirectories</key>
199
+ <string>Yes</string>
200
+ <key>Description</key>
201
+ <string>MAPC: compiler of mapping model files .xcmappingmodel into .cdm</string>
202
+ <key>ExecDescription</key>
203
+ <string>Compile mapping model $(InputFile)</string>
204
+ <key>Identifier</key>
205
+ <string>com.apple.compilers.model.coredatamapping</string>
206
+ <key>InputFileTypes</key>
207
+ <array>
208
+ <string>wrapper.xcmappingmodel</string>
209
+ </array>
210
+ <key>IsArchitectureNeutral</key>
211
+ <string>Yes</string>
212
+ <key>MessageCategoryInfoOptions</key>
213
+ <array>
214
+ <string>--print-diagnostic-categories</string>
215
+ <string>source</string>
216
+ <string>destination</string>
217
+ </array>
218
+ <key>Name</key>
219
+ <string>Core Data Mapping Model Compiler (MAPC)</string>
220
+ <key>Options</key>
221
+ <array>
222
+ <dict>
223
+ <key>Category</key>
224
+ <string>Warnings</string>
225
+ <key>CommandLineFlag</key>
226
+ <string>--mapc-no-warnings</string>
227
+ <key>DefaultValue</key>
228
+ <string>NO</string>
229
+ <key>Name</key>
230
+ <string>MAPC_NO_WARNINGS</string>
231
+ <key>Type</key>
232
+ <string>Boolean</string>
233
+ </dict>
234
+ <dict>
235
+ <key>CommandLineFlag</key>
236
+ <string>--sdkroot</string>
237
+ <key>DefaultValue</key>
238
+ <string>$(SDKROOT)</string>
239
+ <key>Name</key>
240
+ <string>SDKROOT</string>
241
+ <key>Type</key>
242
+ <string>String</string>
243
+ </dict>
244
+ <dict>
245
+ <key>CommandLineFlag</key>
246
+ <string>--$(PLATFORM_NAME)-deployment-target</string>
247
+ <key>DefaultValue</key>
248
+ <string>$($(DEPLOYMENT_TARGET_SETTING_NAME))</string>
249
+ <key>Name</key>
250
+ <string>DEPLOYMENT_TARGET</string>
251
+ <key>Type</key>
252
+ <string>String</string>
253
+ </dict>
254
+ <dict>
255
+ <key>CommandLinePrefixFlag</key>
256
+ <string></string>
257
+ <key>DefaultValue</key>
258
+ <string></string>
259
+ <key>Name</key>
260
+ <string>build_file_compiler_flags</string>
261
+ <key>Type</key>
262
+ <string>StringList</string>
263
+ </dict>
264
+ <dict>
265
+ <key>CommandLineFlag</key>
266
+ <string>--module</string>
267
+ <key>DefaultValue</key>
268
+ <string>$(PRODUCT_MODULE_NAME)</string>
269
+ <key>Name</key>
270
+ <string>MAPC_MODULE</string>
271
+ <key>Type</key>
272
+ <string>String</string>
273
+ </dict>
274
+ </array>
275
+ <key>Outputs</key>
276
+ <array>
277
+ <string>$(ProductResourcesDir)/$(InputFileBase).cdm</string>
278
+ </array>
279
+ <key>ProgressDescription</key>
280
+ <string>Compiling $(CommandProgressByType) mapping models</string>
281
+ <key>RuleName</key>
282
+ <string>MappingModelCompile $(ProductResourcesDir)/$(InputFileBase).cdm $(InputFile)</string>
283
+ <key>SynthesizeBuildRule</key>
284
+ <string>Yes</string>
285
+ <key>Type</key>
286
+ <string>Compiler</string>
287
+ </dict>
288
+ </array>
289
+ </plist>
@@ -0,0 +1,4292 @@
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
+ <array>
5
+ <dict>
6
+ <key>Identifier</key>
7
+ <string>com.apple.buildsettings.standard</string>
8
+ <key>Name</key>
9
+ <string>Standard Properties</string>
10
+ <key>Options</key>
11
+ <array>
12
+ <dict>
13
+ <key>DefaultValue</key>
14
+ <string></string>
15
+ <key>Description</key>
16
+ <string>A string identifying the build system action being performed.</string>
17
+ <key>DisplayName</key>
18
+ <string>Active Build Action</string>
19
+ <key>Name</key>
20
+ <string>ACTION</string>
21
+ <key>Type</key>
22
+ <string>string</string>
23
+ </dict>
24
+ <dict>
25
+ <key>DefaultValue</key>
26
+ <string></string>
27
+ <key>Description</key>
28
+ <string>A list of components being built during this action.</string>
29
+ <key>DisplayName</key>
30
+ <string>Active Build Components</string>
31
+ <key>Name</key>
32
+ <string>BUILD_COMPONENTS</string>
33
+ <key>Type</key>
34
+ <string>stringlist</string>
35
+ </dict>
36
+ <dict>
37
+ <key>DefaultValue</key>
38
+ <string></string>
39
+ <key>Description</key>
40
+ <string>The name of the current project.</string>
41
+ <key>DisplayName</key>
42
+ <string>Project Name</string>
43
+ <key>Name</key>
44
+ <string>PROJECT_NAME</string>
45
+ <key>Type</key>
46
+ <string>string</string>
47
+ </dict>
48
+ <dict>
49
+ <key>DefaultValue</key>
50
+ <string></string>
51
+ <key>Description</key>
52
+ <string>The name of the current target.</string>
53
+ <key>DisplayName</key>
54
+ <string>Target Name</string>
55
+ <key>Name</key>
56
+ <string>TARGET_NAME</string>
57
+ <key>Type</key>
58
+ <string>string</string>
59
+ </dict>
60
+ <dict>
61
+ <key>ConditionFlavors</key>
62
+ <array>
63
+ <string>arch</string>
64
+ </array>
65
+ <key>DefaultValue</key>
66
+ <string></string>
67
+ <key>Name</key>
68
+ <string>SDKROOT</string>
69
+ <key>Type</key>
70
+ <string>string</string>
71
+ </dict>
72
+ <dict>
73
+ <key>ConditionFlavors</key>
74
+ <array>
75
+ <string>arch</string>
76
+ </array>
77
+ <key>DefaultValue</key>
78
+ <string></string>
79
+ <key>Name</key>
80
+ <string>ADDITIONAL_SDKS</string>
81
+ <key>Type</key>
82
+ <string>stringlist</string>
83
+ </dict>
84
+ <dict>
85
+ <key>DefaultValue</key>
86
+ <string></string>
87
+ <key>Name</key>
88
+ <string>SUPPORTED_PLATFORMS</string>
89
+ <key>Type</key>
90
+ <string>stringlist</string>
91
+ <key>UIType</key>
92
+ <string>supportedplatforms</string>
93
+ </dict>
94
+ <dict>
95
+ <key>DefaultValue</key>
96
+ <string>$(OBJROOT)/SharedPrecompiledHeaders</string>
97
+ <key>Name</key>
98
+ <string>SHARED_PRECOMPS_DIR</string>
99
+ <key>Type</key>
100
+ <string>string</string>
101
+ </dict>
102
+ <dict>
103
+ <key>ConditionFlavors</key>
104
+ <array>
105
+ <string>arch</string>
106
+ </array>
107
+ <key>DefaultValue</key>
108
+ <string></string>
109
+ <key>Name</key>
110
+ <string>HEADER_SEARCH_PATHS</string>
111
+ <key>Type</key>
112
+ <string>pathlist</string>
113
+ </dict>
114
+ <dict>
115
+ <key>ConditionFlavors</key>
116
+ <array>
117
+ <string>arch</string>
118
+ </array>
119
+ <key>DefaultValue</key>
120
+ <string></string>
121
+ <key>Name</key>
122
+ <string>USER_HEADER_SEARCH_PATHS</string>
123
+ <key>Type</key>
124
+ <string>pathlist</string>
125
+ </dict>
126
+ <dict>
127
+ <key>ConditionFlavors</key>
128
+ <array>
129
+ <string>arch</string>
130
+ <string>sdk</string>
131
+ </array>
132
+ <key>DefaultValue</key>
133
+ <string></string>
134
+ <key>Name</key>
135
+ <string>LIBRARY_SEARCH_PATHS</string>
136
+ <key>Type</key>
137
+ <string>pathlist</string>
138
+ </dict>
139
+ <dict>
140
+ <key>ConditionFlavors</key>
141
+ <array>
142
+ <string>arch</string>
143
+ <string>sdk</string>
144
+ </array>
145
+ <key>DefaultValue</key>
146
+ <string></string>
147
+ <key>Name</key>
148
+ <string>FRAMEWORK_SEARCH_PATHS</string>
149
+ <key>Type</key>
150
+ <string>pathlist</string>
151
+ </dict>
152
+ <dict>
153
+ <key>DefaultValue</key>
154
+ <string></string>
155
+ <key>Name</key>
156
+ <string>REZ_SEARCH_PATHS</string>
157
+ <key>Type</key>
158
+ <string>pathlist</string>
159
+ </dict>
160
+ <dict>
161
+ <key>ConditionFlavors</key>
162
+ <array>
163
+ <string>arch</string>
164
+ </array>
165
+ <key>DefaultValue</key>
166
+ <string>YES</string>
167
+ <key>Name</key>
168
+ <string>ALWAYS_SEARCH_USER_PATHS</string>
169
+ <key>Type</key>
170
+ <string>bool</string>
171
+ </dict>
172
+ <dict>
173
+ <key>DefaultValue</key>
174
+ <string>YES</string>
175
+ <key>Name</key>
176
+ <string>ENABLE_DEFAULT_HEADER_SEARCH_PATHS</string>
177
+ <key>Type</key>
178
+ <string>bool</string>
179
+ </dict>
180
+ <dict>
181
+ <key>DefaultValue</key>
182
+ <string></string>
183
+ <key>Name</key>
184
+ <string>INCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES</string>
185
+ <key>Type</key>
186
+ <string>stringlist</string>
187
+ </dict>
188
+ <dict>
189
+ <key>DefaultValue</key>
190
+ <string>*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj</string>
191
+ <key>Name</key>
192
+ <string>EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES</string>
193
+ <key>Type</key>
194
+ <string>stringlist</string>
195
+ </dict>
196
+ <dict>
197
+ <key>DefaultValue</key>
198
+ <string>$(TEMP_DIR)/PrefixHeaders</string>
199
+ <key>Name</key>
200
+ <string>PRECOMP_DESTINATION_DIR</string>
201
+ <key>Type</key>
202
+ <string>string</string>
203
+ </dict>
204
+ <dict>
205
+ <key>DefaultValue</key>
206
+ <string></string>
207
+ <key>Name</key>
208
+ <string>VERSIONING_SYSTEM</string>
209
+ <key>Type</key>
210
+ <string>enum</string>
211
+ <key>Values</key>
212
+ <array>
213
+ <string></string>
214
+ <string>apple-generic</string>
215
+ </array>
216
+ </dict>
217
+ <dict>
218
+ <key>DefaultValue</key>
219
+ <string></string>
220
+ <key>Name</key>
221
+ <string>MARKETING_VERSION</string>
222
+ <key>Type</key>
223
+ <string>string</string>
224
+ </dict>
225
+ <dict>
226
+ <key>DefaultValue</key>
227
+ <string></string>
228
+ <key>Name</key>
229
+ <string>CURRENT_PROJECT_VERSION</string>
230
+ <key>Type</key>
231
+ <string>string</string>
232
+ </dict>
233
+ <dict>
234
+ <key>DefaultValue</key>
235
+ <string></string>
236
+ <key>Name</key>
237
+ <string>VERSION_INFO_PREFIX</string>
238
+ <key>Type</key>
239
+ <string>string</string>
240
+ </dict>
241
+ <dict>
242
+ <key>DefaultValue</key>
243
+ <string></string>
244
+ <key>Name</key>
245
+ <string>VERSION_INFO_SUFFIX</string>
246
+ <key>Type</key>
247
+ <string>string</string>
248
+ </dict>
249
+ <dict>
250
+ <key>DefaultValue</key>
251
+ <string></string>
252
+ <key>Name</key>
253
+ <string>VERSION_INFO_BUILDER</string>
254
+ <key>Type</key>
255
+ <string>string</string>
256
+ </dict>
257
+ <dict>
258
+ <key>DefaultValue</key>
259
+ <string></string>
260
+ <key>Name</key>
261
+ <string>VERSION_INFO_EXPORT_DECL</string>
262
+ <key>Type</key>
263
+ <string>string</string>
264
+ </dict>
265
+ <dict>
266
+ <key>DefaultValue</key>
267
+ <string></string>
268
+ <key>Name</key>
269
+ <string>VERSION_INFO_FILE</string>
270
+ <key>Type</key>
271
+ <string>string</string>
272
+ </dict>
273
+ <dict>
274
+ <key>DefaultValue</key>
275
+ <string>dwarf</string>
276
+ <key>Name</key>
277
+ <string>DEBUG_INFORMATION_FORMAT</string>
278
+ <key>Type</key>
279
+ <string>enum</string>
280
+ <key>Values</key>
281
+ <array>
282
+ <string>dwarf</string>
283
+ <string>dwarf-with-dsym</string>
284
+ </array>
285
+ </dict>
286
+ <dict>
287
+ <key>DefaultValue</key>
288
+ <string>$(FULL_PRODUCT_NAME).dSYM</string>
289
+ <key>Name</key>
290
+ <string>DWARF_DSYM_FILE_NAME</string>
291
+ <key>Type</key>
292
+ <string>string</string>
293
+ <key>UIType</key>
294
+ <string>string</string>
295
+ </dict>
296
+ <dict>
297
+ <key>DefaultValue</key>
298
+ <string>$(CONFIGURATION_BUILD_DIR)</string>
299
+ <key>Name</key>
300
+ <string>DWARF_DSYM_FOLDER_PATH</string>
301
+ <key>Type</key>
302
+ <string>string</string>
303
+ <key>UIType</key>
304
+ <string>string</string>
305
+ </dict>
306
+ <dict>
307
+ <key>DefaultValue</key>
308
+ <string>NO</string>
309
+ <key>Name</key>
310
+ <string>DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT</string>
311
+ <key>Type</key>
312
+ <string>bool</string>
313
+ </dict>
314
+ <dict>
315
+ <key>DefaultValue</key>
316
+ <string>NO</string>
317
+ <key>Name</key>
318
+ <string>COLOR_DIAGNOSTICS</string>
319
+ <key>Type</key>
320
+ <string>bool</string>
321
+ </dict>
322
+ <dict>
323
+ <key>DefaultValue</key>
324
+ <string>NO</string>
325
+ <key>Name</key>
326
+ <string>SCAN_ALL_SOURCE_FILES_FOR_INCLUDES</string>
327
+ <key>Type</key>
328
+ <string>bool</string>
329
+ </dict>
330
+ <dict>
331
+ <key>DefaultValue</key>
332
+ <string>NO</string>
333
+ <key>Name</key>
334
+ <string>GENERATE_PROFILING_CODE</string>
335
+ <key>Type</key>
336
+ <string>bool</string>
337
+ </dict>
338
+ <dict>
339
+ <key>DefaultValue</key>
340
+ <string>NO</string>
341
+ <key>Name</key>
342
+ <string>ENABLE_BITCODE</string>
343
+ <key>Type</key>
344
+ <string>bool</string>
345
+ </dict>
346
+ <dict>
347
+ <key>DefaultValue</key>
348
+ <string>YES</string>
349
+ <key>Name</key>
350
+ <string>HIDE_BITCODE_SYMBOLS</string>
351
+ <key>Type</key>
352
+ <string>bool</string>
353
+ </dict>
354
+ <dict>
355
+ <key>DefaultValue</key>
356
+ <string>marker</string>
357
+ <key>Name</key>
358
+ <string>BITCODE_GENERATION_MODE</string>
359
+ <key>Type</key>
360
+ <string>enum</string>
361
+ <key>Values</key>
362
+ <array>
363
+ <string>marker</string>
364
+ <string>bitcode</string>
365
+ </array>
366
+ </dict>
367
+ <dict>
368
+ <key>DefaultValue</key>
369
+ <string>NO</string>
370
+ <key>Name</key>
371
+ <string>STRIP_BITCODE_FROM_COPIED_FILES</string>
372
+ <key>Type</key>
373
+ <string>bool</string>
374
+ </dict>
375
+ <dict>
376
+ <key>DefaultValue</key>
377
+ <string>YES</string>
378
+ <key>Name</key>
379
+ <string>PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR</string>
380
+ <key>Type</key>
381
+ <string>bool</string>
382
+ </dict>
383
+ <dict>
384
+ <key>DefaultValue</key>
385
+ <string>.DS_Store .svn .git .hg CVS</string>
386
+ <key>Name</key>
387
+ <string>EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS</string>
388
+ <key>Type</key>
389
+ <string>stringlist</string>
390
+ </dict>
391
+ <dict>
392
+ <key>DefaultValue</key>
393
+ <string></string>
394
+ <key>Name</key>
395
+ <string>MACH_O_TYPE</string>
396
+ <key>Type</key>
397
+ <string>enum</string>
398
+ <key>Values</key>
399
+ <array>
400
+ <string>mh_execute</string>
401
+ <string>mh_dylib</string>
402
+ <string>mh_bundle</string>
403
+ <string>staticlib</string>
404
+ <string>mh_object</string>
405
+ </array>
406
+ </dict>
407
+ <dict>
408
+ <key>DefaultValue</key>
409
+ <string></string>
410
+ <key>Name</key>
411
+ <string>INIT_ROUTINE</string>
412
+ <key>Type</key>
413
+ <string>string</string>
414
+ </dict>
415
+ <dict>
416
+ <key>DefaultValue</key>
417
+ <string>YES</string>
418
+ <key>Name</key>
419
+ <string>LINK_WITH_STANDARD_LIBRARIES</string>
420
+ <key>Type</key>
421
+ <string>bool</string>
422
+ </dict>
423
+ <dict>
424
+ <key>DefaultValue</key>
425
+ <string>NO</string>
426
+ <key>Name</key>
427
+ <string>KEEP_PRIVATE_EXTERNS</string>
428
+ <key>Type</key>
429
+ <string>bool</string>
430
+ </dict>
431
+ <dict>
432
+ <key>ConditionFlavors</key>
433
+ <array>
434
+ <string>arch</string>
435
+ <string>sdk</string>
436
+ </array>
437
+ <key>DefaultValue</key>
438
+ <string></string>
439
+ <key>Name</key>
440
+ <string>EXPORTED_SYMBOLS_FILE</string>
441
+ <key>Type</key>
442
+ <string>string</string>
443
+ </dict>
444
+ <dict>
445
+ <key>ConditionFlavors</key>
446
+ <array>
447
+ <string>arch</string>
448
+ <string>sdk</string>
449
+ </array>
450
+ <key>DefaultValue</key>
451
+ <string></string>
452
+ <key>Name</key>
453
+ <string>UNEXPORTED_SYMBOLS_FILE</string>
454
+ <key>Type</key>
455
+ <string>string</string>
456
+ </dict>
457
+ <dict>
458
+ <key>DefaultValue</key>
459
+ <string>NO</string>
460
+ <key>Name</key>
461
+ <string>SEPARATE_SYMBOL_EDIT</string>
462
+ <key>Type</key>
463
+ <string>bool</string>
464
+ </dict>
465
+ <dict>
466
+ <key>DefaultValue</key>
467
+ <string></string>
468
+ <key>Name</key>
469
+ <string>DYLIB_CURRENT_VERSION</string>
470
+ <key>Type</key>
471
+ <string>string</string>
472
+ </dict>
473
+ <dict>
474
+ <key>DefaultValue</key>
475
+ <string></string>
476
+ <key>Name</key>
477
+ <string>DYLIB_COMPATIBILITY_VERSION</string>
478
+ <key>Type</key>
479
+ <string>string</string>
480
+ </dict>
481
+ <dict>
482
+ <key>DefaultValue</key>
483
+ <string></string>
484
+ <key>Name</key>
485
+ <string>LD_DYLIB_INSTALL_NAME</string>
486
+ <key>Type</key>
487
+ <string>path</string>
488
+ </dict>
489
+ <dict>
490
+ <key>DefaultValue</key>
491
+ <string></string>
492
+ <key>Name</key>
493
+ <string>DYLIB_INSTALL_NAME_BASE</string>
494
+ <key>Type</key>
495
+ <string>String</string>
496
+ </dict>
497
+ <dict>
498
+ <key>ConditionFlavors</key>
499
+ <array>
500
+ <string>arch</string>
501
+ </array>
502
+ <key>DefaultValue</key>
503
+ <string></string>
504
+ <key>Name</key>
505
+ <string>SECTORDER_FLAGS</string>
506
+ <key>Type</key>
507
+ <string>stringlist</string>
508
+ <key>UIType</key>
509
+ <string>string</string>
510
+ </dict>
511
+ <dict>
512
+ <key>DefaultValue</key>
513
+ <string></string>
514
+ <key>Name</key>
515
+ <string>ORDER_FILE</string>
516
+ <key>Type</key>
517
+ <string>string</string>
518
+ </dict>
519
+ <dict>
520
+ <key>DefaultValue</key>
521
+ <string></string>
522
+ <key>Name</key>
523
+ <string>LD_RUNPATH_SEARCH_PATHS</string>
524
+ <key>Type</key>
525
+ <string>stringlist</string>
526
+ </dict>
527
+ <dict>
528
+ <key>DefaultValue</key>
529
+ <string>NO</string>
530
+ <key>Name</key>
531
+ <string>LD_GENERATE_MAP_FILE</string>
532
+ <key>Type</key>
533
+ <string>bool</string>
534
+ </dict>
535
+ <dict>
536
+ <key>DefaultValue</key>
537
+ <string>$(TARGET_TEMP_DIR)/$(PRODUCT_NAME)-LinkMap-$(CURRENT_VARIANT)-$(CURRENT_ARCH).txt</string>
538
+ <key>Name</key>
539
+ <string>LD_MAP_FILE_PATH</string>
540
+ <key>Type</key>
541
+ <string>path</string>
542
+ </dict>
543
+ <dict>
544
+ <key>ConditionFlavors</key>
545
+ <array>
546
+ <string>arch</string>
547
+ </array>
548
+ <key>DefaultValue</key>
549
+ <string></string>
550
+ <key>Name</key>
551
+ <string>WARNING_LDFLAGS</string>
552
+ <key>Type</key>
553
+ <string>stringlist</string>
554
+ <key>UIType</key>
555
+ <string>string</string>
556
+ </dict>
557
+ <dict>
558
+ <key>ConditionFlavors</key>
559
+ <array>
560
+ <string>arch</string>
561
+ </array>
562
+ <key>DefaultValue</key>
563
+ <string></string>
564
+ <key>Name</key>
565
+ <string>OTHER_LDFLAGS</string>
566
+ <key>Type</key>
567
+ <string>stringlist</string>
568
+ <key>UIType</key>
569
+ <string>string</string>
570
+ </dict>
571
+ <dict>
572
+ <key>ConditionFlavors</key>
573
+ <array>
574
+ <string>arch</string>
575
+ </array>
576
+ <key>DefaultValue</key>
577
+ <string></string>
578
+ <key>Name</key>
579
+ <string>OTHER_LIBTOOLFLAGS</string>
580
+ <key>Type</key>
581
+ <string>stringlist</string>
582
+ <key>UIType</key>
583
+ <string>string</string>
584
+ </dict>
585
+ <dict>
586
+ <key>DefaultValue</key>
587
+ <string>NO</string>
588
+ <key>Name</key>
589
+ <string>DEAD_CODE_STRIPPING</string>
590
+ <key>Type</key>
591
+ <string>bool</string>
592
+ </dict>
593
+ <dict>
594
+ <key>DefaultValue</key>
595
+ <string>NO</string>
596
+ <key>Name</key>
597
+ <string>PRESERVE_DEAD_CODE_INITS_AND_TERMS</string>
598
+ <key>Type</key>
599
+ <string>bool</string>
600
+ </dict>
601
+ <dict>
602
+ <key>DefaultValue</key>
603
+ <string></string>
604
+ <key>Name</key>
605
+ <string>BUNDLE_LOADER</string>
606
+ <key>Type</key>
607
+ <string>string</string>
608
+ </dict>
609
+ <dict>
610
+ <key>CommandLineArgs</key>
611
+ <dict>
612
+ <key>NO</key>
613
+ <array/>
614
+ <key>YES</key>
615
+ <array>
616
+ <string>-Xlinker</string>
617
+ <string>--no-demangle</string>
618
+ </array>
619
+ </dict>
620
+ <key>DefaultValue</key>
621
+ <string>NO</string>
622
+ <key>Name</key>
623
+ <string>LINKER_DISPLAYS_MANGLED_NAMES</string>
624
+ <key>Type</key>
625
+ <string>bool</string>
626
+ </dict>
627
+ <dict>
628
+ <key>DefaultValue</key>
629
+ <string>NO</string>
630
+ <key>Name</key>
631
+ <string>GENERATE_MASTER_OBJECT_FILE</string>
632
+ <key>Type</key>
633
+ <string>bool</string>
634
+ </dict>
635
+ <dict>
636
+ <key>DefaultValue</key>
637
+ <string></string>
638
+ <key>Name</key>
639
+ <string>PRELINK_LIBS</string>
640
+ <key>Type</key>
641
+ <string>stringlist</string>
642
+ </dict>
643
+ <dict>
644
+ <key>DefaultValue</key>
645
+ <string></string>
646
+ <key>Name</key>
647
+ <string>PRELINK_FLAGS</string>
648
+ <key>Type</key>
649
+ <string>stringlist</string>
650
+ </dict>
651
+ <dict>
652
+ <key>CommandLineArgs</key>
653
+ <dict>
654
+ <key>NO</key>
655
+ <array/>
656
+ <key>YES</key>
657
+ <array>
658
+ <string>-Xlinker</string>
659
+ <string>-no_pie</string>
660
+ </array>
661
+ </dict>
662
+ <key>ConditionFlavors</key>
663
+ <array>
664
+ <string>arch</string>
665
+ <string>sdk</string>
666
+ </array>
667
+ <key>DefaultValue</key>
668
+ <string>NO</string>
669
+ <key>Name</key>
670
+ <string>LD_NO_PIE</string>
671
+ <key>Type</key>
672
+ <string>bool</string>
673
+ </dict>
674
+ <dict>
675
+ <key>DefaultValue</key>
676
+ <string>YES</string>
677
+ <key>Name</key>
678
+ <string>LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER</string>
679
+ <key>Type</key>
680
+ <string>Boolean</string>
681
+ </dict>
682
+ <dict>
683
+ <key>DefaultValue</key>
684
+ <string>$(OBJECT_FILE_DIR_$(CURRENT_VARIANT))/$(CURRENT_ARCH)/$(PRODUCT_NAME)_dependency_info.dat</string>
685
+ <key>Name</key>
686
+ <string>LD_DEPENDENCY_INFO_FILE</string>
687
+ <key>Type</key>
688
+ <string>Path</string>
689
+ </dict>
690
+ <dict>
691
+ <key>ConditionFlavors</key>
692
+ <array>
693
+ <string>arch</string>
694
+ <string>sdk</string>
695
+ </array>
696
+ <key>DefaultValue</key>
697
+ <string></string>
698
+ <key>Name</key>
699
+ <string>LD_DYLIB_ALLOWABLE_CLIENTS</string>
700
+ <key>Type</key>
701
+ <string>StringList</string>
702
+ </dict>
703
+ <dict>
704
+ <key>Category</key>
705
+ <string>Packaging</string>
706
+ <key>ConditionFlavors</key>
707
+ <array>
708
+ <string>sdk</string>
709
+ </array>
710
+ <key>DefaultValue</key>
711
+ <string></string>
712
+ <key>Description</key>
713
+ <string>A string that uniquely identifies the bundle. The string should be in reverse DNS format using only alphanumeric characters (`A-Z`, `a-z`, `0-9`), the dot (`.`), and the hyphen (`-`). This value is used as the `CFBundleIdentifier` in the `Info.plist` of the built bundle.</string>
714
+ <key>DisplayName</key>
715
+ <string>Product Bundle Identifier</string>
716
+ <key>Name</key>
717
+ <string>PRODUCT_BUNDLE_IDENTIFIER</string>
718
+ <key>Type</key>
719
+ <string>String</string>
720
+ </dict>
721
+ <dict>
722
+ <key>DefaultValue</key>
723
+ <string></string>
724
+ <key>Name</key>
725
+ <string>PRODUCT_NAME</string>
726
+ <key>Type</key>
727
+ <string>string</string>
728
+ </dict>
729
+ <dict>
730
+ <key>DefaultValue</key>
731
+ <string></string>
732
+ <key>Name</key>
733
+ <string>EXECUTABLE_PREFIX</string>
734
+ <key>Type</key>
735
+ <string>string</string>
736
+ </dict>
737
+ <dict>
738
+ <key>DefaultValue</key>
739
+ <string></string>
740
+ <key>Name</key>
741
+ <string>EXECUTABLE_EXTENSION</string>
742
+ <key>Type</key>
743
+ <string>string</string>
744
+ </dict>
745
+ <dict>
746
+ <key>DefaultValue</key>
747
+ <string></string>
748
+ <key>Name</key>
749
+ <string>WRAPPER_EXTENSION</string>
750
+ <key>Type</key>
751
+ <string>string</string>
752
+ </dict>
753
+ <dict>
754
+ <key>DefaultValue</key>
755
+ <string></string>
756
+ <key>Name</key>
757
+ <string>CURRENT_VERSION</string>
758
+ <key>Type</key>
759
+ <string>string</string>
760
+ </dict>
761
+ <dict>
762
+ <key>DefaultValue</key>
763
+ <string></string>
764
+ <key>Name</key>
765
+ <string>VERSIONS_FOLDER_PATH</string>
766
+ <key>Type</key>
767
+ <string>string</string>
768
+ </dict>
769
+ <dict>
770
+ <key>DefaultValue</key>
771
+ <string></string>
772
+ <key>Name</key>
773
+ <string>PRIVATE_HEADERS_FOLDER_PATH</string>
774
+ <key>Type</key>
775
+ <string>string</string>
776
+ </dict>
777
+ <dict>
778
+ <key>DefaultValue</key>
779
+ <string></string>
780
+ <key>Name</key>
781
+ <string>PUBLIC_HEADERS_FOLDER_PATH</string>
782
+ <key>Type</key>
783
+ <string>string</string>
784
+ </dict>
785
+ <dict>
786
+ <key>DefaultValue</key>
787
+ <string>NO</string>
788
+ <key>Name</key>
789
+ <string>GENERATE_PKGINFO_FILE</string>
790
+ <key>Type</key>
791
+ <string>bool</string>
792
+ </dict>
793
+ <dict>
794
+ <key>DefaultValue</key>
795
+ <string>NO</string>
796
+ <key>Name</key>
797
+ <string>DONT_GENERATE_INFOPLIST_FILE</string>
798
+ <key>Type</key>
799
+ <string>bool</string>
800
+ </dict>
801
+ <dict>
802
+ <key>Basic</key>
803
+ <string>YES</string>
804
+ <key>DefaultValue</key>
805
+ <string></string>
806
+ <key>Name</key>
807
+ <string>INFOPLIST_FILE</string>
808
+ <key>Type</key>
809
+ <string>string</string>
810
+ </dict>
811
+ <dict>
812
+ <key>DefaultValue</key>
813
+ <string>NO</string>
814
+ <key>Name</key>
815
+ <string>INFOPLIST_PREPROCESS</string>
816
+ <key>Type</key>
817
+ <string>bool</string>
818
+ </dict>
819
+ <dict>
820
+ <key>DefaultValue</key>
821
+ <string>YES</string>
822
+ <key>Name</key>
823
+ <string>INFOPLIST_EXPAND_BUILD_SETTINGS</string>
824
+ <key>Type</key>
825
+ <string>bool</string>
826
+ </dict>
827
+ <dict>
828
+ <key>DefaultValue</key>
829
+ <string>same-as-input</string>
830
+ <key>Name</key>
831
+ <string>INFOPLIST_OUTPUT_FORMAT</string>
832
+ <key>Type</key>
833
+ <string>Enumeration</string>
834
+ <key>Values</key>
835
+ <array>
836
+ <string>same-as-input</string>
837
+ <string>XML</string>
838
+ <string>binary</string>
839
+ </array>
840
+ </dict>
841
+ <dict>
842
+ <key>DefaultValue</key>
843
+ <string>NO</string>
844
+ <key>Name</key>
845
+ <string>CREATE_INFOPLIST_SECTION_IN_BINARY</string>
846
+ <key>Type</key>
847
+ <string>bool</string>
848
+ </dict>
849
+ <dict>
850
+ <key>DefaultValue</key>
851
+ <string>same-as-input</string>
852
+ <key>Name</key>
853
+ <string>PLIST_FILE_OUTPUT_FORMAT</string>
854
+ <key>Type</key>
855
+ <string>Enumeration</string>
856
+ <key>Values</key>
857
+ <array>
858
+ <string>same-as-input</string>
859
+ <string>XML</string>
860
+ <string>binary</string>
861
+ </array>
862
+ </dict>
863
+ <dict>
864
+ <key>DefaultValue</key>
865
+ <string>UTF-16</string>
866
+ <key>Name</key>
867
+ <string>STRINGS_FILE_OUTPUT_ENCODING</string>
868
+ <key>Type</key>
869
+ <string>Enumeration</string>
870
+ <key>Values</key>
871
+ <array>
872
+ <string>UTF-16</string>
873
+ <string>UTF-8</string>
874
+ <string>binary</string>
875
+ </array>
876
+ </dict>
877
+ <dict>
878
+ <key>DefaultValue</key>
879
+ <string>NO</string>
880
+ <key>Name</key>
881
+ <string>APPLY_RULES_IN_COPY_FILES</string>
882
+ <key>Type</key>
883
+ <string>bool</string>
884
+ </dict>
885
+ <dict>
886
+ <key>DefaultValue</key>
887
+ <string>YES</string>
888
+ <key>Name</key>
889
+ <string>REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES</string>
890
+ <key>Type</key>
891
+ <string>bool</string>
892
+ </dict>
893
+ <dict>
894
+ <key>DefaultValue</key>
895
+ <string></string>
896
+ <key>Name</key>
897
+ <string>INFOPLIST_PREFIX_HEADER</string>
898
+ <key>Type</key>
899
+ <string>string</string>
900
+ </dict>
901
+ <dict>
902
+ <key>DefaultValue</key>
903
+ <string></string>
904
+ <key>Name</key>
905
+ <string>INFOPLIST_OTHER_PREPROCESSOR_FLAGS</string>
906
+ <key>Type</key>
907
+ <string>StringList</string>
908
+ </dict>
909
+ <dict>
910
+ <key>CommandLineArgs</key>
911
+ <array>
912
+ <string>-D$(value)</string>
913
+ </array>
914
+ <key>DefaultValue</key>
915
+ <string></string>
916
+ <key>Name</key>
917
+ <string>INFOPLIST_PREPROCESSOR_DEFINITIONS</string>
918
+ <key>Type</key>
919
+ <string>stringlist</string>
920
+ </dict>
921
+ <dict>
922
+ <key>DefaultValue</key>
923
+ <string>NO</string>
924
+ <key>Name</key>
925
+ <string>COPYING_PRESERVES_HFS_DATA</string>
926
+ <key>Type</key>
927
+ <string>bool</string>
928
+ </dict>
929
+ <dict>
930
+ <key>DefaultValue</key>
931
+ <string>NO</string>
932
+ <key>Name</key>
933
+ <string>DEPLOYMENT_LOCATION</string>
934
+ <key>Type</key>
935
+ <string>bool</string>
936
+ </dict>
937
+ <dict>
938
+ <key>DefaultValue</key>
939
+ <string>NO</string>
940
+ <key>Name</key>
941
+ <string>DEPLOYMENT_POSTPROCESSING</string>
942
+ <key>Type</key>
943
+ <string>bool</string>
944
+ </dict>
945
+ <dict>
946
+ <key>Basic</key>
947
+ <string>YES</string>
948
+ <key>DefaultValue</key>
949
+ <string></string>
950
+ <key>Name</key>
951
+ <string>INSTALL_PATH</string>
952
+ <key>Type</key>
953
+ <string>string</string>
954
+ </dict>
955
+ <dict>
956
+ <key>DefaultValue</key>
957
+ <string>$(SYSTEM_LIBRARY_DIR)/Extensions</string>
958
+ <key>Name</key>
959
+ <string>SYSTEM_KEXT_INSTALL_PATH</string>
960
+ <key>Type</key>
961
+ <string>string</string>
962
+ </dict>
963
+ <dict>
964
+ <key>DefaultValue</key>
965
+ <string>$(SYSTEM_LIBRARY_DIR)/DriverExtensions</string>
966
+ <key>Name</key>
967
+ <string>SYSTEM_DEXT_INSTALL_PATH</string>
968
+ <key>Type</key>
969
+ <string>string</string>
970
+ </dict>
971
+ <dict>
972
+ <key>DefaultValue</key>
973
+ <string>$(LOCAL_LIBRARY_DIR)/Extensions</string>
974
+ <key>Name</key>
975
+ <string>LIBRARY_KEXT_INSTALL_PATH</string>
976
+ <key>Type</key>
977
+ <string>string</string>
978
+ </dict>
979
+ <dict>
980
+ <key>DefaultValue</key>
981
+ <string>$(LOCAL_LIBRARY_DIR)/DriverExtensions</string>
982
+ <key>Name</key>
983
+ <string>LIBRARY_DEXT_INSTALL_PATH</string>
984
+ <key>Type</key>
985
+ <string>string</string>
986
+ </dict>
987
+ <dict>
988
+ <key>DefaultValue</key>
989
+ <string>$(SYSTEM_KEXT_INSTALL_PATH)</string>
990
+ <key>Name</key>
991
+ <string>DEFAULT_KEXT_INSTALL_PATH</string>
992
+ <key>Type</key>
993
+ <string>string</string>
994
+ </dict>
995
+ <dict>
996
+ <key>DefaultValue</key>
997
+ <string>$(SYSTEM_DEXT_INSTALL_PATH)</string>
998
+ <key>Name</key>
999
+ <string>DEFAULT_DEXT_INSTALL_PATH</string>
1000
+ <key>Type</key>
1001
+ <string>string</string>
1002
+ </dict>
1003
+ <dict>
1004
+ <key>DefaultValue</key>
1005
+ <string>NO</string>
1006
+ <key>Name</key>
1007
+ <string>SKIP_INSTALL</string>
1008
+ <key>Type</key>
1009
+ <string>bool</string>
1010
+ </dict>
1011
+ <dict>
1012
+ <key>DefaultValue</key>
1013
+ <string>NO</string>
1014
+ <key>Name</key>
1015
+ <string>SEPARATE_STRIP</string>
1016
+ <key>Type</key>
1017
+ <string>bool</string>
1018
+ </dict>
1019
+ <dict>
1020
+ <key>CommandLineArgs</key>
1021
+ <dict>
1022
+ <key>all</key>
1023
+ <array/>
1024
+ <key>debugging</key>
1025
+ <array>
1026
+ <string>-S</string>
1027
+ </array>
1028
+ <key>non-global</key>
1029
+ <array>
1030
+ <string>-x</string>
1031
+ </array>
1032
+ </dict>
1033
+ <key>DefaultValue</key>
1034
+ <string>all</string>
1035
+ <key>Name</key>
1036
+ <string>STRIP_STYLE</string>
1037
+ <key>Type</key>
1038
+ <string>enum</string>
1039
+ <key>Values</key>
1040
+ <array>
1041
+ <string>all</string>
1042
+ <string>non-global</string>
1043
+ <string>debugging</string>
1044
+ </array>
1045
+ </dict>
1046
+ <dict>
1047
+ <key>DefaultValue</key>
1048
+ <string></string>
1049
+ <key>Name</key>
1050
+ <string>STRIPFLAGS</string>
1051
+ <key>Type</key>
1052
+ <string>stringlist</string>
1053
+ <key>UIType</key>
1054
+ <string>string</string>
1055
+ </dict>
1056
+ <dict>
1057
+ <key>DefaultValue</key>
1058
+ <string></string>
1059
+ <key>Name</key>
1060
+ <string>ALTERNATE_PERMISSIONS_FILES</string>
1061
+ <key>Type</key>
1062
+ <string>stringlist</string>
1063
+ </dict>
1064
+ <dict>
1065
+ <key>DefaultValue</key>
1066
+ <string>$(INSTALL_OWNER)</string>
1067
+ <key>Name</key>
1068
+ <string>ALTERNATE_OWNER</string>
1069
+ <key>Type</key>
1070
+ <string>string</string>
1071
+ </dict>
1072
+ <dict>
1073
+ <key>DefaultValue</key>
1074
+ <string>$(INSTALL_GROUP)</string>
1075
+ <key>Name</key>
1076
+ <string>ALTERNATE_GROUP</string>
1077
+ <key>Type</key>
1078
+ <string>string</string>
1079
+ </dict>
1080
+ <dict>
1081
+ <key>DefaultValue</key>
1082
+ <string>$(INSTALL_MODE_FLAG)</string>
1083
+ <key>Name</key>
1084
+ <string>ALTERNATE_MODE</string>
1085
+ <key>Type</key>
1086
+ <string>string</string>
1087
+ </dict>
1088
+ <dict>
1089
+ <key>DefaultValue</key>
1090
+ <string></string>
1091
+ <key>Name</key>
1092
+ <string>TEST_HOST</string>
1093
+ <key>Type</key>
1094
+ <string>string</string>
1095
+ </dict>
1096
+ <dict>
1097
+ <key>DefaultValue</key>
1098
+ <string>NO</string>
1099
+ <key>Name</key>
1100
+ <string>TREAT_MISSING_BASELINES_AS_TEST_FAILURES</string>
1101
+ <key>Type</key>
1102
+ <string>Boolean</string>
1103
+ </dict>
1104
+ <dict>
1105
+ <key>DefaultValue</key>
1106
+ <string></string>
1107
+ <key>Name</key>
1108
+ <string>EXCLUDED_SOURCE_FILE_NAMES</string>
1109
+ <key>Type</key>
1110
+ <string>stringlist</string>
1111
+ </dict>
1112
+ <dict>
1113
+ <key>DefaultValue</key>
1114
+ <string></string>
1115
+ <key>Name</key>
1116
+ <string>INCLUDED_SOURCE_FILE_NAMES</string>
1117
+ <key>Type</key>
1118
+ <string>stringlist</string>
1119
+ </dict>
1120
+ <dict>
1121
+ <key>DefaultValue</key>
1122
+ <string></string>
1123
+ <key>Name</key>
1124
+ <string>MODULE_NAME</string>
1125
+ <key>Type</key>
1126
+ <string>string</string>
1127
+ </dict>
1128
+ <dict>
1129
+ <key>DefaultValue</key>
1130
+ <string></string>
1131
+ <key>Name</key>
1132
+ <string>MODULE_VERSION</string>
1133
+ <key>Type</key>
1134
+ <string>string</string>
1135
+ </dict>
1136
+ <dict>
1137
+ <key>DefaultValue</key>
1138
+ <string></string>
1139
+ <key>Name</key>
1140
+ <string>MODULE_START</string>
1141
+ <key>Type</key>
1142
+ <string>string</string>
1143
+ </dict>
1144
+ <dict>
1145
+ <key>DefaultValue</key>
1146
+ <string></string>
1147
+ <key>Name</key>
1148
+ <string>MODULE_STOP</string>
1149
+ <key>Type</key>
1150
+ <string>string</string>
1151
+ </dict>
1152
+ <dict>
1153
+ <key>Name</key>
1154
+ <string>HOME</string>
1155
+ <key>Type</key>
1156
+ <string>path</string>
1157
+ </dict>
1158
+ <dict>
1159
+ <key>Name</key>
1160
+ <string>LOGNAME</string>
1161
+ <key>Type</key>
1162
+ <string>string</string>
1163
+ </dict>
1164
+ <dict>
1165
+ <key>Name</key>
1166
+ <string>PWD</string>
1167
+ <key>Type</key>
1168
+ <string>path</string>
1169
+ </dict>
1170
+ <dict>
1171
+ <key>Name</key>
1172
+ <string>SHELL</string>
1173
+ <key>Type</key>
1174
+ <string>path</string>
1175
+ </dict>
1176
+ <dict>
1177
+ <key>Name</key>
1178
+ <string>USER</string>
1179
+ <key>Type</key>
1180
+ <string>string</string>
1181
+ </dict>
1182
+ <dict>
1183
+ <key>Name</key>
1184
+ <string>XCODE_DEVELOPER_DIR_PATH</string>
1185
+ <key>Type</key>
1186
+ <string>path</string>
1187
+ </dict>
1188
+ <dict>
1189
+ <key>DefaultValue</key>
1190
+ <string>default</string>
1191
+ <key>Name</key>
1192
+ <string>METAL_LIBRARY_FILE_BASE</string>
1193
+ <key>Type</key>
1194
+ <string>string</string>
1195
+ </dict>
1196
+ <dict>
1197
+ <key>DefaultValue</key>
1198
+ <string>$(TARGET_BUILD_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)</string>
1199
+ <key>Name</key>
1200
+ <string>METAL_LIBRARY_OUTPUT_DIR</string>
1201
+ <key>Type</key>
1202
+ <string>string</string>
1203
+ </dict>
1204
+ </array>
1205
+ <key>Type</key>
1206
+ <string>BuildSystem</string>
1207
+ </dict>
1208
+ <dict>
1209
+ <key>BasedOn</key>
1210
+ <string>com.apple.buildsettings.standard</string>
1211
+ <key>Identifier</key>
1212
+ <string>com.apple.build-system.core</string>
1213
+ <key>IsGlobalDomainInUI</key>
1214
+ <string>Yes</string>
1215
+ <key>Name</key>
1216
+ <string>CoreBuildSystem</string>
1217
+ <key>Options</key>
1218
+ <array>
1219
+ <dict>
1220
+ <key>AvoidEmptyValue</key>
1221
+ <string>YES</string>
1222
+ <key>Category</key>
1223
+ <string>Architectures</string>
1224
+ <key>ConditionFlavors</key>
1225
+ <array>
1226
+ <string>sdk</string>
1227
+ </array>
1228
+ <key>DefaultValue</key>
1229
+ <string>$(ARCHS_STANDARD)</string>
1230
+ <key>Name</key>
1231
+ <string>ARCHS</string>
1232
+ <key>Type</key>
1233
+ <string>StringList</string>
1234
+ <key>UIType</key>
1235
+ <string>Architectures</string>
1236
+ </dict>
1237
+ <dict>
1238
+ <key>Category</key>
1239
+ <string>Architectures</string>
1240
+ <key>DefaultValue</key>
1241
+ <string>NO</string>
1242
+ <key>Name</key>
1243
+ <string>ONLY_ACTIVE_ARCH</string>
1244
+ <key>Type</key>
1245
+ <string>Boolean</string>
1246
+ </dict>
1247
+ <dict>
1248
+ <key>Category</key>
1249
+ <string>Architectures</string>
1250
+ <key>ConditionFlavors</key>
1251
+ <array>
1252
+ <string>sdk</string>
1253
+ </array>
1254
+ <key>Name</key>
1255
+ <string>VALID_ARCHS</string>
1256
+ <key>Type</key>
1257
+ <string>StringList</string>
1258
+ </dict>
1259
+ <dict>
1260
+ <key>ConditionFlavors</key>
1261
+ <array>
1262
+ <string>sdk</string>
1263
+ </array>
1264
+ <key>Name</key>
1265
+ <string>EXCLUDED_ARCHS</string>
1266
+ <key>Type</key>
1267
+ <string>StringList</string>
1268
+ </dict>
1269
+ <dict>
1270
+ <key>Name</key>
1271
+ <string>ARCHS_STANDARD_32_64_BIT</string>
1272
+ <key>Type</key>
1273
+ <string>StringList</string>
1274
+ </dict>
1275
+ <dict>
1276
+ <key>Name</key>
1277
+ <string>ARCHS_STANDARD_32_BIT</string>
1278
+ <key>Type</key>
1279
+ <string>StringList</string>
1280
+ </dict>
1281
+ <dict>
1282
+ <key>Name</key>
1283
+ <string>ARCHS_STANDARD_64_BIT</string>
1284
+ <key>Type</key>
1285
+ <string>StringList</string>
1286
+ </dict>
1287
+ <dict>
1288
+ <key>Category</key>
1289
+ <string>Architectures</string>
1290
+ <key>ConditionFlavors</key>
1291
+ <array>
1292
+ <string>arch</string>
1293
+ </array>
1294
+ <key>DefaultValue</key>
1295
+ <string></string>
1296
+ <key>Name</key>
1297
+ <string>SDKROOT</string>
1298
+ <key>Type</key>
1299
+ <string>Path</string>
1300
+ <key>UIType</key>
1301
+ <string>SDKRoot</string>
1302
+ </dict>
1303
+ <dict>
1304
+ <key>Category</key>
1305
+ <string>Architectures</string>
1306
+ <key>ConditionFlavors</key>
1307
+ <array>
1308
+ <string>arch</string>
1309
+ </array>
1310
+ <key>DefaultValue</key>
1311
+ <string></string>
1312
+ <key>Name</key>
1313
+ <string>ADDITIONAL_SDKS</string>
1314
+ <key>Type</key>
1315
+ <string>StringList</string>
1316
+ </dict>
1317
+ <dict>
1318
+ <key>Category</key>
1319
+ <string>Build Locations</string>
1320
+ <key>DefaultValue</key>
1321
+ <string>build</string>
1322
+ <key>Name</key>
1323
+ <string>SYMROOT</string>
1324
+ <key>Type</key>
1325
+ <string>Path</string>
1326
+ </dict>
1327
+ <dict>
1328
+ <key>Category</key>
1329
+ <string>Build Locations</string>
1330
+ <key>DefaultValue</key>
1331
+ <string>$(SYMROOT)</string>
1332
+ <key>Name</key>
1333
+ <string>OBJROOT</string>
1334
+ <key>Type</key>
1335
+ <string>Path</string>
1336
+ </dict>
1337
+ <dict>
1338
+ <key>DefaultValue</key>
1339
+ <string></string>
1340
+ <key>Name</key>
1341
+ <string>LOCROOT</string>
1342
+ <key>Type</key>
1343
+ <string>Path</string>
1344
+ </dict>
1345
+ <dict>
1346
+ <key>DefaultValue</key>
1347
+ <string></string>
1348
+ <key>Name</key>
1349
+ <string>LOCSYMROOT</string>
1350
+ <key>Type</key>
1351
+ <string>Path</string>
1352
+ </dict>
1353
+ <dict>
1354
+ <key>Category</key>
1355
+ <string>Build Locations</string>
1356
+ <key>DefaultValue</key>
1357
+ <string>$(BUILD_DIR)</string>
1358
+ <key>Name</key>
1359
+ <string>CONFIGURATION_BUILD_DIR</string>
1360
+ <key>Type</key>
1361
+ <string>Path</string>
1362
+ </dict>
1363
+ <dict>
1364
+ <key>Category</key>
1365
+ <string>Build Locations</string>
1366
+ <key>DefaultValue</key>
1367
+ <string>$(PROJECT_TEMP_DIR)</string>
1368
+ <key>Name</key>
1369
+ <string>CONFIGURATION_TEMP_DIR</string>
1370
+ <key>Type</key>
1371
+ <string>Path</string>
1372
+ </dict>
1373
+ <dict>
1374
+ <key>Category</key>
1375
+ <string>Build Locations</string>
1376
+ <key>DefaultValue</key>
1377
+ <string>$(OBJROOT)/SharedPrecompiledHeaders</string>
1378
+ <key>Name</key>
1379
+ <string>SHARED_PRECOMPS_DIR</string>
1380
+ <key>Type</key>
1381
+ <string>String</string>
1382
+ </dict>
1383
+ <dict>
1384
+ <key>DefaultValue</key>
1385
+ <string>$(DERIVED_DATA_DIR)/ModuleCache.noindex</string>
1386
+ <key>Description</key>
1387
+ <string>Absolute path of folder in which compiler stores its cached modules—this cache is a performance improvement.</string>
1388
+ <key>Name</key>
1389
+ <string>MODULE_CACHE_DIR</string>
1390
+ <key>Type</key>
1391
+ <string>Path</string>
1392
+ </dict>
1393
+ <dict>
1394
+ <key>Category</key>
1395
+ <string>Search Paths</string>
1396
+ <key>ConditionFlavors</key>
1397
+ <array>
1398
+ <string>arch</string>
1399
+ <string>sdk</string>
1400
+ </array>
1401
+ <key>DefaultValue</key>
1402
+ <string></string>
1403
+ <key>Name</key>
1404
+ <string>HEADER_SEARCH_PATHS</string>
1405
+ <key>Type</key>
1406
+ <string>PathList</string>
1407
+ </dict>
1408
+ <dict>
1409
+ <key>Category</key>
1410
+ <string>Search Paths</string>
1411
+ <key>ConditionFlavors</key>
1412
+ <array>
1413
+ <string>arch</string>
1414
+ </array>
1415
+ <key>DefaultValue</key>
1416
+ <string></string>
1417
+ <key>Name</key>
1418
+ <string>USER_HEADER_SEARCH_PATHS</string>
1419
+ <key>Type</key>
1420
+ <string>PathList</string>
1421
+ </dict>
1422
+ <dict>
1423
+ <key>Category</key>
1424
+ <string>Search Paths</string>
1425
+ <key>ConditionFlavors</key>
1426
+ <array>
1427
+ <string>arch</string>
1428
+ <string>sdk</string>
1429
+ </array>
1430
+ <key>DefaultValue</key>
1431
+ <string></string>
1432
+ <key>Description</key>
1433
+ <string>This is a list of paths to folders to be searched by the compiler for included or imported system header files when compiling C, Objective-C, C++, or Objective-C++. The order is from highest to lowest precedence. Paths are delimited by whitespace, so any paths with spaces in them need to be properly quoted. This setting is very similar to "Header Search Paths", except that headers are passed to the compiler in a way that suppresses most warnings for headers found in system search paths. If the compiler doesn't support the concept of system header search paths, then the search paths are appended to any existing header search paths defined in "Header Search Paths".</string>
1434
+ <key>DisplayName</key>
1435
+ <string>System Header Search Paths</string>
1436
+ <key>Name</key>
1437
+ <string>SYSTEM_HEADER_SEARCH_PATHS</string>
1438
+ <key>Type</key>
1439
+ <string>PathList</string>
1440
+ </dict>
1441
+ <dict>
1442
+ <key>Category</key>
1443
+ <string>Search Paths</string>
1444
+ <key>ConditionFlavors</key>
1445
+ <array>
1446
+ <string>arch</string>
1447
+ <string>sdk</string>
1448
+ </array>
1449
+ <key>DefaultValue</key>
1450
+ <string></string>
1451
+ <key>Name</key>
1452
+ <string>LIBRARY_SEARCH_PATHS</string>
1453
+ <key>Type</key>
1454
+ <string>PathList</string>
1455
+ </dict>
1456
+ <dict>
1457
+ <key>Category</key>
1458
+ <string>Search Paths</string>
1459
+ <key>ConditionFlavors</key>
1460
+ <array>
1461
+ <string>arch</string>
1462
+ <string>sdk</string>
1463
+ </array>
1464
+ <key>DefaultValue</key>
1465
+ <string></string>
1466
+ <key>Name</key>
1467
+ <string>FRAMEWORK_SEARCH_PATHS</string>
1468
+ <key>Type</key>
1469
+ <string>PathList</string>
1470
+ </dict>
1471
+ <dict>
1472
+ <key>Category</key>
1473
+ <string>Search Paths</string>
1474
+ <key>ConditionFlavors</key>
1475
+ <array>
1476
+ <string>arch</string>
1477
+ <string>sdk</string>
1478
+ </array>
1479
+ <key>DefaultValue</key>
1480
+ <string></string>
1481
+ <key>Description</key>
1482
+ <string>This is a list of paths to folders containing system frameworks to be searched by the compiler for both included or imported header files when compiling C, Objective-C, C++, or Objective-C++, and by the linker for frameworks used by the product. The order is from highest to lowest precedence. Paths are delimited by whitespace, so any paths with spaces in them need to be properly quoted. This setting is very similar to "Framework Search Paths", except that the search paths are passed to the compiler in a way that suppresses most warnings for headers found in system search paths. If the compiler doesn't support the concept of system framework search paths, then the search paths are appended to any existing framework search paths defined in "Framework Search Paths".</string>
1483
+ <key>DisplayName</key>
1484
+ <string>System Framework Search Paths</string>
1485
+ <key>Name</key>
1486
+ <string>SYSTEM_FRAMEWORK_SEARCH_PATHS</string>
1487
+ <key>Type</key>
1488
+ <string>PathList</string>
1489
+ </dict>
1490
+ <dict>
1491
+ <key>Category</key>
1492
+ <string>Search Paths</string>
1493
+ <key>ConditionFlavors</key>
1494
+ <array>
1495
+ <string>sdk</string>
1496
+ </array>
1497
+ <key>DefaultValue</key>
1498
+ <string></string>
1499
+ <key>Name</key>
1500
+ <string>REZ_SEARCH_PATHS</string>
1501
+ <key>Type</key>
1502
+ <string>PathList</string>
1503
+ </dict>
1504
+ <dict>
1505
+ <key>Category</key>
1506
+ <string>Search Paths</string>
1507
+ <key>ConditionFlavors</key>
1508
+ <array>
1509
+ <string>arch</string>
1510
+ </array>
1511
+ <key>DefaultValue</key>
1512
+ <string>YES</string>
1513
+ <key>Name</key>
1514
+ <string>ALWAYS_SEARCH_USER_PATHS</string>
1515
+ <key>Type</key>
1516
+ <string>Boolean</string>
1517
+ </dict>
1518
+ <dict>
1519
+ <key>Category</key>
1520
+ <string>Search Paths</string>
1521
+ <key>DefaultValue</key>
1522
+ <string></string>
1523
+ <key>Name</key>
1524
+ <string>INCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES</string>
1525
+ <key>Type</key>
1526
+ <string>StringList</string>
1527
+ </dict>
1528
+ <dict>
1529
+ <key>Category</key>
1530
+ <string>Search Paths</string>
1531
+ <key>DefaultValue</key>
1532
+ <string>*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj</string>
1533
+ <key>Name</key>
1534
+ <string>EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES</string>
1535
+ <key>Type</key>
1536
+ <string>StringList</string>
1537
+ </dict>
1538
+ <dict>
1539
+ <key>Category</key>
1540
+ <string>Versioning</string>
1541
+ <key>DefaultValue</key>
1542
+ <string></string>
1543
+ <key>Name</key>
1544
+ <string>VERSIONING_SYSTEM</string>
1545
+ <key>Type</key>
1546
+ <string>Enumeration</string>
1547
+ <key>Values</key>
1548
+ <array>
1549
+ <dict>
1550
+ <key>Value</key>
1551
+ <string></string>
1552
+ </dict>
1553
+ <dict>
1554
+ <key>Value</key>
1555
+ <string>apple-generic</string>
1556
+ </dict>
1557
+ </array>
1558
+ </dict>
1559
+ <dict>
1560
+ <key>Category</key>
1561
+ <string>Versioning</string>
1562
+ <key>DefaultValue</key>
1563
+ <string></string>
1564
+ <key>Name</key>
1565
+ <string>MARKETING_VERSION</string>
1566
+ <key>Type</key>
1567
+ <string>String</string>
1568
+ </dict>
1569
+ <dict>
1570
+ <key>Category</key>
1571
+ <string>Versioning</string>
1572
+ <key>DefaultValue</key>
1573
+ <string></string>
1574
+ <key>Name</key>
1575
+ <string>CURRENT_PROJECT_VERSION</string>
1576
+ <key>Type</key>
1577
+ <string>String</string>
1578
+ </dict>
1579
+ <dict>
1580
+ <key>Category</key>
1581
+ <string>Versioning</string>
1582
+ <key>DefaultValue</key>
1583
+ <string></string>
1584
+ <key>Name</key>
1585
+ <string>VERSION_INFO_PREFIX</string>
1586
+ <key>Type</key>
1587
+ <string>String</string>
1588
+ </dict>
1589
+ <dict>
1590
+ <key>Category</key>
1591
+ <string>Versioning</string>
1592
+ <key>DefaultValue</key>
1593
+ <string></string>
1594
+ <key>Name</key>
1595
+ <string>VERSION_INFO_SUFFIX</string>
1596
+ <key>Type</key>
1597
+ <string>String</string>
1598
+ </dict>
1599
+ <dict>
1600
+ <key>Category</key>
1601
+ <string>Versioning</string>
1602
+ <key>DefaultValue</key>
1603
+ <string></string>
1604
+ <key>Name</key>
1605
+ <string>VERSION_INFO_BUILDER</string>
1606
+ <key>Type</key>
1607
+ <string>String</string>
1608
+ </dict>
1609
+ <dict>
1610
+ <key>Category</key>
1611
+ <string>Versioning</string>
1612
+ <key>DefaultValue</key>
1613
+ <string></string>
1614
+ <key>Name</key>
1615
+ <string>VERSION_INFO_EXPORT_DECL</string>
1616
+ <key>Type</key>
1617
+ <string>String</string>
1618
+ </dict>
1619
+ <dict>
1620
+ <key>Category</key>
1621
+ <string>Versioning</string>
1622
+ <key>DefaultValue</key>
1623
+ <string></string>
1624
+ <key>Name</key>
1625
+ <string>VERSION_INFO_FILE</string>
1626
+ <key>Type</key>
1627
+ <string>String</string>
1628
+ </dict>
1629
+ <dict>
1630
+ <key>AvoidEmptyValue</key>
1631
+ <string>YES</string>
1632
+ <key>Category</key>
1633
+ <string>BuildOptions</string>
1634
+ <key>ConditionFlavors</key>
1635
+ <array>
1636
+ <string>sdk</string>
1637
+ </array>
1638
+ <key>DefaultValue</key>
1639
+ <string>normal</string>
1640
+ <key>Name</key>
1641
+ <string>BUILD_VARIANTS</string>
1642
+ <key>Type</key>
1643
+ <string>StringList</string>
1644
+ </dict>
1645
+ <dict>
1646
+ <key>Category</key>
1647
+ <string>BuildOptions</string>
1648
+ <key>ConditionFlavors</key>
1649
+ <array>
1650
+ <string>sdk</string>
1651
+ </array>
1652
+ <key>DefaultValue</key>
1653
+ <string></string>
1654
+ <key>Name</key>
1655
+ <string>DEBUG_INFORMATION_FORMAT</string>
1656
+ <key>Type</key>
1657
+ <string>Enumeration</string>
1658
+ <key>Values</key>
1659
+ <array>
1660
+ <dict>
1661
+ <key>Value</key>
1662
+ <string>dwarf</string>
1663
+ </dict>
1664
+ <dict>
1665
+ <key>Value</key>
1666
+ <string>dwarf-with-dsym</string>
1667
+ </dict>
1668
+ </array>
1669
+ </dict>
1670
+ <dict>
1671
+ <key>Category</key>
1672
+ <string>BuildOptions</string>
1673
+ <key>DefaultValue</key>
1674
+ <string>NO</string>
1675
+ <key>Name</key>
1676
+ <string>SCAN_ALL_SOURCE_FILES_FOR_INCLUDES</string>
1677
+ <key>Type</key>
1678
+ <string>Boolean</string>
1679
+ </dict>
1680
+ <dict>
1681
+ <key>Category</key>
1682
+ <string>BuildOptions</string>
1683
+ <key>DefaultValue</key>
1684
+ <string>NO</string>
1685
+ <key>Name</key>
1686
+ <string>GENERATE_PROFILING_CODE</string>
1687
+ <key>Type</key>
1688
+ <string>Boolean</string>
1689
+ </dict>
1690
+ <dict>
1691
+ <key>DefaultValue</key>
1692
+ <string>NO</string>
1693
+ <key>Name</key>
1694
+ <string>ENABLE_BITCODE</string>
1695
+ <key>Type</key>
1696
+ <string>Boolean</string>
1697
+ </dict>
1698
+ <dict>
1699
+ <key>DefaultValue</key>
1700
+ <string>marker</string>
1701
+ <key>Name</key>
1702
+ <string>BITCODE_GENERATION_MODE</string>
1703
+ <key>Type</key>
1704
+ <string>Enumeration</string>
1705
+ <key>Values</key>
1706
+ <array>
1707
+ <dict>
1708
+ <key>Value</key>
1709
+ <string>marker</string>
1710
+ </dict>
1711
+ <dict>
1712
+ <key>Value</key>
1713
+ <string>bitcode</string>
1714
+ </dict>
1715
+ </array>
1716
+ </dict>
1717
+ <dict>
1718
+ <key>DefaultValue</key>
1719
+ <string>YES</string>
1720
+ <key>Name</key>
1721
+ <string>HIDE_BITCODE_SYMBOLS</string>
1722
+ <key>Type</key>
1723
+ <string>Boolean</string>
1724
+ </dict>
1725
+ <dict>
1726
+ <key>DefaultValue</key>
1727
+ <string>NO</string>
1728
+ <key>Name</key>
1729
+ <string>STRIP_BITCODE_FROM_COPIED_FILES</string>
1730
+ <key>Type</key>
1731
+ <string>Boolean</string>
1732
+ </dict>
1733
+ <dict>
1734
+ <key>Category</key>
1735
+ <string>BuildOptions</string>
1736
+ <key>DefaultValue</key>
1737
+ <string>YES</string>
1738
+ <key>Name</key>
1739
+ <string>PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR</string>
1740
+ <key>Type</key>
1741
+ <string>Boolean</string>
1742
+ </dict>
1743
+ <dict>
1744
+ <key>Category</key>
1745
+ <string>Linking</string>
1746
+ <key>ConditionFlavors</key>
1747
+ <array>
1748
+ <string>arch</string>
1749
+ <string>sdk</string>
1750
+ </array>
1751
+ <key>DefaultValue</key>
1752
+ <string></string>
1753
+ <key>Name</key>
1754
+ <string>MACH_O_TYPE</string>
1755
+ <key>Type</key>
1756
+ <string>Enumeration</string>
1757
+ <key>Values</key>
1758
+ <array>
1759
+ <dict>
1760
+ <key>Value</key>
1761
+ <string>mh_execute</string>
1762
+ </dict>
1763
+ <dict>
1764
+ <key>Value</key>
1765
+ <string>mh_dylib</string>
1766
+ </dict>
1767
+ <dict>
1768
+ <key>Value</key>
1769
+ <string>mh_bundle</string>
1770
+ </dict>
1771
+ <dict>
1772
+ <key>Value</key>
1773
+ <string>staticlib</string>
1774
+ </dict>
1775
+ <dict>
1776
+ <key>Value</key>
1777
+ <string>mh_object</string>
1778
+ </dict>
1779
+ </array>
1780
+ </dict>
1781
+ <dict>
1782
+ <key>Category</key>
1783
+ <string>Linking</string>
1784
+ <key>ConditionFlavors</key>
1785
+ <array>
1786
+ <string>arch</string>
1787
+ <string>sdk</string>
1788
+ </array>
1789
+ <key>DefaultValue</key>
1790
+ <string></string>
1791
+ <key>Name</key>
1792
+ <string>INIT_ROUTINE</string>
1793
+ <key>Type</key>
1794
+ <string>String</string>
1795
+ </dict>
1796
+ <dict>
1797
+ <key>Category</key>
1798
+ <string>Linking</string>
1799
+ <key>ConditionFlavors</key>
1800
+ <array>
1801
+ <string>arch</string>
1802
+ <string>sdk</string>
1803
+ </array>
1804
+ <key>DefaultValue</key>
1805
+ <string>YES</string>
1806
+ <key>Name</key>
1807
+ <string>LINK_WITH_STANDARD_LIBRARIES</string>
1808
+ <key>Type</key>
1809
+ <string>Boolean</string>
1810
+ </dict>
1811
+ <dict>
1812
+ <key>Category</key>
1813
+ <string>Linking</string>
1814
+ <key>ConditionFlavors</key>
1815
+ <array>
1816
+ <string>arch</string>
1817
+ <string>sdk</string>
1818
+ </array>
1819
+ <key>DefaultValue</key>
1820
+ <string>NO</string>
1821
+ <key>Name</key>
1822
+ <string>KEEP_PRIVATE_EXTERNS</string>
1823
+ <key>Type</key>
1824
+ <string>Boolean</string>
1825
+ </dict>
1826
+ <dict>
1827
+ <key>Category</key>
1828
+ <string>Linking</string>
1829
+ <key>ConditionFlavors</key>
1830
+ <array>
1831
+ <string>arch</string>
1832
+ <string>sdk</string>
1833
+ </array>
1834
+ <key>DefaultValue</key>
1835
+ <string></string>
1836
+ <key>Name</key>
1837
+ <string>EXPORTED_SYMBOLS_FILE</string>
1838
+ <key>Type</key>
1839
+ <string>String</string>
1840
+ </dict>
1841
+ <dict>
1842
+ <key>Category</key>
1843
+ <string>Linking</string>
1844
+ <key>ConditionFlavors</key>
1845
+ <array>
1846
+ <string>arch</string>
1847
+ <string>sdk</string>
1848
+ </array>
1849
+ <key>DefaultValue</key>
1850
+ <string></string>
1851
+ <key>Name</key>
1852
+ <string>UNEXPORTED_SYMBOLS_FILE</string>
1853
+ <key>Type</key>
1854
+ <string>String</string>
1855
+ </dict>
1856
+ <dict>
1857
+ <key>Category</key>
1858
+ <string>Linking</string>
1859
+ <key>ConditionFlavors</key>
1860
+ <array>
1861
+ <string>arch</string>
1862
+ <string>sdk</string>
1863
+ </array>
1864
+ <key>DefaultValue</key>
1865
+ <string>NO</string>
1866
+ <key>Name</key>
1867
+ <string>SEPARATE_SYMBOL_EDIT</string>
1868
+ <key>Type</key>
1869
+ <string>Boolean</string>
1870
+ </dict>
1871
+ <dict>
1872
+ <key>Category</key>
1873
+ <string>Linking</string>
1874
+ <key>ConditionFlavors</key>
1875
+ <array>
1876
+ <string>arch</string>
1877
+ <string>sdk</string>
1878
+ </array>
1879
+ <key>Description</key>
1880
+ <string>List of library names that should have their symbols be reexported from the built library.</string>
1881
+ <key>DisplayName</key>
1882
+ <string>Re-Exported Library Names</string>
1883
+ <key>Name</key>
1884
+ <string>REEXPORTED_LIBRARY_NAMES</string>
1885
+ <key>Type</key>
1886
+ <string>StringList</string>
1887
+ </dict>
1888
+ <dict>
1889
+ <key>Category</key>
1890
+ <string>Linking</string>
1891
+ <key>ConditionFlavors</key>
1892
+ <array>
1893
+ <string>arch</string>
1894
+ <string>sdk</string>
1895
+ </array>
1896
+ <key>Description</key>
1897
+ <string>List of library paths that should have their symbols be reexported from the built library.</string>
1898
+ <key>DisplayName</key>
1899
+ <string>Re-Exported Library Paths</string>
1900
+ <key>Name</key>
1901
+ <string>REEXPORTED_LIBRARY_PATHS</string>
1902
+ <key>Type</key>
1903
+ <string>PathList</string>
1904
+ </dict>
1905
+ <dict>
1906
+ <key>Category</key>
1907
+ <string>Linking</string>
1908
+ <key>ConditionFlavors</key>
1909
+ <array>
1910
+ <string>arch</string>
1911
+ <string>sdk</string>
1912
+ </array>
1913
+ <key>Description</key>
1914
+ <string>List of framework names that should have their symbols be reexported from the built library.</string>
1915
+ <key>DisplayName</key>
1916
+ <string>Re-Exported Framework Names</string>
1917
+ <key>Name</key>
1918
+ <string>REEXPORTED_FRAMEWORK_NAMES</string>
1919
+ <key>Type</key>
1920
+ <string>StringList</string>
1921
+ </dict>
1922
+ <dict>
1923
+ <key>Name</key>
1924
+ <string>REEXPORTED_LIBRARY_INSTALL_NAMES</string>
1925
+ <key>Type</key>
1926
+ <string>PathList</string>
1927
+ </dict>
1928
+ <dict>
1929
+ <key>Name</key>
1930
+ <string>REEXPORTED_FRAMEWORK_INSTALL_NAMES</string>
1931
+ <key>Type</key>
1932
+ <string>StringList</string>
1933
+ </dict>
1934
+ <dict>
1935
+ <key>Category</key>
1936
+ <string>Linking</string>
1937
+ <key>ConditionFlavors</key>
1938
+ <array>
1939
+ <string>arch</string>
1940
+ <string>sdk</string>
1941
+ </array>
1942
+ <key>DefaultValue</key>
1943
+ <string></string>
1944
+ <key>Name</key>
1945
+ <string>BUNDLE_LOADER</string>
1946
+ <key>Type</key>
1947
+ <string>String</string>
1948
+ </dict>
1949
+ <dict>
1950
+ <key>Category</key>
1951
+ <string>Linking</string>
1952
+ <key>ConditionFlavors</key>
1953
+ <array>
1954
+ <string>arch</string>
1955
+ <string>sdk</string>
1956
+ </array>
1957
+ <key>DefaultValue</key>
1958
+ <string></string>
1959
+ <key>Name</key>
1960
+ <string>DYLIB_CURRENT_VERSION</string>
1961
+ <key>Type</key>
1962
+ <string>String</string>
1963
+ </dict>
1964
+ <dict>
1965
+ <key>Category</key>
1966
+ <string>Linking</string>
1967
+ <key>ConditionFlavors</key>
1968
+ <array>
1969
+ <string>arch</string>
1970
+ <string>sdk</string>
1971
+ </array>
1972
+ <key>DefaultValue</key>
1973
+ <string></string>
1974
+ <key>Name</key>
1975
+ <string>DYLIB_COMPATIBILITY_VERSION</string>
1976
+ <key>Type</key>
1977
+ <string>String</string>
1978
+ </dict>
1979
+ <dict>
1980
+ <key>Category</key>
1981
+ <string>Linking</string>
1982
+ <key>ConditionFlavors</key>
1983
+ <array>
1984
+ <string>arch</string>
1985
+ <string>sdk</string>
1986
+ </array>
1987
+ <key>DefaultValue</key>
1988
+ <string></string>
1989
+ <key>Name</key>
1990
+ <string>LD_DYLIB_INSTALL_NAME</string>
1991
+ <key>Type</key>
1992
+ <string>Path</string>
1993
+ </dict>
1994
+ <dict>
1995
+ <key>Category</key>
1996
+ <string>Linking</string>
1997
+ <key>ConditionFlavors</key>
1998
+ <array>
1999
+ <string>arch</string>
2000
+ <string>sdk</string>
2001
+ </array>
2002
+ <key>DefaultValue</key>
2003
+ <string></string>
2004
+ <key>Name</key>
2005
+ <string>DYLIB_INSTALL_NAME_BASE</string>
2006
+ <key>Type</key>
2007
+ <string>String</string>
2008
+ </dict>
2009
+ <dict>
2010
+ <key>Category</key>
2011
+ <string>Linking</string>
2012
+ <key>ConditionFlavors</key>
2013
+ <array>
2014
+ <string>arch</string>
2015
+ <string>sdk</string>
2016
+ </array>
2017
+ <key>DefaultValue</key>
2018
+ <string></string>
2019
+ <key>Name</key>
2020
+ <string>SECTORDER_FLAGS</string>
2021
+ <key>Type</key>
2022
+ <string>StringList</string>
2023
+ </dict>
2024
+ <dict>
2025
+ <key>Category</key>
2026
+ <string>Linking</string>
2027
+ <key>ConditionFlavors</key>
2028
+ <array>
2029
+ <string>arch</string>
2030
+ <string>sdk</string>
2031
+ </array>
2032
+ <key>DefaultValue</key>
2033
+ <string></string>
2034
+ <key>Name</key>
2035
+ <string>ORDER_FILE</string>
2036
+ <key>Type</key>
2037
+ <string>String</string>
2038
+ </dict>
2039
+ <dict>
2040
+ <key>Category</key>
2041
+ <string>Linking</string>
2042
+ <key>ConditionFlavors</key>
2043
+ <array>
2044
+ <string>arch</string>
2045
+ <string>sdk</string>
2046
+ </array>
2047
+ <key>DefaultValue</key>
2048
+ <string></string>
2049
+ <key>Name</key>
2050
+ <string>LD_RUNPATH_SEARCH_PATHS</string>
2051
+ <key>Type</key>
2052
+ <string>StringList</string>
2053
+ </dict>
2054
+ <dict>
2055
+ <key>Category</key>
2056
+ <string>Linking</string>
2057
+ <key>ConditionFlavors</key>
2058
+ <array>
2059
+ <string>arch</string>
2060
+ <string>sdk</string>
2061
+ </array>
2062
+ <key>DefaultValue</key>
2063
+ <string>NO</string>
2064
+ <key>Name</key>
2065
+ <string>LD_GENERATE_MAP_FILE</string>
2066
+ <key>Type</key>
2067
+ <string>Boolean</string>
2068
+ </dict>
2069
+ <dict>
2070
+ <key>Category</key>
2071
+ <string>Linking</string>
2072
+ <key>ConditionFlavors</key>
2073
+ <array>
2074
+ <string>arch</string>
2075
+ <string>sdk</string>
2076
+ </array>
2077
+ <key>DefaultValue</key>
2078
+ <string>$(TARGET_TEMP_DIR)/$(PRODUCT_NAME)-LinkMap-$(CURRENT_VARIANT)-$(CURRENT_ARCH).txt</string>
2079
+ <key>Name</key>
2080
+ <string>LD_MAP_FILE_PATH</string>
2081
+ <key>Type</key>
2082
+ <string>Path</string>
2083
+ </dict>
2084
+ <dict>
2085
+ <key>Category</key>
2086
+ <string>Linking</string>
2087
+ <key>ConditionFlavors</key>
2088
+ <array>
2089
+ <string>arch</string>
2090
+ <string>sdk</string>
2091
+ </array>
2092
+ <key>DefaultValue</key>
2093
+ <string>NO</string>
2094
+ <key>Name</key>
2095
+ <string>DEAD_CODE_STRIPPING</string>
2096
+ <key>Type</key>
2097
+ <string>Boolean</string>
2098
+ </dict>
2099
+ <dict>
2100
+ <key>Category</key>
2101
+ <string>Linking</string>
2102
+ <key>ConditionFlavors</key>
2103
+ <array>
2104
+ <string>arch</string>
2105
+ <string>sdk</string>
2106
+ </array>
2107
+ <key>DefaultValue</key>
2108
+ <string>NO</string>
2109
+ <key>Name</key>
2110
+ <string>PRESERVE_DEAD_CODE_INITS_AND_TERMS</string>
2111
+ <key>Type</key>
2112
+ <string>Boolean</string>
2113
+ </dict>
2114
+ <dict>
2115
+ <key>Category</key>
2116
+ <string>Linking</string>
2117
+ <key>ConditionFlavors</key>
2118
+ <array>
2119
+ <string>arch</string>
2120
+ <string>sdk</string>
2121
+ </array>
2122
+ <key>DefaultValue</key>
2123
+ <string>NO</string>
2124
+ <key>Name</key>
2125
+ <string>LINKER_DISPLAYS_MANGLED_NAMES</string>
2126
+ <key>Type</key>
2127
+ <string>Boolean</string>
2128
+ </dict>
2129
+ <dict>
2130
+ <key>Category</key>
2131
+ <string>Linking</string>
2132
+ <key>ConditionFlavors</key>
2133
+ <array>
2134
+ <string>arch</string>
2135
+ <string>sdk</string>
2136
+ </array>
2137
+ <key>DefaultValue</key>
2138
+ <string></string>
2139
+ <key>Name</key>
2140
+ <string>WARNING_LDFLAGS</string>
2141
+ <key>Type</key>
2142
+ <string>StringList</string>
2143
+ </dict>
2144
+ <dict>
2145
+ <key>Category</key>
2146
+ <string>Linking</string>
2147
+ <key>ConditionFlavors</key>
2148
+ <array>
2149
+ <string>arch</string>
2150
+ <string>sdk</string>
2151
+ </array>
2152
+ <key>DefaultValue</key>
2153
+ <string></string>
2154
+ <key>Name</key>
2155
+ <string>OTHER_LDFLAGS</string>
2156
+ <key>Type</key>
2157
+ <string>StringList</string>
2158
+ </dict>
2159
+ <dict>
2160
+ <key>Category</key>
2161
+ <string>Linking</string>
2162
+ <key>ConditionFlavors</key>
2163
+ <array>
2164
+ <string>arch</string>
2165
+ <string>sdk</string>
2166
+ </array>
2167
+ <key>DefaultValue</key>
2168
+ <string>NO</string>
2169
+ <key>Name</key>
2170
+ <string>GENERATE_MASTER_OBJECT_FILE</string>
2171
+ <key>Type</key>
2172
+ <string>Boolean</string>
2173
+ </dict>
2174
+ <dict>
2175
+ <key>Category</key>
2176
+ <string>Linking</string>
2177
+ <key>ConditionFlavors</key>
2178
+ <array>
2179
+ <string>arch</string>
2180
+ <string>sdk</string>
2181
+ </array>
2182
+ <key>DefaultValue</key>
2183
+ <string></string>
2184
+ <key>Name</key>
2185
+ <string>PRELINK_LIBS</string>
2186
+ <key>Type</key>
2187
+ <string>StringList</string>
2188
+ </dict>
2189
+ <dict>
2190
+ <key>Category</key>
2191
+ <string>Linking</string>
2192
+ <key>ConditionFlavors</key>
2193
+ <array>
2194
+ <string>arch</string>
2195
+ <string>sdk</string>
2196
+ </array>
2197
+ <key>DefaultValue</key>
2198
+ <string></string>
2199
+ <key>Name</key>
2200
+ <string>PRELINK_FLAGS</string>
2201
+ <key>Type</key>
2202
+ <string>StringList</string>
2203
+ </dict>
2204
+ <dict>
2205
+ <key>Category</key>
2206
+ <string>Linking</string>
2207
+ <key>CommandLineArgs</key>
2208
+ <dict>
2209
+ <key>NO</key>
2210
+ <array/>
2211
+ <key>YES</key>
2212
+ <array>
2213
+ <string>-Xlinker</string>
2214
+ <string>-no_pie</string>
2215
+ </array>
2216
+ </dict>
2217
+ <key>ConditionFlavors</key>
2218
+ <array>
2219
+ <string>arch</string>
2220
+ <string>sdk</string>
2221
+ </array>
2222
+ <key>DefaultValue</key>
2223
+ <string>NO</string>
2224
+ <key>Name</key>
2225
+ <string>LD_NO_PIE</string>
2226
+ <key>Type</key>
2227
+ <string>bool</string>
2228
+ </dict>
2229
+ <dict>
2230
+ <key>Category</key>
2231
+ <string>Linking</string>
2232
+ <key>ConditionFlavors</key>
2233
+ <array>
2234
+ <string>arch</string>
2235
+ <string>sdk</string>
2236
+ </array>
2237
+ <key>DefaultValue</key>
2238
+ <string>YES</string>
2239
+ <key>Name</key>
2240
+ <string>LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER</string>
2241
+ <key>Type</key>
2242
+ <string>Boolean</string>
2243
+ </dict>
2244
+ <dict>
2245
+ <key>DefaultValue</key>
2246
+ <string>$(OBJECT_FILE_DIR_$(CURRENT_VARIANT))/$(CURRENT_ARCH)/$(PRODUCT_NAME)_dependency_info.dat</string>
2247
+ <key>Name</key>
2248
+ <string>LD_DEPENDENCY_INFO_FILE</string>
2249
+ <key>Type</key>
2250
+ <string>Path</string>
2251
+ </dict>
2252
+ <dict>
2253
+ <key>Category</key>
2254
+ <string>Linking</string>
2255
+ <key>ConditionFlavors</key>
2256
+ <array>
2257
+ <string>arch</string>
2258
+ <string>sdk</string>
2259
+ </array>
2260
+ <key>DefaultValue</key>
2261
+ <string></string>
2262
+ <key>Name</key>
2263
+ <string>LD_DYLIB_ALLOWABLE_CLIENTS</string>
2264
+ <key>Type</key>
2265
+ <string>StringList</string>
2266
+ </dict>
2267
+ <dict>
2268
+ <key>DefaultValue</key>
2269
+ <string>YES</string>
2270
+ <key>Name</key>
2271
+ <string>LIBRARY_FLAG_NOSPACE</string>
2272
+ <key>Type</key>
2273
+ <string>bool</string>
2274
+ </dict>
2275
+ <dict>
2276
+ <key>DefaultValue</key>
2277
+ <string></string>
2278
+ <key>Name</key>
2279
+ <string>LIBRARY_FLAG_PREFIX</string>
2280
+ <key>Type</key>
2281
+ <string>String</string>
2282
+ </dict>
2283
+ <dict>
2284
+ <key>Category</key>
2285
+ <string>Text-Based API</string>
2286
+ <key>ConditionFlavors</key>
2287
+ <array>
2288
+ <string>arch</string>
2289
+ <string>sdk</string>
2290
+ </array>
2291
+ <key>DefaultValue</key>
2292
+ <string>NO</string>
2293
+ <key>Description</key>
2294
+ <string>Enable to indicate that the target supports `Text-Based InstallAPI`, which will enable its generation during `install` builds.</string>
2295
+ <key>DisplayName</key>
2296
+ <string>Supports Text-Based InstallAPI</string>
2297
+ <key>Name</key>
2298
+ <string>SUPPORTS_TEXT_BASED_API</string>
2299
+ <key>Type</key>
2300
+ <string>Boolean</string>
2301
+ </dict>
2302
+ <dict>
2303
+ <key>Category</key>
2304
+ <string>Text-Based API</string>
2305
+ <key>DefaultValue</key>
2306
+ <string>ErrorsOnly</string>
2307
+ <key>Description</key>
2308
+ <string>Selects the level of warnings and errors to report when building `Text-Based InstallAPI`.</string>
2309
+ <key>DisplayName</key>
2310
+ <string>Text-Based InstallAPI Verification Mode</string>
2311
+ <key>Name</key>
2312
+ <string>TAPI_VERIFY_MODE</string>
2313
+ <key>Type</key>
2314
+ <string>Enumeration</string>
2315
+ <key>Values</key>
2316
+ <array>
2317
+ <dict>
2318
+ <key>DisplayName</key>
2319
+ <string>Errors Only</string>
2320
+ <key>Value</key>
2321
+ <string>ErrorsOnly</string>
2322
+ </dict>
2323
+ <dict>
2324
+ <key>DisplayName</key>
2325
+ <string>Errors and Warnings</string>
2326
+ <key>Value</key>
2327
+ <string>ErrorsAndWarnings</string>
2328
+ </dict>
2329
+ <dict>
2330
+ <key>DisplayName</key>
2331
+ <string>Pedantic</string>
2332
+ <key>Value</key>
2333
+ <string>Pedantic</string>
2334
+ </dict>
2335
+ </array>
2336
+ </dict>
2337
+ <dict>
2338
+ <key>Category</key>
2339
+ <string>Text-Based API</string>
2340
+ <key>ConditionFlavors</key>
2341
+ <array>
2342
+ <string>arch</string>
2343
+ <string>sdk</string>
2344
+ </array>
2345
+ <key>DefaultValue</key>
2346
+ <string></string>
2347
+ <key>Description</key>
2348
+ <string>Options defined in this setting are passed to invocations of the `Text-Based InstallAPI` tool.</string>
2349
+ <key>DisplayName</key>
2350
+ <string>Other Text-Based InstallAPI Flags</string>
2351
+ <key>Name</key>
2352
+ <string>OTHER_TAPI_FLAGS</string>
2353
+ <key>Type</key>
2354
+ <string>StringList</string>
2355
+ </dict>
2356
+ <dict>
2357
+ <key>Category</key>
2358
+ <string>Text-Based API</string>
2359
+ <key>ConditionFlavors</key>
2360
+ <array>
2361
+ <string>arch</string>
2362
+ <string>sdk</string>
2363
+ </array>
2364
+ <key>DefaultValue</key>
2365
+ <string>NO</string>
2366
+ <key>Description</key>
2367
+ <string>Enables the generation of Text-Based stubs for dynamic libraries and frameworks.</string>
2368
+ <key>DisplayName</key>
2369
+ <string>Enable Text-Based Stubs Generation</string>
2370
+ <key>Name</key>
2371
+ <string>GENERATE_TEXT_BASED_STUBS</string>
2372
+ <key>Type</key>
2373
+ <string>bool</string>
2374
+ </dict>
2375
+ <dict>
2376
+ <key>Category</key>
2377
+ <string>Text-Based API</string>
2378
+ <key>ConditionFlavors</key>
2379
+ <array>
2380
+ <string>arch</string>
2381
+ <string>sdk</string>
2382
+ </array>
2383
+ <key>DefaultValue</key>
2384
+ <string>NO</string>
2385
+ <key>Description</key>
2386
+ <string>Enables private framework inlining for Text-Based Stubs.</string>
2387
+ <key>DisplayName</key>
2388
+ <string>Enable Text-Based Stubs Inlining</string>
2389
+ <key>Name</key>
2390
+ <string>INLINE_PRIVATE_FRAMEWORKS</string>
2391
+ <key>Type</key>
2392
+ <string>bool</string>
2393
+ </dict>
2394
+ <dict>
2395
+ <key>DefaultValue</key>
2396
+ <string>NO</string>
2397
+ <key>Name</key>
2398
+ <string>CODE_SIGNING_ALLOWED</string>
2399
+ <key>Type</key>
2400
+ <string>bool</string>
2401
+ </dict>
2402
+ <dict>
2403
+ <key>Category</key>
2404
+ <string>Code Signing</string>
2405
+ <key>ConditionFlavors</key>
2406
+ <array>
2407
+ <string>sdk</string>
2408
+ </array>
2409
+ <key>DefaultValue</key>
2410
+ <string></string>
2411
+ <key>Name</key>
2412
+ <string>CODE_SIGN_IDENTITY</string>
2413
+ <key>Type</key>
2414
+ <string>CodeSignIdentity</string>
2415
+ </dict>
2416
+ <dict>
2417
+ <key>Category</key>
2418
+ <string>Code Signing</string>
2419
+ <key>ConditionFlavors</key>
2420
+ <array>
2421
+ <string>sdk</string>
2422
+ </array>
2423
+ <key>DefaultValue</key>
2424
+ <string></string>
2425
+ <key>DisplayName</key>
2426
+ <string>Code Sign Style</string>
2427
+ <key>Name</key>
2428
+ <string>CODE_SIGN_STYLE</string>
2429
+ <key>Type</key>
2430
+ <string>CodeSignStyle</string>
2431
+ <key>Values</key>
2432
+ <array>
2433
+ <string></string>
2434
+ <string>Automatic</string>
2435
+ <string>Manual</string>
2436
+ </array>
2437
+ </dict>
2438
+ <dict>
2439
+ <key>Category</key>
2440
+ <string>Code Signing</string>
2441
+ <key>ConditionFlavors</key>
2442
+ <array>
2443
+ <string>sdk</string>
2444
+ </array>
2445
+ <key>DefaultValue</key>
2446
+ <string></string>
2447
+ <key>DisplayName</key>
2448
+ <string>Development Team</string>
2449
+ <key>Name</key>
2450
+ <string>DEVELOPMENT_TEAM</string>
2451
+ <key>Type</key>
2452
+ <string>DevelopmentTeam</string>
2453
+ </dict>
2454
+ <dict>
2455
+ <key>Category</key>
2456
+ <string>Code Signing</string>
2457
+ <key>ConditionFlavors</key>
2458
+ <array>
2459
+ <string>sdk</string>
2460
+ </array>
2461
+ <key>DefaultValue</key>
2462
+ <string></string>
2463
+ <key>DisplayName</key>
2464
+ <string>Provisioning Profile</string>
2465
+ <key>Name</key>
2466
+ <string>PROVISIONING_PROFILE_SPECIFIER</string>
2467
+ <key>Type</key>
2468
+ <string>ProvisioningProfileSpecifier</string>
2469
+ </dict>
2470
+ <dict>
2471
+ <key>Category</key>
2472
+ <string>Code Signing</string>
2473
+ <key>ConditionFlavors</key>
2474
+ <array>
2475
+ <string>sdk</string>
2476
+ </array>
2477
+ <key>DefaultValue</key>
2478
+ <string></string>
2479
+ <key>Name</key>
2480
+ <string>OTHER_CODE_SIGN_FLAGS</string>
2481
+ <key>Type</key>
2482
+ <string>StringList</string>
2483
+ </dict>
2484
+ <dict>
2485
+ <key>Category</key>
2486
+ <string>Code Signing</string>
2487
+ <key>ConditionFlavors</key>
2488
+ <array>
2489
+ <string>sdk</string>
2490
+ </array>
2491
+ <key>DefaultValue</key>
2492
+ <string></string>
2493
+ <key>Name</key>
2494
+ <string>CODE_SIGN_ENTITLEMENTS</string>
2495
+ <key>Type</key>
2496
+ <string>String</string>
2497
+ </dict>
2498
+ <dict>
2499
+ <key>Category</key>
2500
+ <string>Code Signing</string>
2501
+ <key>DefaultValue</key>
2502
+ <string>YES</string>
2503
+ <key>Name</key>
2504
+ <string>CODE_SIGN_INJECT_BASE_ENTITLEMENTS</string>
2505
+ <key>Type</key>
2506
+ <string>Boolean</string>
2507
+ </dict>
2508
+ <dict>
2509
+ <key>DefaultValue</key>
2510
+ <string></string>
2511
+ <key>Name</key>
2512
+ <string>CODE_SIGN_LOCAL_EXECUTION_IDENTITY</string>
2513
+ <key>Type</key>
2514
+ <string>Enumeration</string>
2515
+ <key>Values</key>
2516
+ <array>
2517
+ <string></string>
2518
+ <string>Ad Hoc</string>
2519
+ <string>Local Certificate</string>
2520
+ </array>
2521
+ </dict>
2522
+ <dict>
2523
+ <key>Category</key>
2524
+ <string>Code Signing</string>
2525
+ <key>ConditionFlavors</key>
2526
+ <array>
2527
+ <string>sdk</string>
2528
+ </array>
2529
+ <key>DefaultValue</key>
2530
+ <string>NO</string>
2531
+ <key>Description</key>
2532
+ <string>Enable hardened runtime restrictions.</string>
2533
+ <key>Name</key>
2534
+ <string>ENABLE_HARDENED_RUNTIME</string>
2535
+ <key>Type</key>
2536
+ <string>Boolean</string>
2537
+ </dict>
2538
+ <dict>
2539
+ <key>DefaultValue</key>
2540
+ <string></string>
2541
+ <key>Name</key>
2542
+ <string>ENTITLEMENTS_DESTINATION</string>
2543
+ <key>Type</key>
2544
+ <string>Enumeration</string>
2545
+ <key>Values</key>
2546
+ <array>
2547
+ <string></string>
2548
+ <string>Signature</string>
2549
+ <string>__entitlements</string>
2550
+ </array>
2551
+ </dict>
2552
+ <dict>
2553
+ <key>DefaultValue</key>
2554
+ <string></string>
2555
+ <key>Name</key>
2556
+ <string>EMBEDDED_PROFILE_NAME</string>
2557
+ <key>Type</key>
2558
+ <string>String</string>
2559
+ </dict>
2560
+ <dict>
2561
+ <key>Basic</key>
2562
+ <string>YES</string>
2563
+ <key>Category</key>
2564
+ <string>Packaging</string>
2565
+ <key>DefaultValue</key>
2566
+ <string></string>
2567
+ <key>Name</key>
2568
+ <string>PRODUCT_NAME</string>
2569
+ <key>Type</key>
2570
+ <string>String</string>
2571
+ </dict>
2572
+ <dict>
2573
+ <key>Category</key>
2574
+ <string>Packaging</string>
2575
+ <key>DefaultValue</key>
2576
+ <string>$(PRODUCT_NAME:c99extidentifier)</string>
2577
+ <key>Name</key>
2578
+ <string>PRODUCT_MODULE_NAME</string>
2579
+ <key>Type</key>
2580
+ <string>String</string>
2581
+ </dict>
2582
+ <dict>
2583
+ <key>DefaultValue</key>
2584
+ <string></string>
2585
+ <key>Name</key>
2586
+ <string>FULL_PRODUCT_NAME</string>
2587
+ <key>Type</key>
2588
+ <string>String</string>
2589
+ </dict>
2590
+ <dict>
2591
+ <key>Category</key>
2592
+ <string>Packaging</string>
2593
+ <key>DefaultValue</key>
2594
+ <string></string>
2595
+ <key>Name</key>
2596
+ <string>EXECUTABLE_PREFIX</string>
2597
+ <key>Type</key>
2598
+ <string>String</string>
2599
+ </dict>
2600
+ <dict>
2601
+ <key>Category</key>
2602
+ <string>Packaging</string>
2603
+ <key>DefaultValue</key>
2604
+ <string></string>
2605
+ <key>Name</key>
2606
+ <string>EXECUTABLE_EXTENSION</string>
2607
+ <key>Type</key>
2608
+ <string>String</string>
2609
+ </dict>
2610
+ <dict>
2611
+ <key>Category</key>
2612
+ <string>Packaging</string>
2613
+ <key>DefaultValue</key>
2614
+ <string></string>
2615
+ <key>Name</key>
2616
+ <string>WRAPPER_EXTENSION</string>
2617
+ <key>Type</key>
2618
+ <string>String</string>
2619
+ </dict>
2620
+ <dict>
2621
+ <key>Category</key>
2622
+ <string>Packaging</string>
2623
+ <key>ConditionFlavors</key>
2624
+ <array>
2625
+ <string>sdk</string>
2626
+ </array>
2627
+ <key>DefaultValue</key>
2628
+ <string></string>
2629
+ <key>Name</key>
2630
+ <string>PRIVATE_HEADERS_FOLDER_PATH</string>
2631
+ <key>Type</key>
2632
+ <string>String</string>
2633
+ </dict>
2634
+ <dict>
2635
+ <key>Category</key>
2636
+ <string>Packaging</string>
2637
+ <key>ConditionFlavors</key>
2638
+ <array>
2639
+ <string>sdk</string>
2640
+ </array>
2641
+ <key>DefaultValue</key>
2642
+ <string></string>
2643
+ <key>Name</key>
2644
+ <string>PUBLIC_HEADERS_FOLDER_PATH</string>
2645
+ <key>Type</key>
2646
+ <string>String</string>
2647
+ </dict>
2648
+ <dict>
2649
+ <key>Category</key>
2650
+ <string>Packaging</string>
2651
+ <key>ConditionFlavors</key>
2652
+ <array>
2653
+ <string>sdk</string>
2654
+ </array>
2655
+ <key>DefaultValue</key>
2656
+ <string>NO</string>
2657
+ <key>Name</key>
2658
+ <string>GENERATE_PKGINFO_FILE</string>
2659
+ <key>Type</key>
2660
+ <string>Boolean</string>
2661
+ </dict>
2662
+ <dict>
2663
+ <key>Category</key>
2664
+ <string>Packaging</string>
2665
+ <key>ConditionFlavors</key>
2666
+ <array>
2667
+ <string>sdk</string>
2668
+ </array>
2669
+ <key>DefaultValue</key>
2670
+ <string>NO</string>
2671
+ <key>Name</key>
2672
+ <string>DONT_GENERATE_INFOPLIST_FILE</string>
2673
+ <key>Type</key>
2674
+ <string>Boolean</string>
2675
+ </dict>
2676
+ <dict>
2677
+ <key>Basic</key>
2678
+ <string>YES</string>
2679
+ <key>Category</key>
2680
+ <string>Packaging</string>
2681
+ <key>ConditionFlavors</key>
2682
+ <array>
2683
+ <string>sdk</string>
2684
+ </array>
2685
+ <key>DefaultValue</key>
2686
+ <string></string>
2687
+ <key>Name</key>
2688
+ <string>INFOPLIST_FILE</string>
2689
+ <key>Type</key>
2690
+ <string>String</string>
2691
+ </dict>
2692
+ <dict>
2693
+ <key>Category</key>
2694
+ <string>Packaging</string>
2695
+ <key>ConditionFlavors</key>
2696
+ <array>
2697
+ <string>sdk</string>
2698
+ </array>
2699
+ <key>DefaultValue</key>
2700
+ <string>NO</string>
2701
+ <key>Name</key>
2702
+ <string>INFOPLIST_PREPROCESS</string>
2703
+ <key>Type</key>
2704
+ <string>Boolean</string>
2705
+ </dict>
2706
+ <dict>
2707
+ <key>Category</key>
2708
+ <string>Packaging</string>
2709
+ <key>ConditionFlavors</key>
2710
+ <array>
2711
+ <string>sdk</string>
2712
+ </array>
2713
+ <key>DefaultValue</key>
2714
+ <string>YES</string>
2715
+ <key>Name</key>
2716
+ <string>INFOPLIST_EXPAND_BUILD_SETTINGS</string>
2717
+ <key>Type</key>
2718
+ <string>Boolean</string>
2719
+ </dict>
2720
+ <dict>
2721
+ <key>Category</key>
2722
+ <string>Packaging</string>
2723
+ <key>ConditionFlavors</key>
2724
+ <array>
2725
+ <string>sdk</string>
2726
+ </array>
2727
+ <key>DefaultValue</key>
2728
+ <string>same-as-input</string>
2729
+ <key>Name</key>
2730
+ <string>INFOPLIST_OUTPUT_FORMAT</string>
2731
+ <key>Type</key>
2732
+ <string>Enumeration</string>
2733
+ <key>Values</key>
2734
+ <array>
2735
+ <string>same-as-input</string>
2736
+ <string>XML</string>
2737
+ <string>binary</string>
2738
+ </array>
2739
+ </dict>
2740
+ <dict>
2741
+ <key>Category</key>
2742
+ <string>Packaging</string>
2743
+ <key>DefaultValue</key>
2744
+ <string>NO</string>
2745
+ <key>Name</key>
2746
+ <string>CREATE_INFOPLIST_SECTION_IN_BINARY</string>
2747
+ <key>Type</key>
2748
+ <string>Boolean</string>
2749
+ </dict>
2750
+ <dict>
2751
+ <key>Category</key>
2752
+ <string>Packaging</string>
2753
+ <key>ConditionFlavors</key>
2754
+ <array>
2755
+ <string>sdk</string>
2756
+ </array>
2757
+ <key>DefaultValue</key>
2758
+ <string>same-as-input</string>
2759
+ <key>Name</key>
2760
+ <string>PLIST_FILE_OUTPUT_FORMAT</string>
2761
+ <key>Type</key>
2762
+ <string>Enumeration</string>
2763
+ <key>Values</key>
2764
+ <array>
2765
+ <string>same-as-input</string>
2766
+ <string>XML</string>
2767
+ <string>binary</string>
2768
+ </array>
2769
+ </dict>
2770
+ <dict>
2771
+ <key>Category</key>
2772
+ <string>Packaging</string>
2773
+ <key>ConditionFlavors</key>
2774
+ <array>
2775
+ <string>sdk</string>
2776
+ </array>
2777
+ <key>DefaultValue</key>
2778
+ <string>UTF-16</string>
2779
+ <key>Name</key>
2780
+ <string>STRINGS_FILE_OUTPUT_ENCODING</string>
2781
+ <key>Type</key>
2782
+ <string>Enumeration</string>
2783
+ <key>Values</key>
2784
+ <array>
2785
+ <string>UTF-16</string>
2786
+ <string>UTF-8</string>
2787
+ <string>binary</string>
2788
+ </array>
2789
+ </dict>
2790
+ <dict>
2791
+ <key>Category</key>
2792
+ <string>Packaging</string>
2793
+ <key>ConditionFlavors</key>
2794
+ <array>
2795
+ <string>sdk</string>
2796
+ </array>
2797
+ <key>DefaultValue</key>
2798
+ <string>NO</string>
2799
+ <key>Name</key>
2800
+ <string>APPLY_RULES_IN_COPY_FILES</string>
2801
+ <key>Type</key>
2802
+ <string>Boolean</string>
2803
+ </dict>
2804
+ <dict>
2805
+ <key>Category</key>
2806
+ <string>Packaging</string>
2807
+ <key>ConditionFlavors</key>
2808
+ <array>
2809
+ <string>sdk</string>
2810
+ </array>
2811
+ <key>DefaultValue</key>
2812
+ <string>NO</string>
2813
+ <key>Name</key>
2814
+ <string>APPLY_RULES_IN_COPY_HEADERS</string>
2815
+ <key>Type</key>
2816
+ <string>Boolean</string>
2817
+ </dict>
2818
+ <dict>
2819
+ <key>DefaultValue</key>
2820
+ <string>YES</string>
2821
+ <key>Name</key>
2822
+ <string>REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES</string>
2823
+ <key>Type</key>
2824
+ <string>Boolean</string>
2825
+ </dict>
2826
+ <dict>
2827
+ <key>Category</key>
2828
+ <string>Packaging</string>
2829
+ <key>ConditionFlavors</key>
2830
+ <array>
2831
+ <string>sdk</string>
2832
+ </array>
2833
+ <key>DefaultValue</key>
2834
+ <string></string>
2835
+ <key>Name</key>
2836
+ <string>INFOPLIST_PREFIX_HEADER</string>
2837
+ <key>Type</key>
2838
+ <string>String</string>
2839
+ </dict>
2840
+ <dict>
2841
+ <key>Category</key>
2842
+ <string>Packaging</string>
2843
+ <key>ConditionFlavors</key>
2844
+ <array>
2845
+ <string>sdk</string>
2846
+ </array>
2847
+ <key>DefaultValue</key>
2848
+ <string></string>
2849
+ <key>Name</key>
2850
+ <string>INFOPLIST_PREPROCESSOR_DEFINITIONS</string>
2851
+ <key>Type</key>
2852
+ <string>StringList</string>
2853
+ </dict>
2854
+ <dict>
2855
+ <key>Category</key>
2856
+ <string>Packaging</string>
2857
+ <key>ConditionFlavors</key>
2858
+ <array>
2859
+ <string>sdk</string>
2860
+ </array>
2861
+ <key>DefaultValue</key>
2862
+ <string></string>
2863
+ <key>Name</key>
2864
+ <string>INFOPLIST_OTHER_PREPROCESSOR_FLAGS</string>
2865
+ <key>Type</key>
2866
+ <string>StringList</string>
2867
+ </dict>
2868
+ <dict>
2869
+ <key>Category</key>
2870
+ <string>Packaging</string>
2871
+ <key>ConditionFlavors</key>
2872
+ <array>
2873
+ <string>sdk</string>
2874
+ </array>
2875
+ <key>DefaultValue</key>
2876
+ <string>NO</string>
2877
+ <key>Name</key>
2878
+ <string>COPYING_PRESERVES_HFS_DATA</string>
2879
+ <key>Type</key>
2880
+ <string>Boolean</string>
2881
+ </dict>
2882
+ <dict>
2883
+ <key>Category</key>
2884
+ <string>Packaging</string>
2885
+ <key>DefaultValue</key>
2886
+ <string>NO</string>
2887
+ <key>Name</key>
2888
+ <string>DEFINES_MODULE</string>
2889
+ <key>Type</key>
2890
+ <string>Boolean</string>
2891
+ </dict>
2892
+ <dict>
2893
+ <key>Category</key>
2894
+ <string>Packaging</string>
2895
+ <key>ConditionFlavors</key>
2896
+ <array>
2897
+ <string>sdk</string>
2898
+ </array>
2899
+ <key>DefaultValue</key>
2900
+ <string></string>
2901
+ <key>Name</key>
2902
+ <string>MODULEMAP_FILE</string>
2903
+ <key>Type</key>
2904
+ <string>String</string>
2905
+ </dict>
2906
+ <dict>
2907
+ <key>Category</key>
2908
+ <string>Packaging</string>
2909
+ <key>ConditionFlavors</key>
2910
+ <array>
2911
+ <string>sdk</string>
2912
+ </array>
2913
+ <key>DefaultValue</key>
2914
+ <string></string>
2915
+ <key>Name</key>
2916
+ <string>MODULEMAP_PRIVATE_FILE</string>
2917
+ <key>Type</key>
2918
+ <string>String</string>
2919
+ </dict>
2920
+ <dict>
2921
+ <key>Category</key>
2922
+ <string>Packaging</string>
2923
+ <key>ConditionFlavors</key>
2924
+ <array>
2925
+ <string>sdk</string>
2926
+ </array>
2927
+ <key>DefaultValue</key>
2928
+ <string>A</string>
2929
+ <key>Name</key>
2930
+ <string>FRAMEWORK_VERSION</string>
2931
+ <key>Type</key>
2932
+ <string>String</string>
2933
+ </dict>
2934
+ <dict>
2935
+ <key>Category</key>
2936
+ <string>Deployment</string>
2937
+ <key>ConditionFlavors</key>
2938
+ <array>
2939
+ <string>sdk</string>
2940
+ </array>
2941
+ <key>DefaultValue</key>
2942
+ <string>NO</string>
2943
+ <key>Name</key>
2944
+ <string>DEPLOYMENT_LOCATION</string>
2945
+ <key>Type</key>
2946
+ <string>Boolean</string>
2947
+ </dict>
2948
+ <dict>
2949
+ <key>Category</key>
2950
+ <string>Deployment</string>
2951
+ <key>DefaultValue</key>
2952
+ <string></string>
2953
+ <key>Description</key>
2954
+ <string>Files and directories used only for development. Archive and install builds will exclude this content.</string>
2955
+ <key>DisplayName</key>
2956
+ <string>Development Assets</string>
2957
+ <key>Name</key>
2958
+ <string>DEVELOPMENT_ASSET_PATHS</string>
2959
+ <key>Type</key>
2960
+ <string>StringList</string>
2961
+ </dict>
2962
+ <dict>
2963
+ <key>Category</key>
2964
+ <string>Deployment</string>
2965
+ <key>ConditionFlavors</key>
2966
+ <array>
2967
+ <string>sdk</string>
2968
+ </array>
2969
+ <key>DefaultValue</key>
2970
+ <string>NO</string>
2971
+ <key>Name</key>
2972
+ <string>DEPLOYMENT_POSTPROCESSING</string>
2973
+ <key>Type</key>
2974
+ <string>Boolean</string>
2975
+ </dict>
2976
+ <dict>
2977
+ <key>Category</key>
2978
+ <string>Deployment</string>
2979
+ <key>ConditionFlavors</key>
2980
+ <array>
2981
+ <string>sdk</string>
2982
+ </array>
2983
+ <key>DefaultValue</key>
2984
+ <string>/tmp/$(PROJECT_NAME).dst</string>
2985
+ <key>Name</key>
2986
+ <string>DSTROOT</string>
2987
+ <key>Type</key>
2988
+ <string>Path</string>
2989
+ </dict>
2990
+ <dict>
2991
+ <key>Basic</key>
2992
+ <string>YES</string>
2993
+ <key>Category</key>
2994
+ <string>Deployment</string>
2995
+ <key>ConditionFlavors</key>
2996
+ <array>
2997
+ <string>sdk</string>
2998
+ </array>
2999
+ <key>DefaultValue</key>
3000
+ <string></string>
3001
+ <key>Name</key>
3002
+ <string>INSTALL_PATH</string>
3003
+ <key>Type</key>
3004
+ <string>String</string>
3005
+ </dict>
3006
+ <dict>
3007
+ <key>Category</key>
3008
+ <string>Deployment</string>
3009
+ <key>ConditionFlavors</key>
3010
+ <array>
3011
+ <string>sdk</string>
3012
+ </array>
3013
+ <key>DefaultValue</key>
3014
+ <string>NO</string>
3015
+ <key>Name</key>
3016
+ <string>SKIP_INSTALL</string>
3017
+ <key>Type</key>
3018
+ <string>Boolean</string>
3019
+ </dict>
3020
+ <dict>
3021
+ <key>Basic</key>
3022
+ <string>YES</string>
3023
+ <key>Category</key>
3024
+ <string>Deployment</string>
3025
+ <key>ConditionFlavors</key>
3026
+ <array>
3027
+ <string>sdk</string>
3028
+ </array>
3029
+ <key>DefaultValue</key>
3030
+ <string>YES</string>
3031
+ <key>Name</key>
3032
+ <string>STRIP_INSTALLED_PRODUCT</string>
3033
+ <key>Type</key>
3034
+ <string>Boolean</string>
3035
+ </dict>
3036
+ <dict>
3037
+ <key>ConditionFlavors</key>
3038
+ <array>
3039
+ <string>sdk</string>
3040
+ </array>
3041
+ <key>DefaultValue</key>
3042
+ <string>NO</string>
3043
+ <key>Name</key>
3044
+ <string>SEPARATE_STRIP</string>
3045
+ <key>Type</key>
3046
+ <string>Boolean</string>
3047
+ </dict>
3048
+ <dict>
3049
+ <key>Category</key>
3050
+ <string>Deployment</string>
3051
+ <key>ConditionFlavors</key>
3052
+ <array>
3053
+ <string>sdk</string>
3054
+ </array>
3055
+ <key>DefaultValue</key>
3056
+ <string>all</string>
3057
+ <key>Name</key>
3058
+ <string>STRIP_STYLE</string>
3059
+ <key>Type</key>
3060
+ <string>Enumeration</string>
3061
+ <key>Values</key>
3062
+ <array>
3063
+ <dict>
3064
+ <key>Value</key>
3065
+ <string>all</string>
3066
+ </dict>
3067
+ <dict>
3068
+ <key>Value</key>
3069
+ <string>non-global</string>
3070
+ </dict>
3071
+ <dict>
3072
+ <key>Value</key>
3073
+ <string>debugging</string>
3074
+ </dict>
3075
+ </array>
3076
+ </dict>
3077
+ <dict>
3078
+ <key>Category</key>
3079
+ <string>Deployment</string>
3080
+ <key>ConditionFlavors</key>
3081
+ <array>
3082
+ <string>sdk</string>
3083
+ </array>
3084
+ <key>DefaultValue</key>
3085
+ <string></string>
3086
+ <key>Name</key>
3087
+ <string>STRIPFLAGS</string>
3088
+ <key>Type</key>
3089
+ <string>StringList</string>
3090
+ </dict>
3091
+ <dict>
3092
+ <key>Category</key>
3093
+ <string>Deployment</string>
3094
+ <key>DefaultValue</key>
3095
+ <string>YES</string>
3096
+ <key>Name</key>
3097
+ <string>STRIP_SWIFT_SYMBOLS</string>
3098
+ <key>Type</key>
3099
+ <string>Boolean</string>
3100
+ </dict>
3101
+ <dict>
3102
+ <key>Category</key>
3103
+ <string>Deployment</string>
3104
+ <key>ConditionFlavors</key>
3105
+ <array>
3106
+ <string>sdk</string>
3107
+ </array>
3108
+ <key>DefaultValue</key>
3109
+ <string>YES</string>
3110
+ <key>Name</key>
3111
+ <string>COPY_PHASE_STRIP</string>
3112
+ <key>Type</key>
3113
+ <string>Boolean</string>
3114
+ </dict>
3115
+ <dict>
3116
+ <key>Category</key>
3117
+ <string>Deployment</string>
3118
+ <key>ConditionFlavors</key>
3119
+ <array>
3120
+ <string>sdk</string>
3121
+ </array>
3122
+ <key>DefaultValue</key>
3123
+ <string>$(USER)</string>
3124
+ <key>Name</key>
3125
+ <string>INSTALL_OWNER</string>
3126
+ <key>Type</key>
3127
+ <string>String</string>
3128
+ </dict>
3129
+ <dict>
3130
+ <key>Category</key>
3131
+ <string>Deployment</string>
3132
+ <key>ConditionFlavors</key>
3133
+ <array>
3134
+ <string>sdk</string>
3135
+ </array>
3136
+ <key>DefaultValue</key>
3137
+ <string>$(GROUP)</string>
3138
+ <key>Name</key>
3139
+ <string>INSTALL_GROUP</string>
3140
+ <key>Type</key>
3141
+ <string>String</string>
3142
+ </dict>
3143
+ <dict>
3144
+ <key>Category</key>
3145
+ <string>Deployment</string>
3146
+ <key>ConditionFlavors</key>
3147
+ <array>
3148
+ <string>sdk</string>
3149
+ </array>
3150
+ <key>DefaultValue</key>
3151
+ <string>u+w,go-w,a+rX</string>
3152
+ <key>Name</key>
3153
+ <string>INSTALL_MODE_FLAG</string>
3154
+ <key>Type</key>
3155
+ <string>String</string>
3156
+ </dict>
3157
+ <dict>
3158
+ <key>Category</key>
3159
+ <string>Deployment</string>
3160
+ <key>ConditionFlavors</key>
3161
+ <array>
3162
+ <string>sdk</string>
3163
+ </array>
3164
+ <key>DefaultValue</key>
3165
+ <string></string>
3166
+ <key>Name</key>
3167
+ <string>ALTERNATE_PERMISSIONS_FILES</string>
3168
+ <key>Type</key>
3169
+ <string>StringList</string>
3170
+ </dict>
3171
+ <dict>
3172
+ <key>Category</key>
3173
+ <string>Deployment</string>
3174
+ <key>ConditionFlavors</key>
3175
+ <array>
3176
+ <string>sdk</string>
3177
+ </array>
3178
+ <key>DefaultValue</key>
3179
+ <string>$(INSTALL_OWNER)</string>
3180
+ <key>Name</key>
3181
+ <string>ALTERNATE_OWNER</string>
3182
+ <key>Type</key>
3183
+ <string>String</string>
3184
+ </dict>
3185
+ <dict>
3186
+ <key>Category</key>
3187
+ <string>Deployment</string>
3188
+ <key>ConditionFlavors</key>
3189
+ <array>
3190
+ <string>sdk</string>
3191
+ </array>
3192
+ <key>DefaultValue</key>
3193
+ <string>$(INSTALL_GROUP)</string>
3194
+ <key>Name</key>
3195
+ <string>ALTERNATE_GROUP</string>
3196
+ <key>Type</key>
3197
+ <string>String</string>
3198
+ </dict>
3199
+ <dict>
3200
+ <key>Category</key>
3201
+ <string>Deployment</string>
3202
+ <key>ConditionFlavors</key>
3203
+ <array>
3204
+ <string>sdk</string>
3205
+ </array>
3206
+ <key>DefaultValue</key>
3207
+ <string>$(INSTALL_MODE_FLAG)</string>
3208
+ <key>Name</key>
3209
+ <string>ALTERNATE_MODE</string>
3210
+ <key>Type</key>
3211
+ <string>String</string>
3212
+ </dict>
3213
+ <dict>
3214
+ <key>Category</key>
3215
+ <string>Deployment</string>
3216
+ <key>Name</key>
3217
+ <string>RESOURCES_TARGETED_DEVICE_FAMILY</string>
3218
+ <key>Type</key>
3219
+ <string>StringList</string>
3220
+ </dict>
3221
+ <dict>
3222
+ <key>Category</key>
3223
+ <string>UnitTesting</string>
3224
+ <key>ConditionFlavors</key>
3225
+ <array>
3226
+ <string>sdk</string>
3227
+ </array>
3228
+ <key>DefaultValue</key>
3229
+ <string></string>
3230
+ <key>Name</key>
3231
+ <string>TEST_HOST</string>
3232
+ <key>Type</key>
3233
+ <string>String</string>
3234
+ </dict>
3235
+ <dict>
3236
+ <key>Category</key>
3237
+ <string>UnitTesting</string>
3238
+ <key>DefaultValue</key>
3239
+ <string>NO</string>
3240
+ <key>Name</key>
3241
+ <string>TREAT_MISSING_BASELINES_AS_TEST_FAILURES</string>
3242
+ <key>Type</key>
3243
+ <string>Boolean</string>
3244
+ </dict>
3245
+ <dict>
3246
+ <key>Category</key>
3247
+ <string>KernelModule</string>
3248
+ <key>DefaultValue</key>
3249
+ <string></string>
3250
+ <key>Name</key>
3251
+ <string>MODULE_NAME</string>
3252
+ <key>Type</key>
3253
+ <string>String</string>
3254
+ </dict>
3255
+ <dict>
3256
+ <key>Category</key>
3257
+ <string>KernelModule</string>
3258
+ <key>DefaultValue</key>
3259
+ <string></string>
3260
+ <key>Name</key>
3261
+ <string>MODULE_VERSION</string>
3262
+ <key>Type</key>
3263
+ <string>String</string>
3264
+ </dict>
3265
+ <dict>
3266
+ <key>Category</key>
3267
+ <string>KernelModule</string>
3268
+ <key>DefaultValue</key>
3269
+ <string></string>
3270
+ <key>Name</key>
3271
+ <string>MODULE_START</string>
3272
+ <key>Type</key>
3273
+ <string>String</string>
3274
+ </dict>
3275
+ <dict>
3276
+ <key>Category</key>
3277
+ <string>KernelModule</string>
3278
+ <key>DefaultValue</key>
3279
+ <string></string>
3280
+ <key>Name</key>
3281
+ <string>MODULE_STOP</string>
3282
+ <key>Type</key>
3283
+ <string>String</string>
3284
+ </dict>
3285
+ <dict>
3286
+ <key>DefaultValue</key>
3287
+ <string></string>
3288
+ <key>Name</key>
3289
+ <string>BUILD_STYLE</string>
3290
+ <key>Type</key>
3291
+ <string>String</string>
3292
+ </dict>
3293
+ <dict>
3294
+ <key>DefaultValue</key>
3295
+ <string></string>
3296
+ <key>Description</key>
3297
+ <string>Identifies the build configuration, such as `Debug` or `Release`, that the target uses to generate the product.</string>
3298
+ <key>Name</key>
3299
+ <string>CONFIGURATION</string>
3300
+ <key>Type</key>
3301
+ <string>String</string>
3302
+ </dict>
3303
+ <dict>
3304
+ <key>DefaultValue</key>
3305
+ <string>.</string>
3306
+ <key>Description</key>
3307
+ <string>Identifies the directory containing the target’s source files.</string>
3308
+ <key>Name</key>
3309
+ <string>SRCROOT</string>
3310
+ <key>Type</key>
3311
+ <string>Path</string>
3312
+ </dict>
3313
+ <dict>
3314
+ <key>DefaultValue</key>
3315
+ <string>$(SRCROOT)</string>
3316
+ <key>Name</key>
3317
+ <string>SOURCE_ROOT</string>
3318
+ <key>Type</key>
3319
+ <string>Path</string>
3320
+ </dict>
3321
+ <dict>
3322
+ <key>DefaultValue</key>
3323
+ <string>$(OBJROOT)</string>
3324
+ <key>Name</key>
3325
+ <string>TEMP_ROOT</string>
3326
+ <key>Type</key>
3327
+ <string>Path</string>
3328
+ </dict>
3329
+ <dict>
3330
+ <key>DefaultValue</key>
3331
+ <string>$(SYMROOT)</string>
3332
+ <key>Name</key>
3333
+ <string>BUILD_ROOT</string>
3334
+ <key>Type</key>
3335
+ <string>Path</string>
3336
+ </dict>
3337
+ <dict>
3338
+ <key>DefaultValue</key>
3339
+ <string>$(DSTROOT)</string>
3340
+ <key>Name</key>
3341
+ <string>INSTALL_ROOT</string>
3342
+ <key>Type</key>
3343
+ <string>Path</string>
3344
+ </dict>
3345
+ <dict>
3346
+ <key>DefaultValue</key>
3347
+ <string>$(SRCROOT)</string>
3348
+ <key>Name</key>
3349
+ <string>PROJECT_DIR</string>
3350
+ <key>Type</key>
3351
+ <string>Path</string>
3352
+ </dict>
3353
+ <dict>
3354
+ <key>DefaultValue</key>
3355
+ <string>$(SYMROOT)</string>
3356
+ <key>Name</key>
3357
+ <string>BUILD_DIR</string>
3358
+ <key>Type</key>
3359
+ <string>Path</string>
3360
+ </dict>
3361
+ <dict>
3362
+ <key>DefaultValue</key>
3363
+ <string>$(OBJROOT)</string>
3364
+ <key>Name</key>
3365
+ <string>PROJECT_TEMP_ROOT</string>
3366
+ <key>Type</key>
3367
+ <string>Path</string>
3368
+ </dict>
3369
+ <dict>
3370
+ <key>DefaultValue</key>
3371
+ <string>$(PROJECT_TEMP_ROOT)/$(PROJECT_NAME).build</string>
3372
+ <key>Description</key>
3373
+ <string>Identifies the directory in which the project’s intermediate build files are placed. This directory is shared between all the targets defined by the project. Run Script build phases should generate intermediate build files in the directory identified by `DERIVED_FILE_DIR`, not the location this build setting specifies.</string>
3374
+ <key>Name</key>
3375
+ <string>PROJECT_TEMP_DIR</string>
3376
+ <key>Type</key>
3377
+ <string>Path</string>
3378
+ </dict>
3379
+ <dict>
3380
+ <key>DefaultValue</key>
3381
+ <string>$(CONFIGURATION_TEMP_DIR)/$(TARGET_NAME).build</string>
3382
+ <key>Description</key>
3383
+ <string>Identifies the directory containing the target’s intermediate build files. Run Script build phases should place intermediate files at the location indicated by `DERIVED_FILE_DIR`, not the directory identified by this build setting.</string>
3384
+ <key>Name</key>
3385
+ <string>TARGET_TEMP_DIR</string>
3386
+ <key>Type</key>
3387
+ <string>Path</string>
3388
+ </dict>
3389
+ <dict>
3390
+ <key>DefaultValue</key>
3391
+ <string>$(TARGET_TEMP_DIR)</string>
3392
+ <key>Name</key>
3393
+ <string>TEMP_DIR</string>
3394
+ <key>Type</key>
3395
+ <string>Path</string>
3396
+ </dict>
3397
+ <dict>
3398
+ <key>DefaultValue</key>
3399
+ <string>$(TEMP_DIR)/Objects</string>
3400
+ <key>Description</key>
3401
+ <string>Partially identifies the directory into which variant object files are placed. The complete specification is computed using the variants of this build setting.</string>
3402
+ <key>Name</key>
3403
+ <string>OBJECT_FILE_DIR</string>
3404
+ <key>Type</key>
3405
+ <string>Path</string>
3406
+ </dict>
3407
+ <dict>
3408
+ <key>DefaultValue</key>
3409
+ <string>$(TEMP_DIR)/JavaClasses</string>
3410
+ <key>Name</key>
3411
+ <string>CLASS_FILE_DIR</string>
3412
+ <key>Type</key>
3413
+ <string>Path</string>
3414
+ </dict>
3415
+ <dict>
3416
+ <key>DefaultValue</key>
3417
+ <string>$(OBJECT_FILE_DIR)/LinkFileList</string>
3418
+ <key>Name</key>
3419
+ <string>FILE_LIST</string>
3420
+ <key>Type</key>
3421
+ <string>Path</string>
3422
+ </dict>
3423
+ <dict>
3424
+ <key>DefaultValue</key>
3425
+ <string>$(TEMP_DIR)/DerivedSources</string>
3426
+ <key>Description</key>
3427
+ <string>Identifies the directory into which derived source files, such as those generated by `lex` and `yacc`, are placed.</string>
3428
+ <key>Name</key>
3429
+ <string>DERIVED_FILE_DIR</string>
3430
+ <key>Type</key>
3431
+ <string>Path</string>
3432
+ </dict>
3433
+ <dict>
3434
+ <key>DefaultValue</key>
3435
+ <string></string>
3436
+ <key>Name</key>
3437
+ <string>LOCALIZABLE_CONTENT_DIR</string>
3438
+ <key>Type</key>
3439
+ <string>Path</string>
3440
+ </dict>
3441
+ <dict>
3442
+ <key>DefaultValue</key>
3443
+ <string>$(DSTROOT)$(INSTALL_PATH)</string>
3444
+ <key>Description</key>
3445
+ <string>Identifies the directory in the developer’s filesystem into which the *installed* product is placed.</string>
3446
+ <key>Name</key>
3447
+ <string>INSTALL_DIR</string>
3448
+ <key>Type</key>
3449
+ <string>Path</string>
3450
+ </dict>
3451
+ <dict>
3452
+ <key>DefaultValue</key>
3453
+ <string>$(OBJROOT)/$(PROJECT_NAME).build/DerivedSources</string>
3454
+ <key>Name</key>
3455
+ <string>PROJECT_DERIVED_FILE_DIR</string>
3456
+ <key>Type</key>
3457
+ <string>Path</string>
3458
+ </dict>
3459
+ <dict>
3460
+ <key>DefaultValue</key>
3461
+ <string>$(BUILT_PRODUCTS_DIR)/DerivedSources</string>
3462
+ <key>Name</key>
3463
+ <string>SHARED_DERIVED_FILE_DIR</string>
3464
+ <key>Type</key>
3465
+ <string>Path</string>
3466
+ </dict>
3467
+ <dict>
3468
+ <key>DefaultValue</key>
3469
+ <string>$(CONFIGURATION_BUILD_DIR)$(TARGET_BUILD_SUBPATH)</string>
3470
+ <key>Description</key>
3471
+ <string>Identifies the root of the directory hierarchy that contains the product’s files (no intermediate build files). Run Script build phases that operate on product files of the target that defines them should use the value of this build setting, but Run Script build phases that operate on product files of other targets should use `BUILT_PRODUCTS_DIR` instead.</string>
3472
+ <key>Name</key>
3473
+ <string>TARGET_BUILD_DIR</string>
3474
+ <key>Type</key>
3475
+ <string>Path</string>
3476
+ </dict>
3477
+ <dict>
3478
+ <key>DefaultValue</key>
3479
+ <string></string>
3480
+ <key>Name</key>
3481
+ <string>TARGET_BUILD_SUBPATH</string>
3482
+ <key>Type</key>
3483
+ <string>Path</string>
3484
+ </dict>
3485
+ <dict>
3486
+ <key>DefaultValue</key>
3487
+ <string>$(CONFIGURATION_BUILD_DIR)</string>
3488
+ <key>Description</key>
3489
+ <string>Identifies the directory under which all the product’s files can be found. This directory contains either product files or symbolic links to them. Run Script build phases can use the value of this build setting as a convenient way to refer to the product files built by one or more targets even when these files are scattered throughout a directory hierarchy (for example, when `DEPLOYMENT_LOCATION` is set to `YES`.</string>
3490
+ <key>Name</key>
3491
+ <string>BUILT_PRODUCTS_DIR</string>
3492
+ <key>Type</key>
3493
+ <string>Path</string>
3494
+ </dict>
3495
+ <dict>
3496
+ <key>DefaultValue</key>
3497
+ <string>YES</string>
3498
+ <key>Description</key>
3499
+ <string>Specifies whether to automatically track dependencies on included header files.</string>
3500
+ <key>Name</key>
3501
+ <string>ENABLE_HEADER_DEPENDENCIES</string>
3502
+ <key>Type</key>
3503
+ <string>Boolean</string>
3504
+ </dict>
3505
+ <dict>
3506
+ <key>DefaultValue</key>
3507
+ <string>/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks $(SYSTEM_DEVELOPER_DIR)/Headers $(SYSTEM_DEVELOPER_DIR)/SDKs $(SYSTEM_DEVELOPER_DIR)/Platforms</string>
3508
+ <key>Name</key>
3509
+ <string>PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES</string>
3510
+ <key>Type</key>
3511
+ <string>PathList</string>
3512
+ </dict>
3513
+ <dict>
3514
+ <key>DefaultValue</key>
3515
+ <string>NO</string>
3516
+ <key>Name</key>
3517
+ <string>DO_HEADER_SCANNING_IN_JAM</string>
3518
+ <key>Type</key>
3519
+ <string>Boolean</string>
3520
+ </dict>
3521
+ <dict>
3522
+ <key>DefaultValue</key>
3523
+ <string>$(TEMP_DIR)</string>
3524
+ <key>Name</key>
3525
+ <string>TEMP_FILE_DIR</string>
3526
+ <key>Type</key>
3527
+ <string>Path</string>
3528
+ </dict>
3529
+ <dict>
3530
+ <key>DefaultValue</key>
3531
+ <string>$(TEMP_FILE_DIR)</string>
3532
+ <key>Name</key>
3533
+ <string>TEMP_FILES_DIR</string>
3534
+ <key>Type</key>
3535
+ <string>Path</string>
3536
+ </dict>
3537
+ <dict>
3538
+ <key>DefaultValue</key>
3539
+ <string>$(DERIVED_FILE_DIR)</string>
3540
+ <key>Name</key>
3541
+ <string>DERIVED_SOURCES_DIR</string>
3542
+ <key>Type</key>
3543
+ <string>Path</string>
3544
+ </dict>
3545
+ <dict>
3546
+ <key>Description</key>
3547
+ <string>Identifies the architecture on which the build is being performed.</string>
3548
+ <key>Name</key>
3549
+ <string>NATIVE_ARCH</string>
3550
+ <key>Type</key>
3551
+ <string>String</string>
3552
+ </dict>
3553
+ <dict>
3554
+ <key>Name</key>
3555
+ <string>NATIVE_ARCH_32_BIT</string>
3556
+ <key>Type</key>
3557
+ <string>String</string>
3558
+ </dict>
3559
+ <dict>
3560
+ <key>Name</key>
3561
+ <string>NATIVE_ARCH_64_BIT</string>
3562
+ <key>Type</key>
3563
+ <string>String</string>
3564
+ </dict>
3565
+ <dict>
3566
+ <key>Name</key>
3567
+ <string>NATIVE_ARCH_ACTUAL</string>
3568
+ <key>Type</key>
3569
+ <string>String</string>
3570
+ </dict>
3571
+ <dict>
3572
+ <key>DefaultValue</key>
3573
+ <string>YES</string>
3574
+ <key>Description</key>
3575
+ <string>Specifies whether to remove `CVS` directories from bundle resources when they are copied.</string>
3576
+ <key>Name</key>
3577
+ <string>REMOVE_CVS_FROM_RESOURCES</string>
3578
+ <key>Type</key>
3579
+ <string>Boolean</string>
3580
+ </dict>
3581
+ <dict>
3582
+ <key>DefaultValue</key>
3583
+ <string>YES</string>
3584
+ <key>Description</key>
3585
+ <string>Specifies whether to remove `SVN` directories from bundle resources when they are copied.</string>
3586
+ <key>Name</key>
3587
+ <string>REMOVE_SVN_FROM_RESOURCES</string>
3588
+ <key>Type</key>
3589
+ <string>Boolean</string>
3590
+ </dict>
3591
+ <dict>
3592
+ <key>DefaultValue</key>
3593
+ <string>YES</string>
3594
+ <key>Description</key>
3595
+ <string>Specifies whether to remove `.git` directories from bundle resources when they are copied.</string>
3596
+ <key>Name</key>
3597
+ <string>REMOVE_GIT_FROM_RESOURCES</string>
3598
+ <key>Type</key>
3599
+ <string>Boolean</string>
3600
+ </dict>
3601
+ <dict>
3602
+ <key>DefaultValue</key>
3603
+ <string>YES</string>
3604
+ <key>Description</key>
3605
+ <string>Specifies whether to remove `.hg` directories from bundle resources when they are copied.</string>
3606
+ <key>Name</key>
3607
+ <string>REMOVE_HG_FROM_RESOURCES</string>
3608
+ <key>Type</key>
3609
+ <string>Boolean</string>
3610
+ </dict>
3611
+ <dict>
3612
+ <key>ConditionFlavors</key>
3613
+ <array>
3614
+ <string>arch</string>
3615
+ <string>sdk</string>
3616
+ </array>
3617
+ <key>DefaultValue</key>
3618
+ <string>YES</string>
3619
+ <key>Name</key>
3620
+ <string>DEBUGGING_SYMBOLS</string>
3621
+ <key>Type</key>
3622
+ <string>Boolean</string>
3623
+ </dict>
3624
+ <dict>
3625
+ <key>ConditionFlavors</key>
3626
+ <array>
3627
+ <string>arch</string>
3628
+ <string>sdk</string>
3629
+ </array>
3630
+ <key>DefaultValue</key>
3631
+ <string>NO</string>
3632
+ <key>Name</key>
3633
+ <string>PROFILING_CODE</string>
3634
+ <key>Type</key>
3635
+ <string>Boolean</string>
3636
+ </dict>
3637
+ <dict>
3638
+ <key>ConditionFlavors</key>
3639
+ <array>
3640
+ <string>arch</string>
3641
+ <string>sdk</string>
3642
+ </array>
3643
+ <key>Name</key>
3644
+ <string>OTHER_CFLAGS</string>
3645
+ <key>Type</key>
3646
+ <string>StringList</string>
3647
+ </dict>
3648
+ <dict>
3649
+ <key>ConditionFlavors</key>
3650
+ <array>
3651
+ <string>arch</string>
3652
+ <string>sdk</string>
3653
+ </array>
3654
+ <key>DefaultValue</key>
3655
+ <string>$(OTHER_CFLAGS)</string>
3656
+ <key>Name</key>
3657
+ <string>OTHER_CPLUSPLUSFLAGS</string>
3658
+ <key>Type</key>
3659
+ <string>StringList</string>
3660
+ </dict>
3661
+ <dict>
3662
+ <key>DefaultValue</key>
3663
+ <string></string>
3664
+ <key>Name</key>
3665
+ <string>KEXT_CFLAGS</string>
3666
+ <key>Type</key>
3667
+ <string>StringList</string>
3668
+ </dict>
3669
+ <dict>
3670
+ <key>DefaultValue</key>
3671
+ <string>$(KEXT_CFLAGS)</string>
3672
+ <key>Name</key>
3673
+ <string>KEXT_CPLUSPLUSFLAGS</string>
3674
+ <key>Type</key>
3675
+ <string>StringList</string>
3676
+ </dict>
3677
+ <dict>
3678
+ <key>ConditionFlavors</key>
3679
+ <array>
3680
+ <string>arch</string>
3681
+ <string>sdk</string>
3682
+ </array>
3683
+ <key>Name</key>
3684
+ <string>CC</string>
3685
+ <key>Type</key>
3686
+ <string>Path</string>
3687
+ </dict>
3688
+ <dict>
3689
+ <key>DefaultValue</key>
3690
+ <string>/usr/bin/javac</string>
3691
+ <key>Name</key>
3692
+ <string>JAVA_COMPILER</string>
3693
+ <key>Type</key>
3694
+ <string>Path</string>
3695
+ </dict>
3696
+ <dict>
3697
+ <key>DefaultValue</key>
3698
+ <string>YES</string>
3699
+ <key>Name</key>
3700
+ <string>JAVA_ARCHIVE_CLASSES</string>
3701
+ <key>Type</key>
3702
+ <string>Boolean</string>
3703
+ </dict>
3704
+ <dict>
3705
+ <key>DefaultValue</key>
3706
+ <string>JAR</string>
3707
+ <key>Name</key>
3708
+ <string>JAVA_ARCHIVE_TYPE</string>
3709
+ <key>Type</key>
3710
+ <string>String</string>
3711
+ </dict>
3712
+ <dict>
3713
+ <key>DefaultValue</key>
3714
+ <string>$(SYSTEM_LIBRARY_DIR)/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub</string>
3715
+ <key>Name</key>
3716
+ <string>JAVA_APP_STUB</string>
3717
+ <key>Type</key>
3718
+ <string>Path</string>
3719
+ </dict>
3720
+ <dict>
3721
+ <key>DefaultValue</key>
3722
+ <string>cv</string>
3723
+ <key>Name</key>
3724
+ <string>JAVA_JAR_FLAGS</string>
3725
+ <key>Type</key>
3726
+ <string>StringList</string>
3727
+ </dict>
3728
+ <dict>
3729
+ <key>DefaultValue</key>
3730
+ <string>.</string>
3731
+ <key>Name</key>
3732
+ <string>JAVA_SOURCE_SUBDIR</string>
3733
+ <key>Type</key>
3734
+ <string>Path</string>
3735
+ </dict>
3736
+ <dict>
3737
+ <key>DefaultValue</key>
3738
+ <string>Resources</string>
3739
+ <key>Name</key>
3740
+ <string>JAVA_FRAMEWORK_RESOURCES_DIRS</string>
3741
+ <key>Type</key>
3742
+ <string>PathList</string>
3743
+ </dict>
3744
+ <dict>
3745
+ <key>DefaultValue</key>
3746
+ <string></string>
3747
+ <key>Name</key>
3748
+ <string>JAVA_FRAMEWORK_JARS</string>
3749
+ <key>Type</key>
3750
+ <string>PathList</string>
3751
+ </dict>
3752
+ <dict>
3753
+ <key>DefaultValue</key>
3754
+ <string>YES</string>
3755
+ <key>Name</key>
3756
+ <string>JAVA_USE_DEPENDENCIES</string>
3757
+ <key>Type</key>
3758
+ <string>Boolean</string>
3759
+ </dict>
3760
+ <dict>
3761
+ <key>DefaultValue</key>
3762
+ <string>-urg</string>
3763
+ <key>Name</key>
3764
+ <string>JAVA_ZIP_FLAGS</string>
3765
+ <key>Type</key>
3766
+ <string>StringList</string>
3767
+ </dict>
3768
+ <dict>
3769
+ <key>DefaultValue</key>
3770
+ <string>NO</string>
3771
+ <key>Name</key>
3772
+ <string>CLONE_HEADERS</string>
3773
+ <key>Type</key>
3774
+ <string>Boolean</string>
3775
+ </dict>
3776
+ <dict>
3777
+ <key>Category</key>
3778
+ <string>BuildOptions</string>
3779
+ <key>ConditionFlavors</key>
3780
+ <array>
3781
+ <string>arch</string>
3782
+ <string>sdk</string>
3783
+ </array>
3784
+ <key>DefaultValue</key>
3785
+ <string></string>
3786
+ <key>Name</key>
3787
+ <string>GCC_VERSION</string>
3788
+ <key>Type</key>
3789
+ <string>CompilerVersion</string>
3790
+ </dict>
3791
+ <dict>
3792
+ <key>DefaultValue</key>
3793
+ <string>3.3</string>
3794
+ <key>Name</key>
3795
+ <string>GCC3_VERSION</string>
3796
+ <key>Type</key>
3797
+ <string>String</string>
3798
+ </dict>
3799
+ <dict>
3800
+ <key>DefaultValue</key>
3801
+ <string></string>
3802
+ <key>Name</key>
3803
+ <string>DEFAULT_COMPILER</string>
3804
+ <key>Type</key>
3805
+ <string>String</string>
3806
+ </dict>
3807
+ <dict>
3808
+ <key>ConditionFlavors</key>
3809
+ <array>
3810
+ <string>arch</string>
3811
+ </array>
3812
+ <key>Name</key>
3813
+ <string>MAC_OS_X_VERSION_MAX_ALLOWED</string>
3814
+ <key>Type</key>
3815
+ <string>String</string>
3816
+ </dict>
3817
+ <dict>
3818
+ <key>ConditionFlavors</key>
3819
+ <array>
3820
+ <string>arch</string>
3821
+ </array>
3822
+ <key>Name</key>
3823
+ <string>MAC_OS_X_VERSION_MIN_REQUIRED</string>
3824
+ <key>Type</key>
3825
+ <string>String</string>
3826
+ </dict>
3827
+ <dict>
3828
+ <key>Category</key>
3829
+ <string>Search Paths</string>
3830
+ <key>DefaultValue</key>
3831
+ <string>YES</string>
3832
+ <key>Name</key>
3833
+ <string>USE_HEADERMAP</string>
3834
+ <key>Type</key>
3835
+ <string>Boolean</string>
3836
+ </dict>
3837
+ <dict>
3838
+ <key>DefaultValue</key>
3839
+ <string></string>
3840
+ <key>Name</key>
3841
+ <string>USE_HEADER_SYMLINKS</string>
3842
+ <key>Type</key>
3843
+ <string>Boolean</string>
3844
+ </dict>
3845
+ <dict>
3846
+ <key>DefaultValue</key>
3847
+ <string>$(HEADERMAP_INCLUDES_PROJECT_HEADERS)</string>
3848
+ <key>Name</key>
3849
+ <string>HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS</string>
3850
+ <key>Type</key>
3851
+ <string>Boolean</string>
3852
+ </dict>
3853
+ <dict>
3854
+ <key>DefaultValue</key>
3855
+ <string>YES</string>
3856
+ <key>Description</key>
3857
+ <string>Specifies whether the header map contains a framework-name/path entry for every header in the target being built, including targets that do not build frameworks.</string>
3858
+ <key>Name</key>
3859
+ <string>HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES</string>
3860
+ <key>Type</key>
3861
+ <string>Boolean</string>
3862
+ </dict>
3863
+ <dict>
3864
+ <key>DefaultValue</key>
3865
+ <string>YES</string>
3866
+ <key>Description</key>
3867
+ <string>Specifies whether the header map contains a name/path entry for every header in the target being built.</string>
3868
+ <key>Name</key>
3869
+ <string>HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT</string>
3870
+ <key>Type</key>
3871
+ <string>Boolean</string>
3872
+ </dict>
3873
+ <dict>
3874
+ <key>DefaultValue</key>
3875
+ <string>YES</string>
3876
+ <key>Description</key>
3877
+ <string>Specifies whether the header map contains a name/path entry for every header in the project, regardless of the headers’ target membership.</string>
3878
+ <key>Name</key>
3879
+ <string>HEADERMAP_INCLUDES_PROJECT_HEADERS</string>
3880
+ <key>Type</key>
3881
+ <string>Boolean</string>
3882
+ </dict>
3883
+ <dict>
3884
+ <key>DefaultValue</key>
3885
+ <string>YES</string>
3886
+ <key>Name</key>
3887
+ <string>HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES</string>
3888
+ <key>Type</key>
3889
+ <string>Boolean</string>
3890
+ </dict>
3891
+ <dict>
3892
+ <key>DefaultValue</key>
3893
+ <string>$(DEFINES_MODULE)</string>
3894
+ <key>Name</key>
3895
+ <string>HEADERMAP_USES_VFS</string>
3896
+ <key>Type</key>
3897
+ <string>Boolean</string>
3898
+ </dict>
3899
+ <dict>
3900
+ <key>Category</key>
3901
+ <string>BuildOptions</string>
3902
+ <key>ConditionFlavors</key>
3903
+ <array>
3904
+ <string>arch</string>
3905
+ <string>sdk</string>
3906
+ </array>
3907
+ <key>DefaultValue</key>
3908
+ <string></string>
3909
+ <key>Description</key>
3910
+ <string>A list of patterns (as defined by `fnmatch(3)`) specifying the names of source files to explicitly *exclude* when processing the files in the target's build phases (see also `INCLUDED_SOURCE_FILE_NAMES`). This setting can be used to define complex filters for which files from the phase should be built in response to other build settings; for example, a value of `*.$(CURRENT_ARCH).c` could serve to exclude particular files based on the architecture being built.</string>
3911
+ <key>DisplayName</key>
3912
+ <string>Excluded Source File Names</string>
3913
+ <key>Name</key>
3914
+ <string>EXCLUDED_SOURCE_FILE_NAMES</string>
3915
+ <key>Type</key>
3916
+ <string>StringList</string>
3917
+ </dict>
3918
+ <dict>
3919
+ <key>DefaultValue</key>
3920
+ <string>$(CONFIGURATION_BUILD_DIR)</string>
3921
+ <key>Name</key>
3922
+ <string>DWARF_DSYM_FOLDER_PATH</string>
3923
+ <key>Type</key>
3924
+ <string>String</string>
3925
+ </dict>
3926
+ <dict>
3927
+ <key>DefaultValue</key>
3928
+ <string>$(FULL_PRODUCT_NAME).dSYM</string>
3929
+ <key>Name</key>
3930
+ <string>DWARF_DSYM_FILE_NAME</string>
3931
+ <key>Type</key>
3932
+ <string>String</string>
3933
+ </dict>
3934
+ <dict>
3935
+ <key>DefaultValue</key>
3936
+ <string>NO</string>
3937
+ <key>Name</key>
3938
+ <string>DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT</string>
3939
+ <key>Type</key>
3940
+ <string>bool</string>
3941
+ </dict>
3942
+ <dict>
3943
+ <key>DefaultValue</key>
3944
+ <string>$(TEMP_DIR)/PrefixHeaders</string>
3945
+ <key>Name</key>
3946
+ <string>PRECOMP_DESTINATION_DIR</string>
3947
+ <key>Type</key>
3948
+ <string>String</string>
3949
+ </dict>
3950
+ <dict>
3951
+ <key>Category</key>
3952
+ <string>BuildOptions</string>
3953
+ <key>ConditionFlavors</key>
3954
+ <array>
3955
+ <string>arch</string>
3956
+ <string>sdk</string>
3957
+ </array>
3958
+ <key>DefaultValue</key>
3959
+ <string></string>
3960
+ <key>Description</key>
3961
+ <string>A list of patterns (as defined by `fnmatch(3)`) specifying the names of source files to explicitly *include* when processing the files in the target's build phases. This setting is only useful when combined with `EXCLUDED_SOURCE_FILE_NAMES`, and can be used to define complex filters for which files from the phase should be built in response to other build settings.</string>
3962
+ <key>DisplayName</key>
3963
+ <string>Included Source File Names</string>
3964
+ <key>Name</key>
3965
+ <string>INCLUDED_SOURCE_FILE_NAMES</string>
3966
+ <key>Type</key>
3967
+ <string>StringList</string>
3968
+ </dict>
3969
+ <dict>
3970
+ <key>DefaultValue</key>
3971
+ <string>$(SWIFT_PLATFORM_TARGET_PREFIX)$($(DEPLOYMENT_TARGET_SETTING_NAME))</string>
3972
+ <key>Name</key>
3973
+ <string>LLVM_TARGET_TRIPLE_OS_VERSION</string>
3974
+ <key>Type</key>
3975
+ <string>String</string>
3976
+ </dict>
3977
+ <dict>
3978
+ <key>DefaultValue</key>
3979
+ <string>apple</string>
3980
+ <key>Name</key>
3981
+ <string>LLVM_TARGET_TRIPLE_VENDOR</string>
3982
+ <key>Type</key>
3983
+ <string>String</string>
3984
+ </dict>
3985
+ <dict>
3986
+ <key>DefaultValue</key>
3987
+ <string></string>
3988
+ <key>Name</key>
3989
+ <string>LLVM_TARGET_TRIPLE_SUFFIX</string>
3990
+ <key>Type</key>
3991
+ <string>String</string>
3992
+ </dict>
3993
+ <dict>
3994
+ <key>DefaultValue</key>
3995
+ <string></string>
3996
+ <key>Name</key>
3997
+ <string>SWIFT_PLATFORM_TARGET_PREFIX</string>
3998
+ <key>Type</key>
3999
+ <string>String</string>
4000
+ </dict>
4001
+ <dict>
4002
+ <key>DefaultValue</key>
4003
+ <string>YES</string>
4004
+ <key>Name</key>
4005
+ <string>USE_LLVM_TARGET_TRIPLES</string>
4006
+ <key>Type</key>
4007
+ <string>Boolean</string>
4008
+ </dict>
4009
+ <dict>
4010
+ <key>DefaultValue</key>
4011
+ <string>$(USE_LLVM_TARGET_TRIPLES)</string>
4012
+ <key>Name</key>
4013
+ <string>USE_LLVM_TARGET_TRIPLES_FOR_CLANG</string>
4014
+ <key>Type</key>
4015
+ <string>Boolean</string>
4016
+ </dict>
4017
+ <dict>
4018
+ <key>DefaultValue</key>
4019
+ <string>$(USE_LLVM_TARGET_TRIPLES)</string>
4020
+ <key>Name</key>
4021
+ <string>USE_LLVM_TARGET_TRIPLES_FOR_LD</string>
4022
+ <key>Type</key>
4023
+ <string>Boolean</string>
4024
+ </dict>
4025
+ <dict>
4026
+ <key>DefaultValue</key>
4027
+ <string>$(USE_LLVM_TARGET_TRIPLES)</string>
4028
+ <key>Name</key>
4029
+ <string>USE_LLVM_TARGET_TRIPLES_FOR_TAPI</string>
4030
+ <key>Type</key>
4031
+ <string>Boolean</string>
4032
+ </dict>
4033
+ <dict>
4034
+ <key>Category</key>
4035
+ <string>BuildOptions</string>
4036
+ <key>DefaultValue</key>
4037
+ <string>Default</string>
4038
+ <key>Description</key>
4039
+ <string>Control whether the compiler should emit index data while building.</string>
4040
+ <key>DisplayName</key>
4041
+ <string>Enable Index-While-Building Functionality</string>
4042
+ <key>Name</key>
4043
+ <string>COMPILER_INDEX_STORE_ENABLE</string>
4044
+ <key>Type</key>
4045
+ <string>Enumeration</string>
4046
+ <key>Values</key>
4047
+ <array>
4048
+ <string>Default</string>
4049
+ <string>YES</string>
4050
+ <string>NO</string>
4051
+ </array>
4052
+ </dict>
4053
+ <dict>
4054
+ <key>DefaultValue</key>
4055
+ <string></string>
4056
+ <key>Name</key>
4057
+ <string>TOOLCHAINS</string>
4058
+ <key>Type</key>
4059
+ <string>StringList</string>
4060
+ </dict>
4061
+ <dict>
4062
+ <key>DefaultValue</key>
4063
+ <string></string>
4064
+ <key>Name</key>
4065
+ <string>REZ_EXECUTABLE</string>
4066
+ <key>Type</key>
4067
+ <string>String</string>
4068
+ </dict>
4069
+ <dict>
4070
+ <key>Category</key>
4071
+ <string>BuildOptions</string>
4072
+ <key>DefaultValue</key>
4073
+ <string>NO</string>
4074
+ <key>Name</key>
4075
+ <string>APPLICATION_EXTENSION_API_ONLY</string>
4076
+ <key>Type</key>
4077
+ <string>bool</string>
4078
+ </dict>
4079
+ <dict>
4080
+ <key>Category</key>
4081
+ <string>Headers</string>
4082
+ <key>DefaultValue</key>
4083
+ <string>NO</string>
4084
+ <key>Description</key>
4085
+ <string>If enabled, headers are run through the `unifdef(1)` tool when copied to the product.</string>
4086
+ <key>DisplayName</key>
4087
+ <string>Run unifdef on Product Headers</string>
4088
+ <key>Name</key>
4089
+ <string>COPY_HEADERS_RUN_UNIFDEF</string>
4090
+ <key>Type</key>
4091
+ <string>Boolean</string>
4092
+ </dict>
4093
+ <dict>
4094
+ <key>Category</key>
4095
+ <string>Headers</string>
4096
+ <key>ConditionFlavors</key>
4097
+ <array>
4098
+ <string>sdk</string>
4099
+ </array>
4100
+ <key>DefaultValue</key>
4101
+ <string></string>
4102
+ <key>Description</key>
4103
+ <string>Specifies the flags to pass to `unifdef(1)` when invoking that tool to copy headers. This setting has no effect unless `COPY_HEADERS_RUN_UNIFDEF` is enabled.</string>
4104
+ <key>DisplayName</key>
4105
+ <string>Unifdef Flags for Product Headers</string>
4106
+ <key>Name</key>
4107
+ <string>COPY_HEADERS_UNIFDEF_FLAGS</string>
4108
+ <key>Type</key>
4109
+ <string>StringList</string>
4110
+ </dict>
4111
+ <dict>
4112
+ <key>DefaultValue</key>
4113
+ <string>NO</string>
4114
+ <key>Description</key>
4115
+ <string>Specifies whether the target’s Copy Files build phases are executed in `installhdr` builds.</string>
4116
+ <key>DisplayName</key>
4117
+ <string>Perform Copy Files Phases During `installhdrs`</string>
4118
+ <key>Name</key>
4119
+ <string>INSTALLHDRS_COPY_PHASE</string>
4120
+ <key>Type</key>
4121
+ <string>Boolean</string>
4122
+ </dict>
4123
+ <dict>
4124
+ <key>DefaultValue</key>
4125
+ <string>NO</string>
4126
+ <key>Description</key>
4127
+ <string>Specifies whether the target’s Run Script build phases are executed in `installhdr` builds. See `ACTION` for details on `installhdr` builds.</string>
4128
+ <key>DisplayName</key>
4129
+ <string>Perform Shell Script Phases During `installhdrs`</string>
4130
+ <key>Name</key>
4131
+ <string>INSTALLHDRS_SCRIPT_PHASE</string>
4132
+ <key>Type</key>
4133
+ <string>Boolean</string>
4134
+ </dict>
4135
+ <dict>
4136
+ <key>Category</key>
4137
+ <string>BuildOptions</string>
4138
+ <key>DefaultValue</key>
4139
+ <string>NO</string>
4140
+ <key>Description</key>
4141
+ <string>When this setting is activated, the product will be built with options appropriate for running automated tests, such as making private interfaces accessible to the tests. This may result in tests running slower than they would without testability enabled.</string>
4142
+ <key>DisplayName</key>
4143
+ <string>Enable Testability</string>
4144
+ <key>Name</key>
4145
+ <string>ENABLE_TESTABILITY</string>
4146
+ <key>Type</key>
4147
+ <string>Boolean</string>
4148
+ </dict>
4149
+ <dict>
4150
+ <key>Category</key>
4151
+ <string>BuildOptions</string>
4152
+ <key>DefaultValue</key>
4153
+ <string>NO</string>
4154
+ <key>Description</key>
4155
+ <string>Ensures that your libraries are built for distribution. For Swift, this enables support for library evolution and generation of a module interface file.</string>
4156
+ <key>DisplayName</key>
4157
+ <string>Build Libraries for Distribution</string>
4158
+ <key>Name</key>
4159
+ <string>BUILD_LIBRARY_FOR_DISTRIBUTION</string>
4160
+ <key>Type</key>
4161
+ <string>Boolean</string>
4162
+ </dict>
4163
+ <dict>
4164
+ <key>Category</key>
4165
+ <string>Localization</string>
4166
+ <key>DefaultValue</key>
4167
+ <string>NSLocalizedString CFLocalizedString</string>
4168
+ <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>
4170
+ <key>DisplayName</key>
4171
+ <string>Localized String Macro Names</string>
4172
+ <key>Name</key>
4173
+ <string>LOCALIZED_STRING_MACRO_NAMES</string>
4174
+ <key>Type</key>
4175
+ <string>StringList</string>
4176
+ </dict>
4177
+ <dict>
4178
+ <key>DefaultValue</key>
4179
+ <string>NO</string>
4180
+ <key>Name</key>
4181
+ <string>BUILD_ACTIVE_RESOURCES_ONLY</string>
4182
+ <key>Type</key>
4183
+ <string>Boolean</string>
4184
+ </dict>
4185
+ <dict>
4186
+ <key>Category</key>
4187
+ <string>Assets</string>
4188
+ <key>DefaultValue</key>
4189
+ <string>NO</string>
4190
+ <key>Description</key>
4191
+ <string>If enabled, tagged assets—files and asset catalog entries—are built into asset packs based on their combination of tags. Untagged resources are treated normally.</string>
4192
+ <key>DisplayName</key>
4193
+ <string>Enable On Demand Resources</string>
4194
+ <key>Name</key>
4195
+ <string>ENABLE_ON_DEMAND_RESOURCES</string>
4196
+ <key>Type</key>
4197
+ <string>Boolean</string>
4198
+ </dict>
4199
+ <dict>
4200
+ <key>Category</key>
4201
+ <string>Assets</string>
4202
+ <key>DefaultValue</key>
4203
+ <string>NO</string>
4204
+ <key>Description</key>
4205
+ <string>Embed all the built asset packs inside the product bundle. Since this negates the performance benefits of the On Demand Resources feature, it is only useful for testing purposes when it isn't practical to use an asset pack server.</string>
4206
+ <key>DisplayName</key>
4207
+ <string>Embed Asset Packs In Product Bundle</string>
4208
+ <key>Name</key>
4209
+ <string>EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE</string>
4210
+ <key>Type</key>
4211
+ <string>Boolean</string>
4212
+ </dict>
4213
+ <dict>
4214
+ <key>Category</key>
4215
+ <string>Assets</string>
4216
+ <key>Description</key>
4217
+ <string>Defined a set of initial On Demand Resources tags to be downloaded and installed with your application.</string>
4218
+ <key>DisplayName</key>
4219
+ <string>On Demand Resources Initial Install Tags</string>
4220
+ <key>Name</key>
4221
+ <string>ON_DEMAND_RESOURCES_INITIAL_INSTALL_TAGS</string>
4222
+ <key>Type</key>
4223
+ <string>StringList</string>
4224
+ </dict>
4225
+ <dict>
4226
+ <key>Category</key>
4227
+ <string>Assets</string>
4228
+ <key>Description</key>
4229
+ <string>Once your app is installed, this defined a set of On Demand Resources tags that should be downloaded. These tags are downloaded after the initial installation of your application, and will be downloaded in the order the tags provided in the list from first to last.</string>
4230
+ <key>DisplayName</key>
4231
+ <string>On Demand Resources Prefetch Order</string>
4232
+ <key>Name</key>
4233
+ <string>ON_DEMAND_RESOURCES_PREFETCH_ORDER</string>
4234
+ <key>Type</key>
4235
+ <string>StringList</string>
4236
+ </dict>
4237
+ <dict>
4238
+ <key>Category</key>
4239
+ <string>Assets</string>
4240
+ <key>DefaultValue</key>
4241
+ <string></string>
4242
+ <key>Description</key>
4243
+ <string>If set to anything other than the empty string, every URL in the `AssetPackManifest.plist` file will consist of this string with the name of the asset pack appended. If not set, the URLs in the `AssetPackManifest.plist` will be formed as appropriate for the build location of the asset packs. The prefix string is not escaped or quoted in any way, so any necessary escaping must be part of the URL string. This setting affects only URLs in the `AssetPackManifest.plist` file — it does not affect where asset packs are built in the local file system.</string>
4244
+ <key>DisplayName</key>
4245
+ <string>Asset Pack Manifest URL Prefix</string>
4246
+ <key>Name</key>
4247
+ <string>ASSET_PACK_MANIFEST_URL_PREFIX</string>
4248
+ <key>Type</key>
4249
+ <string>String</string>
4250
+ </dict>
4251
+ <dict>
4252
+ <key>DefaultValue</key>
4253
+ <string>NO</string>
4254
+ <key>Name</key>
4255
+ <string>WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES</string>
4256
+ <key>Type</key>
4257
+ <string>Boolean</string>
4258
+ </dict>
4259
+ <dict>
4260
+ <key>Category</key>
4261
+ <string>BuildOptions</string>
4262
+ <key>DefaultValue</key>
4263
+ <string>YES_ERROR</string>
4264
+ <key>Name</key>
4265
+ <string>VALIDATE_WORKSPACE</string>
4266
+ <key>Type</key>
4267
+ <string>Enumeration</string>
4268
+ <key>Values</key>
4269
+ <array>
4270
+ <string>YES</string>
4271
+ <string>NO</string>
4272
+ <string>YES_ERROR</string>
4273
+ </array>
4274
+ </dict>
4275
+ <dict>
4276
+ <key>Category</key>
4277
+ <string>BuildOptions</string>
4278
+ <key>Description</key>
4279
+ <string>If enabled, the product will be built with options appropriate for supporting previews.</string>
4280
+ <key>DisplayName</key>
4281
+ <string>Enable Previews</string>
4282
+ <key>Name</key>
4283
+ <string>ENABLE_PREVIEWS</string>
4284
+ <key>Type</key>
4285
+ <string>Boolean</string>
4286
+ </dict>
4287
+ </array>
4288
+ <key>Type</key>
4289
+ <string>BuildSystem</string>
4290
+ </dict>
4291
+ </array>
4292
+ </plist>