fastlane-plugin-xcconfig_actions 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/lib/fastlane/plugin/xcconfig_actions/helper/xcconfig_actions_helper.rb +1 -1
  4. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Clang LLVM 1.0.xcspec +6001 -0
  5. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/CopyPNGFile.xcspec +113 -0
  6. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Core Data.xcspec +289 -0
  7. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/CoreBuildSystem.xcspec +4050 -0
  8. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Cpp.xcspec +63 -0
  9. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/DTrace.xcspec +89 -0
  10. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Intents.xcspec +80 -0
  11. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Ld.xcspec +868 -0
  12. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Lex.xcspec +100 -0
  13. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/MLKit.xcspec +137 -0
  14. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Metal Compiler.xcspec +466 -0
  15. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Metal Linker.xcspec +105 -0
  16. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Nasm.xcspec +101 -0
  17. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Native Build System.xcspec +53 -0
  18. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/NativeBuildSystem.xcspec +1615 -0
  19. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/OSACompile.xcspec +63 -0
  20. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/OpenCL.xcspec +158 -0
  21. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/README.md +15250 -0
  22. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Rez.xcspec +209 -0
  23. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Swift.xcspec +886 -0
  24. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/10.3/Yacc.xcspec +100 -0
  25. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Clang LLVM 1.0.xcspec +25 -45
  26. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/CopyPNGFile.xcspec +4 -2
  27. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/CoreBuildSystem.xcspec +27 -7
  28. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/README.md +91 -68
  29. data/lib/fastlane/plugin/xcconfig_actions/helper/xcspecs/11.0/Swift.xcspec +12 -14
  30. data/lib/fastlane/plugin/xcconfig_actions/version.rb +1 -1
  31. metadata +23 -2
@@ -0,0 +1,105 @@
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>metallib [options] [inputs]</string>
8
+ <key>CommandOutputParser</key>
9
+ <array>
10
+ <array>
11
+ <string>^([^:]*):([^:]*): error: (.*)$</string>
12
+ <string>emit-error</string>
13
+ </array>
14
+ <array>
15
+ <string>^([^:]*):([^:]*): warning: (.*)$</string>
16
+ <string>emit-warning</string>
17
+ </array>
18
+ <array>
19
+ <string>^([^:]*):([^:]*): note: (.*)$</string>
20
+ <string>emit-notice</string>
21
+ </array>
22
+ <array>
23
+ <string>^([^:]*):() error: (.*)$</string>
24
+ <string>emit-error</string>
25
+ </array>
26
+ <array>
27
+ <string>^([^:]*):() warning: (.*)$</string>
28
+ <string>emit-warning</string>
29
+ </array>
30
+ <array>
31
+ <string>^([^:]*):() note: (.*)$</string>
32
+ <string>emit-notice</string>
33
+ </array>
34
+ </array>
35
+ <key>Description</key>
36
+ <string>Links Metal AIR files</string>
37
+ <key>ExecDescription</key>
38
+ <string>Linking Metal AIR $(OutputPath)</string>
39
+ <key>Identifier</key>
40
+ <string>com.apple.compilers.metal-linker</string>
41
+ <key>IncludeInUnionedToolDefaults</key>
42
+ <string>NO</string>
43
+ <key>InputFileGroupings</key>
44
+ <array>
45
+ <string>tool</string>
46
+ </array>
47
+ <key>InputFileTypes</key>
48
+ <array>
49
+ <string>compiled.air</string>
50
+ </array>
51
+ <key>IsArchitectureNeutral</key>
52
+ <string>YES</string>
53
+ <key>Name</key>
54
+ <string>Metal Linker</string>
55
+ <key>Options</key>
56
+ <array>
57
+ <dict>
58
+ <key>Category</key>
59
+ <string>BuildOptions</string>
60
+ <key>CommandLinePrefixFlag</key>
61
+ <string></string>
62
+ <key>Name</key>
63
+ <string>MTLLINKER_FLAGS</string>
64
+ <key>Type</key>
65
+ <string>stringlist</string>
66
+ </dict>
67
+ <dict>
68
+ <key>CommandLineArgs</key>
69
+ <array>
70
+ <string>-o</string>
71
+ <string>$(value)</string>
72
+ </array>
73
+ <key>DefaultValue</key>
74
+ <string>$(METAL_LIBRARY_OUTPUT_DIR)/$(METAL_LIBRARY_FILE_BASE).metallib</string>
75
+ <key>Name</key>
76
+ <string>MTLLINKER_OUTPUT_FILE</string>
77
+ <key>Type</key>
78
+ <string>String</string>
79
+ </dict>
80
+ <dict>
81
+ <key>Name</key>
82
+ <string>SDKROOT</string>
83
+ <key>SetValueInEnvironmentVariable</key>
84
+ <string>SDKROOT</string>
85
+ <key>Type</key>
86
+ <string>Path</string>
87
+ </dict>
88
+ </array>
89
+ <key>Outputs</key>
90
+ <array>
91
+ <string>$(MTLLINKER_OUTPUT_FILE)</string>
92
+ </array>
93
+ <key>OutputsAreProducts</key>
94
+ <string>YES</string>
95
+ <key>ProgressDescription</key>
96
+ <string>Linking Metal AIR $(CommandProgressByType)</string>
97
+ <key>RuleName</key>
98
+ <string>MetalLink [output]</string>
99
+ <key>SynthesizeBuildRule</key>
100
+ <string>YES</string>
101
+ <key>Type</key>
102
+ <string>Compiler</string>
103
+ </dict>
104
+ </array>
105
+ </plist>
@@ -0,0 +1,101 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>Architectures</key>
6
+ <array>
7
+ <string>i386</string>
8
+ </array>
9
+ <key>CommandLine</key>
10
+ <string>$(DEVELOPER_BIN_DIR)/nasm $(InputFile) [options] -o $(ObjectsDir)/$(InputFileBase)$(InputFileBaseUniquefier).o</string>
11
+ <key>CommandOutputParser</key>
12
+ <string>XCGccCommandOutputParser</string>
13
+ <key>Description</key>
14
+ <string>Assemble Using NASM (Netwide 80x86 Assembler)</string>
15
+ <key>ExecDescription</key>
16
+ <string>Assemble $(InputFile)</string>
17
+ <key>Identifier</key>
18
+ <string>com.apple.compilers.nasm</string>
19
+ <key>InputFileTypes</key>
20
+ <array>
21
+ <string>sourcecode.nasm</string>
22
+ </array>
23
+ <key>Languages</key>
24
+ <array>
25
+ <string>asm.i386</string>
26
+ </array>
27
+ <key>Name</key>
28
+ <string>Nasm</string>
29
+ <key>Options</key>
30
+ <array>
31
+ <dict>
32
+ <key>CommandLinePrefixFlag</key>
33
+ <string>-f</string>
34
+ <key>DefaultValue</key>
35
+ <string>macho</string>
36
+ <key>Name</key>
37
+ <string>NASM_OUTPUT_FILE_FORMAT</string>
38
+ <key>Type</key>
39
+ <string>String</string>
40
+ </dict>
41
+ <dict>
42
+ <key>Category</key>
43
+ <string>BuildOptions</string>
44
+ <key>CommandLineFlag</key>
45
+ <string>-P</string>
46
+ <key>DefaultValue</key>
47
+ <string></string>
48
+ <key>Name</key>
49
+ <string>NASM_PREINCLUDE_FILE</string>
50
+ <key>Type</key>
51
+ <string>String</string>
52
+ </dict>
53
+ <dict>
54
+ <key>CommandLinePrefixFlag</key>
55
+ <string>-I</string>
56
+ <key>DefaultValue</key>
57
+ <string></string>
58
+ <key>Name</key>
59
+ <string>HEADER_SEARCH_PATHS</string>
60
+ <key>Type</key>
61
+ <string>PathList</string>
62
+ </dict>
63
+ <dict>
64
+ <key>Category</key>
65
+ <string>BuildOptions</string>
66
+ <key>CommandLinePrefixFlag</key>
67
+ <string></string>
68
+ <key>DefaultValue</key>
69
+ <string></string>
70
+ <key>Name</key>
71
+ <string>NASM_OTHER_FLAGS</string>
72
+ <key>Type</key>
73
+ <string>StringList</string>
74
+ </dict>
75
+ <dict>
76
+ <key>CommandLinePrefixFlag</key>
77
+ <string></string>
78
+ <key>DefaultValue</key>
79
+ <string></string>
80
+ <key>Name</key>
81
+ <string>build_file_compiler_flags</string>
82
+ <key>Type</key>
83
+ <string>StringList</string>
84
+ </dict>
85
+ </array>
86
+ <key>Outputs</key>
87
+ <array>
88
+ <string>$(ObjectsDir)/$(InputFileBase)$(InputFileBaseUniquefier).o</string>
89
+ </array>
90
+ <key>ProgressDescription</key>
91
+ <string>Assembling $(CommandProgressByType) files</string>
92
+ <key>RuleName</key>
93
+ <string>Nasm $(ObjectsDir)/$(InputFileBase)$(InputFileBaseUniquefier).o $(InputFile)</string>
94
+ <key>SynthesizeBuildRule</key>
95
+ <string>Yes</string>
96
+ <key>Type</key>
97
+ <string>Compiler</string>
98
+ <key>Vendor</key>
99
+ <string>Apple</string>
100
+ </dict>
101
+ </plist>
@@ -0,0 +1,53 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>BasedOn</key>
6
+ <string>default:com.apple.build-system.native</string>
7
+ <key>Identifier</key>
8
+ <string>com.apple.build-system.native</string>
9
+ <key>Name</key>
10
+ <string>Native Build System</string>
11
+ <key>Properties</key>
12
+ <array>
13
+ <dict>
14
+ <key>Category</key>
15
+ <string>Deployment</string>
16
+ <key>DefaultValue</key>
17
+ <string>NO</string>
18
+ <key>Description</key>
19
+ <string>Combines image files at different resolutions into one multi-page TIFF file that is HiDPI compliant for macOS 10.7 and later. Only image files in the same directory and with the same base name and extension are combined. The file names must conform to the naming convention used in HiDPI.</string>
20
+ <key>Name</key>
21
+ <string>COMBINE_HIDPI_IMAGES</string>
22
+ <key>Type</key>
23
+ <string>bool</string>
24
+ </dict>
25
+ <dict>
26
+ <key>Category</key>
27
+ <string>Deployment</string>
28
+ <key>DefaultValue</key>
29
+ <string></string>
30
+ <key>Description</key>
31
+ <string>Path to a file specifying additional requirements for a product archive.</string>
32
+ <key>Name</key>
33
+ <string>PRODUCT_DEFINITION_PLIST</string>
34
+ <key>Type</key>
35
+ <string>String</string>
36
+ </dict>
37
+ <dict>
38
+ <key>Category</key>
39
+ <string>Code Signing</string>
40
+ <key>DefaultValue</key>
41
+ <string>NO</string>
42
+ <key>Description</key>
43
+ <string>Enable hardened runtime restrictions.</string>
44
+ <key>Name</key>
45
+ <string>ENABLE_HARDENED_RUNTIME</string>
46
+ <key>Type</key>
47
+ <string>bool</string>
48
+ </dict>
49
+ </array>
50
+ <key>Type</key>
51
+ <string>BuildSystem</string>
52
+ </dict>
53
+ </plist>
@@ -0,0 +1,1615 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>BasedOn</key>
6
+ <string>com.apple.build-system.core</string>
7
+ <key>Identifier</key>
8
+ <string>com.apple.build-system.native</string>
9
+ <key>Name</key>
10
+ <string>Native Build System</string>
11
+ <key>Options</key>
12
+ <array>
13
+ <dict>
14
+ <key>DefaultValue</key>
15
+ <string>$(CACHE_ROOT)</string>
16
+ <key>Name</key>
17
+ <string>CCHROOT</string>
18
+ <key>Type</key>
19
+ <string>Path</string>
20
+ </dict>
21
+ <dict>
22
+ <key>DefaultValue</key>
23
+ <string>$(TARGET_TEMP_DIR)/Objects</string>
24
+ <key>Name</key>
25
+ <string>OBJECT_FILE_DIR</string>
26
+ <key>Type</key>
27
+ <string>Path</string>
28
+ </dict>
29
+ <dict>
30
+ <key>DefaultValue</key>
31
+ <string>$(TARGET_TEMP_DIR)/JavaClasses</string>
32
+ <key>Name</key>
33
+ <string>CLASS_FILE_DIR</string>
34
+ <key>Type</key>
35
+ <string>Path</string>
36
+ </dict>
37
+ <dict>
38
+ <key>DefaultValue</key>
39
+ <string>$(TARGET_TEMP_DIR)/DerivedSources</string>
40
+ <key>Name</key>
41
+ <string>DERIVED_FILE_DIR</string>
42
+ <key>Type</key>
43
+ <string>Path</string>
44
+ </dict>
45
+ <dict>
46
+ <key>DefaultValue</key>
47
+ <string>$(TARGET_TEMP_DIR)/FixedFiles</string>
48
+ <key>Name</key>
49
+ <string>FIXED_FILES_DIR</string>
50
+ <key>Type</key>
51
+ <string>Path</string>
52
+ </dict>
53
+ <dict>
54
+ <key>Category</key>
55
+ <string>Build Locations</string>
56
+ <key>DefaultValue</key>
57
+ <string>$(OBJROOT)/SharedPrecompiledHeaders</string>
58
+ <key>Name</key>
59
+ <string>SHARED_PRECOMPS_DIR</string>
60
+ <key>Type</key>
61
+ <string>Path</string>
62
+ </dict>
63
+ <dict>
64
+ <key>DefaultValue</key>
65
+ <string>$(OBJROOT)/CompositeSDKs</string>
66
+ <key>Name</key>
67
+ <string>COMPOSITE_SDK_DIRS</string>
68
+ <key>Type</key>
69
+ <string>PathList</string>
70
+ </dict>
71
+ <dict>
72
+ <key>DefaultValue</key>
73
+ <string>$(TARGET_TEMP_DIR)/ResourceManagerResources</string>
74
+ <key>Description</key>
75
+ <string>Specifies the directory in which the collected Resource Manager resources generated by `ResMerger` are stored before they are added to the product.</string>
76
+ <key>Name</key>
77
+ <string>REZ_COLLECTOR_DIR</string>
78
+ <key>Type</key>
79
+ <string>Path</string>
80
+ </dict>
81
+ <dict>
82
+ <key>DefaultValue</key>
83
+ <string>$(REZ_COLLECTOR_DIR)/Objects</string>
84
+ <key>Description</key>
85
+ <string>Specifies the directory in which compiled Resource Manager resources generated by `Rez` are stored before they are collected using `ResMerger`.</string>
86
+ <key>Name</key>
87
+ <string>REZ_OBJECTS_DIR</string>
88
+ <key>Type</key>
89
+ <string>Path</string>
90
+ </dict>
91
+ <dict>
92
+ <key>DefaultValue</key>
93
+ <string>$(TARGET_TEMP_DIR)</string>
94
+ <key>Name</key>
95
+ <string>TEMP_FILE_DIR</string>
96
+ <key>Type</key>
97
+ <string>Path</string>
98
+ </dict>
99
+ <dict>
100
+ <key>DefaultValue</key>
101
+ <string>$(DERIVED_FILE_DIR)</string>
102
+ <key>Name</key>
103
+ <string>DERIVED_FILES_DIR</string>
104
+ <key>Type</key>
105
+ <string>Path</string>
106
+ </dict>
107
+ <dict>
108
+ <key>DefaultValue</key>
109
+ <string></string>
110
+ <key>Name</key>
111
+ <string>PRODUCT_TYPE</string>
112
+ <key>Type</key>
113
+ <string>String</string>
114
+ </dict>
115
+ <dict>
116
+ <key>DefaultValue</key>
117
+ <string></string>
118
+ <key>Description</key>
119
+ <string>Uniform type identifier. Identifies the type of the product the target builds. Some products may be made up of a single binary or archive. Others may comprise several files, which are grouped under a single directory. These container directories are known as *bundles*.</string>
120
+ <key>Name</key>
121
+ <string>PACKAGE_TYPE</string>
122
+ <key>Type</key>
123
+ <string>String</string>
124
+ </dict>
125
+ <dict>
126
+ <key>DefaultValue</key>
127
+ <string>NO</string>
128
+ <key>Name</key>
129
+ <string>SHALLOW_BUNDLE</string>
130
+ <key>Type</key>
131
+ <string>Boolean</string>
132
+ </dict>
133
+ <dict>
134
+ <key>Category</key>
135
+ <string>Packaging</string>
136
+ <key>DefaultValue</key>
137
+ <string></string>
138
+ <key>Name</key>
139
+ <string>EXECUTABLE_PREFIX</string>
140
+ <key>Type</key>
141
+ <string>String</string>
142
+ </dict>
143
+ <dict>
144
+ <key>DefaultValue</key>
145
+ <string></string>
146
+ <key>Name</key>
147
+ <string>EXECUTABLE_VARIANT_SUFFIX</string>
148
+ <key>Type</key>
149
+ <string>String</string>
150
+ </dict>
151
+ <dict>
152
+ <key>DefaultValue</key>
153
+ <string></string>
154
+ <key>Description</key>
155
+ <string>Specifies the suffix of the binary filename, including the character that separates the extension from the rest of the bundle name.</string>
156
+ <key>Name</key>
157
+ <string>EXECUTABLE_SUFFIX</string>
158
+ <key>Type</key>
159
+ <string>String</string>
160
+ </dict>
161
+ <dict>
162
+ <key>Category</key>
163
+ <string>Packaging</string>
164
+ <key>DefaultValue</key>
165
+ <string></string>
166
+ <key>Name</key>
167
+ <string>EXECUTABLE_EXTENSION</string>
168
+ <key>Type</key>
169
+ <string>String</string>
170
+ </dict>
171
+ <dict>
172
+ <key>DefaultValue</key>
173
+ <string></string>
174
+ <key>Description</key>
175
+ <string>Specifies the name of the binary the target produces.</string>
176
+ <key>Name</key>
177
+ <string>EXECUTABLE_NAME</string>
178
+ <key>Type</key>
179
+ <string>String</string>
180
+ </dict>
181
+ <dict>
182
+ <key>DefaultValue</key>
183
+ <string></string>
184
+ <key>Description</key>
185
+ <string>Specifies the path to the binary the target produces within its bundle.</string>
186
+ <key>Name</key>
187
+ <string>EXECUTABLE_PATH</string>
188
+ <key>Type</key>
189
+ <string>Path</string>
190
+ </dict>
191
+ <dict>
192
+ <key>DefaultValue</key>
193
+ <string></string>
194
+ <key>Description</key>
195
+ <string>Identifies the directory that contains the binary the target builds.</string>
196
+ <key>Name</key>
197
+ <string>EXECUTABLE_FOLDER_PATH</string>
198
+ <key>Type</key>
199
+ <string>Path</string>
200
+ </dict>
201
+ <dict>
202
+ <key>DefaultValue</key>
203
+ <string></string>
204
+ <key>Name</key>
205
+ <string>WRAPPER_PREFIX</string>
206
+ <key>Type</key>
207
+ <string>String</string>
208
+ </dict>
209
+ <dict>
210
+ <key>DefaultValue</key>
211
+ <string></string>
212
+ <key>Description</key>
213
+ <string>Specifies the suffix of the product bundle name, including the character that separates the extension from the rest of the bundle name.</string>
214
+ <key>Name</key>
215
+ <string>WRAPPER_SUFFIX</string>
216
+ <key>Type</key>
217
+ <string>String</string>
218
+ </dict>
219
+ <dict>
220
+ <key>DefaultValue</key>
221
+ <string></string>
222
+ <key>Description</key>
223
+ <string>Specifies the filename, including the appropriate extension, of the product bundle.</string>
224
+ <key>Name</key>
225
+ <string>WRAPPER_NAME</string>
226
+ <key>Type</key>
227
+ <string>String</string>
228
+ </dict>
229
+ <dict>
230
+ <key>Category</key>
231
+ <string>Packaging</string>
232
+ <key>DefaultValue</key>
233
+ <string></string>
234
+ <key>Name</key>
235
+ <string>WRAPPER_EXTENSION</string>
236
+ <key>Type</key>
237
+ <string>String</string>
238
+ </dict>
239
+ <dict>
240
+ <key>DefaultValue</key>
241
+ <string></string>
242
+ <key>Description</key>
243
+ <string>Specifies the directory inside the generated bundle that contains the product’s files.</string>
244
+ <key>Name</key>
245
+ <string>CONTENTS_FOLDER_PATH</string>
246
+ <key>Type</key>
247
+ <string>Path</string>
248
+ </dict>
249
+ <dict>
250
+ <key>DefaultValue</key>
251
+ <string></string>
252
+ <key>Description</key>
253
+ <string>Specifies the path to the bundle’s information property list file.</string>
254
+ <key>Name</key>
255
+ <string>INFOPLIST_PATH</string>
256
+ <key>Type</key>
257
+ <string>Path</string>
258
+ </dict>
259
+ <dict>
260
+ <key>DefaultValue</key>
261
+ <string></string>
262
+ <key>Description</key>
263
+ <string>Specifies the file that contains the bundle’s localized strings file.</string>
264
+ <key>Name</key>
265
+ <string>INFOSTRINGS_PATH</string>
266
+ <key>Type</key>
267
+ <string>Path</string>
268
+ </dict>
269
+ <dict>
270
+ <key>DefaultValue</key>
271
+ <string></string>
272
+ <key>Name</key>
273
+ <string>PKGINFO_PATH</string>
274
+ <key>Type</key>
275
+ <string>Path</string>
276
+ </dict>
277
+ <dict>
278
+ <key>DefaultValue</key>
279
+ <string></string>
280
+ <key>Name</key>
281
+ <string>PBDEVELOPMENTPLIST_PATH</string>
282
+ <key>Type</key>
283
+ <string>Path</string>
284
+ </dict>
285
+ <dict>
286
+ <key>DefaultValue</key>
287
+ <string></string>
288
+ <key>Name</key>
289
+ <string>VERSIONPLIST_PATH</string>
290
+ <key>Type</key>
291
+ <string>Path</string>
292
+ </dict>
293
+ <dict>
294
+ <key>Category</key>
295
+ <string>Packaging</string>
296
+ <key>ConditionFlavors</key>
297
+ <array>
298
+ <string>sdk</string>
299
+ </array>
300
+ <key>DefaultValue</key>
301
+ <string></string>
302
+ <key>Name</key>
303
+ <string>PUBLIC_HEADERS_FOLDER_PATH</string>
304
+ <key>Type</key>
305
+ <string>Path</string>
306
+ </dict>
307
+ <dict>
308
+ <key>Category</key>
309
+ <string>Packaging</string>
310
+ <key>ConditionFlavors</key>
311
+ <array>
312
+ <string>sdk</string>
313
+ </array>
314
+ <key>DefaultValue</key>
315
+ <string></string>
316
+ <key>Name</key>
317
+ <string>PRIVATE_HEADERS_FOLDER_PATH</string>
318
+ <key>Type</key>
319
+ <string>Path</string>
320
+ </dict>
321
+ <dict>
322
+ <key>DefaultValue</key>
323
+ <string></string>
324
+ <key>Description</key>
325
+ <string>Identifies the directory that contains additional binary files.</string>
326
+ <key>Name</key>
327
+ <string>EXECUTABLES_FOLDER_PATH</string>
328
+ <key>Type</key>
329
+ <string>Path</string>
330
+ </dict>
331
+ <dict>
332
+ <key>DefaultValue</key>
333
+ <string></string>
334
+ <key>Description</key>
335
+ <string>Specifies the directory that contains the product’s embedded frameworks.</string>
336
+ <key>Name</key>
337
+ <string>FRAMEWORKS_FOLDER_PATH</string>
338
+ <key>Type</key>
339
+ <string>Path</string>
340
+ </dict>
341
+ <dict>
342
+ <key>DefaultValue</key>
343
+ <string></string>
344
+ <key>Description</key>
345
+ <string>Specifies the directory that contains the product’s shared frameworks.</string>
346
+ <key>Name</key>
347
+ <string>SHARED_FRAMEWORKS_FOLDER_PATH</string>
348
+ <key>Type</key>
349
+ <string>Path</string>
350
+ </dict>
351
+ <dict>
352
+ <key>DefaultValue</key>
353
+ <string></string>
354
+ <key>Name</key>
355
+ <string>SHARED_SUPPORT_FOLDER_PATH</string>
356
+ <key>Type</key>
357
+ <string>Path</string>
358
+ </dict>
359
+ <dict>
360
+ <key>DefaultValue</key>
361
+ <string></string>
362
+ <key>Description</key>
363
+ <string>Specifies the directory that contains the product’s unlocalized resources.</string>
364
+ <key>Name</key>
365
+ <string>UNLOCALIZED_RESOURCES_FOLDER_PATH</string>
366
+ <key>Type</key>
367
+ <string>Path</string>
368
+ </dict>
369
+ <dict>
370
+ <key>DefaultValue</key>
371
+ <string></string>
372
+ <key>Name</key>
373
+ <string>LOCALIZED_RESOURCES_FOLDER_PATH</string>
374
+ <key>Type</key>
375
+ <string>Path</string>
376
+ </dict>
377
+ <dict>
378
+ <key>DefaultValue</key>
379
+ <string></string>
380
+ <key>Description</key>
381
+ <string>Identifies the directory that contains the bundle’s documentation files.</string>
382
+ <key>Name</key>
383
+ <string>DOCUMENTATION_FOLDER_PATH</string>
384
+ <key>Type</key>
385
+ <string>Path</string>
386
+ </dict>
387
+ <dict>
388
+ <key>DefaultValue</key>
389
+ <string></string>
390
+ <key>Description</key>
391
+ <string>Specifies the directory that contains the product’s plugins.</string>
392
+ <key>Name</key>
393
+ <string>PLUGINS_FOLDER_PATH</string>
394
+ <key>Type</key>
395
+ <string>Path</string>
396
+ </dict>
397
+ <dict>
398
+ <key>DefaultValue</key>
399
+ <string></string>
400
+ <key>Description</key>
401
+ <string>Specifies the directory that contains the product’s scripts.</string>
402
+ <key>Name</key>
403
+ <string>SCRIPTS_FOLDER_PATH</string>
404
+ <key>Type</key>
405
+ <string>Path</string>
406
+ </dict>
407
+ <dict>
408
+ <key>DefaultValue</key>
409
+ <string></string>
410
+ <key>Name</key>
411
+ <string>JAVA_FOLDER_PATH</string>
412
+ <key>Type</key>
413
+ <string>Path</string>
414
+ </dict>
415
+ <dict>
416
+ <key>DefaultValue</key>
417
+ <string>$(CONTENTS_FOLDER_PATH)/XPCServices</string>
418
+ <key>Name</key>
419
+ <string>XPCSERVICES_FOLDER_PATH</string>
420
+ <key>Type</key>
421
+ <string>Path</string>
422
+ </dict>
423
+ <dict>
424
+ <key>DefaultValue</key>
425
+ <string>$(TARGET_BUILD_DIR)/$(FULL_PRODUCT_NAME)</string>
426
+ <key>Name</key>
427
+ <string>CODESIGNING_FOLDER_PATH</string>
428
+ <key>Type</key>
429
+ <string>Path</string>
430
+ </dict>
431
+ <dict>
432
+ <key>Category</key>
433
+ <string>Search Paths</string>
434
+ <key>ConditionFlavors</key>
435
+ <array>
436
+ <string>arch</string>
437
+ <string>sdk</string>
438
+ </array>
439
+ <key>DefaultValue</key>
440
+ <string></string>
441
+ <key>Name</key>
442
+ <string>HEADER_SEARCH_PATHS</string>
443
+ <key>Type</key>
444
+ <string>PathList</string>
445
+ </dict>
446
+ <dict>
447
+ <key>Category</key>
448
+ <string>Search Paths</string>
449
+ <key>ConditionFlavors</key>
450
+ <array>
451
+ <string>arch</string>
452
+ </array>
453
+ <key>Name</key>
454
+ <string>USER_HEADER_SEARCH_PATHS</string>
455
+ <key>Type</key>
456
+ <string>PathList</string>
457
+ </dict>
458
+ <dict>
459
+ <key>Category</key>
460
+ <string>Search Paths</string>
461
+ <key>ConditionFlavors</key>
462
+ <array>
463
+ <string>arch</string>
464
+ <string>sdk</string>
465
+ </array>
466
+ <key>DefaultValue</key>
467
+ <string></string>
468
+ <key>Name</key>
469
+ <string>FRAMEWORK_SEARCH_PATHS</string>
470
+ <key>Type</key>
471
+ <string>PathList</string>
472
+ </dict>
473
+ <dict>
474
+ <key>Category</key>
475
+ <string>Search Paths</string>
476
+ <key>ConditionFlavors</key>
477
+ <array>
478
+ <string>arch</string>
479
+ <string>sdk</string>
480
+ </array>
481
+ <key>DefaultValue</key>
482
+ <string></string>
483
+ <key>Name</key>
484
+ <string>LIBRARY_SEARCH_PATHS</string>
485
+ <key>Type</key>
486
+ <string>PathList</string>
487
+ </dict>
488
+ <dict>
489
+ <key>Category</key>
490
+ <string>Search Paths</string>
491
+ <key>ConditionFlavors</key>
492
+ <array>
493
+ <string>sdk</string>
494
+ </array>
495
+ <key>DefaultValue</key>
496
+ <string></string>
497
+ <key>Name</key>
498
+ <string>REZ_SEARCH_PATHS</string>
499
+ <key>Type</key>
500
+ <string>PathList</string>
501
+ </dict>
502
+ <dict>
503
+ <key>DefaultValue</key>
504
+ <string></string>
505
+ <key>Name</key>
506
+ <string>DERIVED_PATHS</string>
507
+ </dict>
508
+ <dict>
509
+ <key>Category</key>
510
+ <string>Search Paths</string>
511
+ <key>ConditionFlavors</key>
512
+ <array>
513
+ <string>arch</string>
514
+ </array>
515
+ <key>DefaultValue</key>
516
+ <string>YES</string>
517
+ <key>Name</key>
518
+ <string>ALWAYS_SEARCH_USER_PATHS</string>
519
+ <key>Type</key>
520
+ <string>Boolean</string>
521
+ </dict>
522
+ <dict>
523
+ <key>ConditionFlavors</key>
524
+ <array>
525
+ <string>arch</string>
526
+ </array>
527
+ <key>DefaultValue</key>
528
+ <string>NO</string>
529
+ <key>Name</key>
530
+ <string>ALWAYS_USE_SEPARATE_HEADERMAPS</string>
531
+ <key>Type</key>
532
+ <string>Boolean</string>
533
+ </dict>
534
+ <dict>
535
+ <key>Category</key>
536
+ <string>Search Paths</string>
537
+ <key>DefaultValue</key>
538
+ <string></string>
539
+ <key>Name</key>
540
+ <string>INCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES</string>
541
+ <key>Type</key>
542
+ <string>StringList</string>
543
+ </dict>
544
+ <dict>
545
+ <key>Category</key>
546
+ <string>Search Paths</string>
547
+ <key>DefaultValue</key>
548
+ <string>*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj</string>
549
+ <key>Name</key>
550
+ <string>EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES</string>
551
+ <key>Type</key>
552
+ <string>StringList</string>
553
+ </dict>
554
+ <dict>
555
+ <key>DefaultValue</key>
556
+ <string>YES</string>
557
+ <key>Name</key>
558
+ <string>RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS</string>
559
+ <key>Type</key>
560
+ <string>Boolean</string>
561
+ </dict>
562
+ <dict>
563
+ <key>DefaultValue</key>
564
+ <string>YES</string>
565
+ <key>Name</key>
566
+ <string>USE_HEADERMAP</string>
567
+ <key>Type</key>
568
+ <string>Boolean</string>
569
+ </dict>
570
+ <dict>
571
+ <key>DefaultValue</key>
572
+ <string>NO</string>
573
+ <key>Name</key>
574
+ <string>USE_HEADER_SYMLINKS</string>
575
+ <key>Type</key>
576
+ <string>Boolean</string>
577
+ </dict>
578
+ <dict>
579
+ <key>DefaultValue</key>
580
+ <string>$(arch)</string>
581
+ <key>Description</key>
582
+ <string>The name of the active architecture being processed.</string>
583
+ <key>Name</key>
584
+ <string>CURRENT_ARCH</string>
585
+ <key>Type</key>
586
+ <string>String</string>
587
+ </dict>
588
+ <dict>
589
+ <key>DefaultValue</key>
590
+ <string>$(variant)</string>
591
+ <key>Description</key>
592
+ <string>The name of the active variant being processed.</string>
593
+ <key>Name</key>
594
+ <string>CURRENT_VARIANT</string>
595
+ <key>Type</key>
596
+ <string>String</string>
597
+ </dict>
598
+ <dict>
599
+ <key>Category</key>
600
+ <string>Architectures</string>
601
+ <key>ConditionFlavors</key>
602
+ <array>
603
+ <string>arch</string>
604
+ </array>
605
+ <key>DefaultValue</key>
606
+ <string></string>
607
+ <key>Name</key>
608
+ <string>SDKROOT</string>
609
+ <key>Type</key>
610
+ <string>Path</string>
611
+ <key>UIType</key>
612
+ <string>SDKRoot</string>
613
+ </dict>
614
+ <dict>
615
+ <key>Category</key>
616
+ <string>Architectures</string>
617
+ <key>ConditionFlavors</key>
618
+ <array>
619
+ <string>arch</string>
620
+ </array>
621
+ <key>DefaultValue</key>
622
+ <string></string>
623
+ <key>Name</key>
624
+ <string>ADDITIONAL_SDKS</string>
625
+ <key>Type</key>
626
+ <string>StringList</string>
627
+ </dict>
628
+ <dict>
629
+ <key>Category</key>
630
+ <string>Architectures</string>
631
+ <key>DefaultValue</key>
632
+ <string></string>
633
+ <key>Name</key>
634
+ <string>SUPPORTED_PLATFORMS</string>
635
+ <key>Type</key>
636
+ <string>stringlist</string>
637
+ <key>UIType</key>
638
+ <string>supportedplatforms</string>
639
+ </dict>
640
+ <dict>
641
+ <key>Category</key>
642
+ <string>Deployment</string>
643
+ <key>ConditionFlavors</key>
644
+ <array>
645
+ <string>sdk</string>
646
+ </array>
647
+ <key>DefaultValue</key>
648
+ <string>NO</string>
649
+ <key>Name</key>
650
+ <string>DEPLOYMENT_LOCATION</string>
651
+ <key>Type</key>
652
+ <string>Boolean</string>
653
+ </dict>
654
+ <dict>
655
+ <key>Basic</key>
656
+ <string>YES</string>
657
+ <key>Category</key>
658
+ <string>Deployment</string>
659
+ <key>ConditionFlavors</key>
660
+ <array>
661
+ <string>sdk</string>
662
+ </array>
663
+ <key>DefaultValue</key>
664
+ <string></string>
665
+ <key>Name</key>
666
+ <string>STRIP_INSTALLED_PRODUCT</string>
667
+ <key>Type</key>
668
+ <string>Boolean</string>
669
+ </dict>
670
+ <dict>
671
+ <key>DefaultValue</key>
672
+ <string>NO</string>
673
+ <key>Name</key>
674
+ <string>UNSTRIPPED_PRODUCT</string>
675
+ <key>Type</key>
676
+ <string>Boolean</string>
677
+ </dict>
678
+ <dict>
679
+ <key>DefaultValue</key>
680
+ <string>$(INSTALLED_PRODUCT_ASIDES)</string>
681
+ <key>Description</key>
682
+ <string>Specifies whether to keep copies of unstripped binaries available.</string>
683
+ <key>Name</key>
684
+ <string>RETAIN_RAW_BINARIES</string>
685
+ <key>Type</key>
686
+ <string>Boolean</string>
687
+ </dict>
688
+ <dict>
689
+ <key>DefaultValue</key>
690
+ <string>YES</string>
691
+ <key>Name</key>
692
+ <string>COPY_RESOURCES_FROM_STATIC_FRAMEWORKS</string>
693
+ <key>Type</key>
694
+ <string>Boolean</string>
695
+ </dict>
696
+ <dict>
697
+ <key>DefaultValue</key>
698
+ <string>YES</string>
699
+ <key>Name</key>
700
+ <string>SET_DIR_MODE_OWNER_GROUP</string>
701
+ <key>Type</key>
702
+ <string>Boolean</string>
703
+ </dict>
704
+ <dict>
705
+ <key>DefaultValue</key>
706
+ <string>NO</string>
707
+ <key>Name</key>
708
+ <string>SET_FILE_MODE_OWNER_GROUP</string>
709
+ <key>Type</key>
710
+ <string>Boolean</string>
711
+ </dict>
712
+ <dict>
713
+ <key>Basic</key>
714
+ <string>YES</string>
715
+ <key>ConditionFlavors</key>
716
+ <array>
717
+ <string>sdk</string>
718
+ </array>
719
+ <key>DefaultValue</key>
720
+ <string></string>
721
+ <key>Name</key>
722
+ <string>INFOPLIST_FILE</string>
723
+ <key>Type</key>
724
+ <string>Path</string>
725
+ </dict>
726
+ <dict>
727
+ <key>Category</key>
728
+ <string>Packaging</string>
729
+ <key>ConditionFlavors</key>
730
+ <array>
731
+ <string>sdk</string>
732
+ </array>
733
+ <key>DefaultValue</key>
734
+ <string>NO</string>
735
+ <key>Name</key>
736
+ <string>GENERATE_PKGINFO_FILE</string>
737
+ <key>Type</key>
738
+ <string>Boolean</string>
739
+ </dict>
740
+ <dict>
741
+ <key>DefaultValue</key>
742
+ <string>YES</string>
743
+ <key>Name</key>
744
+ <string>INFOPLIST_EXPAND_BUILD_SETTINGS</string>
745
+ <key>Type</key>
746
+ <string>Boolean</string>
747
+ </dict>
748
+ <dict>
749
+ <key>Category</key>
750
+ <string>Packaging</string>
751
+ <key>ConditionFlavors</key>
752
+ <array>
753
+ <string>sdk</string>
754
+ </array>
755
+ <key>DefaultValue</key>
756
+ <string>same-as-input</string>
757
+ <key>Name</key>
758
+ <string>INFOPLIST_OUTPUT_FORMAT</string>
759
+ <key>Type</key>
760
+ <string>Enumeration</string>
761
+ <key>Values</key>
762
+ <array>
763
+ <string>same-as-input</string>
764
+ <string>XML</string>
765
+ <string>binary</string>
766
+ </array>
767
+ </dict>
768
+ <dict>
769
+ <key>Category</key>
770
+ <string>Packaging</string>
771
+ <key>DefaultValue</key>
772
+ <string>NO</string>
773
+ <key>Name</key>
774
+ <string>CREATE_INFOPLIST_SECTION_IN_BINARY</string>
775
+ <key>Type</key>
776
+ <string>Boolean</string>
777
+ </dict>
778
+ <dict>
779
+ <key>Category</key>
780
+ <string>Packaging</string>
781
+ <key>ConditionFlavors</key>
782
+ <array>
783
+ <string>sdk</string>
784
+ </array>
785
+ <key>DefaultValue</key>
786
+ <string>same-as-input</string>
787
+ <key>Name</key>
788
+ <string>PLIST_FILE_OUTPUT_FORMAT</string>
789
+ <key>Type</key>
790
+ <string>Enumeration</string>
791
+ <key>Values</key>
792
+ <array>
793
+ <string>same-as-input</string>
794
+ <string>XML</string>
795
+ <string>binary</string>
796
+ </array>
797
+ </dict>
798
+ <dict>
799
+ <key>Category</key>
800
+ <string>Packaging</string>
801
+ <key>ConditionFlavors</key>
802
+ <array>
803
+ <string>sdk</string>
804
+ </array>
805
+ <key>DefaultValue</key>
806
+ <string>UTF-16</string>
807
+ <key>Name</key>
808
+ <string>STRINGS_FILE_OUTPUT_ENCODING</string>
809
+ <key>Type</key>
810
+ <string>Enumeration</string>
811
+ <key>Values</key>
812
+ <array>
813
+ <string>UTF-16</string>
814
+ <string>UTF-8</string>
815
+ <string>binary</string>
816
+ </array>
817
+ </dict>
818
+ <dict>
819
+ <key>Category</key>
820
+ <string>Packaging</string>
821
+ <key>ConditionFlavors</key>
822
+ <array>
823
+ <string>sdk</string>
824
+ </array>
825
+ <key>DefaultValue</key>
826
+ <string>NO</string>
827
+ <key>Name</key>
828
+ <string>APPLY_RULES_IN_COPY_FILES</string>
829
+ <key>Type</key>
830
+ <string>Boolean</string>
831
+ </dict>
832
+ <dict>
833
+ <key>DefaultValue</key>
834
+ <string>YES</string>
835
+ <key>Name</key>
836
+ <string>REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES</string>
837
+ <key>Type</key>
838
+ <string>Boolean</string>
839
+ </dict>
840
+ <dict>
841
+ <key>ConditionFlavors</key>
842
+ <array>
843
+ <string>sdk</string>
844
+ </array>
845
+ <key>DefaultValue</key>
846
+ <string></string>
847
+ <key>Name</key>
848
+ <string>RESOURCE_RULES_PLIST_PATH</string>
849
+ <key>Type</key>
850
+ <string>Path</string>
851
+ </dict>
852
+ <dict>
853
+ <key>Category</key>
854
+ <string>BuildOptions</string>
855
+ <key>ConditionFlavors</key>
856
+ <array>
857
+ <string>arch</string>
858
+ <string>sdk</string>
859
+ </array>
860
+ <key>DefaultValue</key>
861
+ <string></string>
862
+ <key>Name</key>
863
+ <string>GCC_VERSION</string>
864
+ <key>Type</key>
865
+ <string>CompilerVersion</string>
866
+ </dict>
867
+ <dict>
868
+ <key>DefaultValue</key>
869
+ <string>$(GCC_VERSION:identifier)</string>
870
+ <key>Name</key>
871
+ <string>GCC_VERSION_IDENTIFIER</string>
872
+ <key>Type</key>
873
+ <string>String</string>
874
+ </dict>
875
+ <dict>
876
+ <key>DefaultValue</key>
877
+ <string></string>
878
+ <key>Name</key>
879
+ <string>DEFAULT_COMPILER</string>
880
+ <key>Type</key>
881
+ <string>String</string>
882
+ </dict>
883
+ <dict>
884
+ <key>DefaultValue</key>
885
+ <string>NO</string>
886
+ <key>Name</key>
887
+ <string>GCC_TREAT_WARNINGS_AS_ERRORS</string>
888
+ <key>Type</key>
889
+ <string>Boolean</string>
890
+ </dict>
891
+ <dict>
892
+ <key>ConditionFlavors</key>
893
+ <array>
894
+ <string>arch</string>
895
+ <string>sdk</string>
896
+ </array>
897
+ <key>DefaultValue</key>
898
+ <string></string>
899
+ <key>Name</key>
900
+ <string>GLOBAL_CFLAGS</string>
901
+ <key>Type</key>
902
+ <string>StringList</string>
903
+ </dict>
904
+ <dict>
905
+ <key>Category</key>
906
+ <string>Linking</string>
907
+ <key>ConditionFlavors</key>
908
+ <array>
909
+ <string>arch</string>
910
+ <string>sdk</string>
911
+ </array>
912
+ <key>DefaultValue</key>
913
+ <string></string>
914
+ <key>Name</key>
915
+ <string>SECTORDER_FLAGS</string>
916
+ <key>Type</key>
917
+ <string>StringList</string>
918
+ </dict>
919
+ <dict>
920
+ <key>Category</key>
921
+ <string>Linking</string>
922
+ <key>ConditionFlavors</key>
923
+ <array>
924
+ <string>arch</string>
925
+ <string>sdk</string>
926
+ </array>
927
+ <key>DefaultValue</key>
928
+ <string></string>
929
+ <key>Name</key>
930
+ <string>ORDER_FILE</string>
931
+ <key>Type</key>
932
+ <string>String</string>
933
+ </dict>
934
+ <dict>
935
+ <key>ConditionFlavors</key>
936
+ <array>
937
+ <string>arch</string>
938
+ <string>sdk</string>
939
+ </array>
940
+ <key>DefaultValue</key>
941
+ <string>YES</string>
942
+ <key>Name</key>
943
+ <string>NO_COMMON</string>
944
+ <key>Type</key>
945
+ <string>Boolean</string>
946
+ </dict>
947
+ <dict>
948
+ <key>ConditionFlavors</key>
949
+ <array>
950
+ <string>arch</string>
951
+ <string>sdk</string>
952
+ </array>
953
+ <key>DefaultValue</key>
954
+ <string>YES</string>
955
+ <key>Name</key>
956
+ <string>PASCAL_STRINGS</string>
957
+ <key>Type</key>
958
+ <string>Boolean</string>
959
+ </dict>
960
+ <dict>
961
+ <key>ConditionFlavors</key>
962
+ <array>
963
+ <string>arch</string>
964
+ <string>sdk</string>
965
+ </array>
966
+ <key>DefaultValue</key>
967
+ <string>YES</string>
968
+ <key>Name</key>
969
+ <string>USE_DYNAMIC_NO_PIC</string>
970
+ <key>Type</key>
971
+ <string>Boolean</string>
972
+ </dict>
973
+ <dict>
974
+ <key>ConditionFlavors</key>
975
+ <array>
976
+ <string>arch</string>
977
+ <string>sdk</string>
978
+ </array>
979
+ <key>DefaultValue</key>
980
+ <string></string>
981
+ <key>Name</key>
982
+ <string>PREFIX_FLAGS</string>
983
+ <key>Type</key>
984
+ <string>StringList</string>
985
+ </dict>
986
+ <dict>
987
+ <key>ConditionFlavors</key>
988
+ <array>
989
+ <string>arch</string>
990
+ <string>sdk</string>
991
+ </array>
992
+ <key>DefaultValue</key>
993
+ <string></string>
994
+ <key>Name</key>
995
+ <string>OTHER_PRECOMP_CFLAGS</string>
996
+ <key>Type</key>
997
+ <string>StringList</string>
998
+ </dict>
999
+ <dict>
1000
+ <key>DefaultValue</key>
1001
+ <string></string>
1002
+ <key>Name</key>
1003
+ <string>SYMBOL_HEADER</string>
1004
+ <key>Type</key>
1005
+ <string>Path</string>
1006
+ </dict>
1007
+ <dict>
1008
+ <key>DefaultValue</key>
1009
+ <string></string>
1010
+ <key>Name</key>
1011
+ <string>PREFIX_HEADER</string>
1012
+ <key>Type</key>
1013
+ <string>Path</string>
1014
+ </dict>
1015
+ <dict>
1016
+ <key>DefaultValue</key>
1017
+ <string></string>
1018
+ <key>Name</key>
1019
+ <string>PRECOMPILE_PREFIX_HEADER</string>
1020
+ <key>Type</key>
1021
+ <string>Boolean</string>
1022
+ </dict>
1023
+ <dict>
1024
+ <key>DefaultValue</key>
1025
+ <string></string>
1026
+ <key>Name</key>
1027
+ <string>USE_GCC3_PFE_SUPPORT</string>
1028
+ <key>Type</key>
1029
+ <string>Boolean</string>
1030
+ </dict>
1031
+ <dict>
1032
+ <key>DefaultValue</key>
1033
+ <string></string>
1034
+ <key>Name</key>
1035
+ <string>PFE_FILE_C_DIALECTS</string>
1036
+ <key>Type</key>
1037
+ <string>StringList</string>
1038
+ </dict>
1039
+ <dict>
1040
+ <key>DefaultValue</key>
1041
+ <string>$(TARGET_TEMP_DIR)/PrefixHeaders</string>
1042
+ <key>Name</key>
1043
+ <string>PRECOMP_DESTINATION_DIR</string>
1044
+ <key>Type</key>
1045
+ <string>Path</string>
1046
+ </dict>
1047
+ <dict>
1048
+ <key>DefaultValue</key>
1049
+ <string></string>
1050
+ <key>Name</key>
1051
+ <string>PREFIX_CFLAG_BASE</string>
1052
+ <key>Type</key>
1053
+ <string>String</string>
1054
+ </dict>
1055
+ <dict>
1056
+ <key>DefaultValue</key>
1057
+ <string></string>
1058
+ <key>Name</key>
1059
+ <string>PREFIX_REFERENCE</string>
1060
+ <key>Type</key>
1061
+ <string>String</string>
1062
+ </dict>
1063
+ <dict>
1064
+ <key>ConditionFlavors</key>
1065
+ <array/>
1066
+ <key>DefaultValue</key>
1067
+ <string>$(PREFIX_HEADER)</string>
1068
+ <key>Name</key>
1069
+ <string>GCC_PREFIX_HEADER</string>
1070
+ <key>Type</key>
1071
+ <string>Path</string>
1072
+ </dict>
1073
+ <dict>
1074
+ <key>ConditionFlavors</key>
1075
+ <array/>
1076
+ <key>DefaultValue</key>
1077
+ <string>$(PRECOMPILE_PREFIX_HEADER)</string>
1078
+ <key>Name</key>
1079
+ <string>GCC_PRECOMPILE_PREFIX_HEADER</string>
1080
+ <key>Type</key>
1081
+ <string>Boolean</string>
1082
+ </dict>
1083
+ <dict>
1084
+ <key>DefaultValue</key>
1085
+ <string>$(USE_GCC3_PFE_SUPPORT)</string>
1086
+ <key>Name</key>
1087
+ <string>GCC_USE_GCC3_PFE_SUPPORT</string>
1088
+ <key>Type</key>
1089
+ <string>Boolean</string>
1090
+ </dict>
1091
+ <dict>
1092
+ <key>DefaultValue</key>
1093
+ <string>c objective-c c++ objective-c++</string>
1094
+ <key>Name</key>
1095
+ <string>GCC_PFE_FILE_C_DIALECTS</string>
1096
+ <key>Type</key>
1097
+ <string>StringList</string>
1098
+ </dict>
1099
+ <dict>
1100
+ <key>DefaultValue</key>
1101
+ <string>YES</string>
1102
+ <key>Name</key>
1103
+ <string>CLEAN_PRECOMPS</string>
1104
+ <key>Type</key>
1105
+ <string>Boolean</string>
1106
+ </dict>
1107
+ <dict>
1108
+ <key>ConditionFlavors</key>
1109
+ <array>
1110
+ <string>arch</string>
1111
+ </array>
1112
+ <key>DefaultValue</key>
1113
+ <string></string>
1114
+ <key>Name</key>
1115
+ <string>OPTIMIZATION_CFLAGS</string>
1116
+ <key>Type</key>
1117
+ <string>StringList</string>
1118
+ </dict>
1119
+ <dict>
1120
+ <key>Category</key>
1121
+ <string>BuildOptions</string>
1122
+ <key>ConditionFlavors</key>
1123
+ <array>
1124
+ <string>sdk</string>
1125
+ </array>
1126
+ <key>DefaultValue</key>
1127
+ <string>dwarf</string>
1128
+ <key>Name</key>
1129
+ <string>DEBUG_INFORMATION_FORMAT</string>
1130
+ <key>Type</key>
1131
+ <string>Enumeration</string>
1132
+ <key>Values</key>
1133
+ <array>
1134
+ <dict>
1135
+ <key>Value</key>
1136
+ <string>dwarf</string>
1137
+ </dict>
1138
+ <dict>
1139
+ <key>Value</key>
1140
+ <string>dwarf-with-dsym</string>
1141
+ </dict>
1142
+ </array>
1143
+ </dict>
1144
+ <dict>
1145
+ <key>DefaultValue</key>
1146
+ <string>$(FULL_PRODUCT_NAME).dSYM</string>
1147
+ <key>Name</key>
1148
+ <string>DWARF_DSYM_FILE_NAME</string>
1149
+ <key>Type</key>
1150
+ <string>String</string>
1151
+ </dict>
1152
+ <dict>
1153
+ <key>DefaultValue</key>
1154
+ <string>$(CONFIGURATION_BUILD_DIR)</string>
1155
+ <key>Name</key>
1156
+ <string>DWARF_DSYM_FOLDER_PATH</string>
1157
+ <key>Type</key>
1158
+ <string>Path</string>
1159
+ </dict>
1160
+ <dict>
1161
+ <key>DefaultValue</key>
1162
+ <string>NO</string>
1163
+ <key>Name</key>
1164
+ <string>DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT</string>
1165
+ <key>Type</key>
1166
+ <string>bool</string>
1167
+ </dict>
1168
+ <dict>
1169
+ <key>Category</key>
1170
+ <string>Deployment</string>
1171
+ <key>ConditionFlavors</key>
1172
+ <array>
1173
+ <string>sdk</string>
1174
+ </array>
1175
+ <key>DefaultValue</key>
1176
+ <string></string>
1177
+ <key>Name</key>
1178
+ <string>STRIPFLAGS</string>
1179
+ <key>Type</key>
1180
+ <string>StringList</string>
1181
+ </dict>
1182
+ <dict>
1183
+ <key>Category</key>
1184
+ <string>Linking</string>
1185
+ <key>ConditionFlavors</key>
1186
+ <array>
1187
+ <string>arch</string>
1188
+ <string>sdk</string>
1189
+ </array>
1190
+ <key>DefaultValue</key>
1191
+ <string></string>
1192
+ <key>Name</key>
1193
+ <string>WARNING_LDFLAGS</string>
1194
+ <key>Type</key>
1195
+ <string>StringList</string>
1196
+ </dict>
1197
+ <dict>
1198
+ <key>Category</key>
1199
+ <string>Linking</string>
1200
+ <key>ConditionFlavors</key>
1201
+ <array>
1202
+ <string>arch</string>
1203
+ <string>sdk</string>
1204
+ </array>
1205
+ <key>DefaultValue</key>
1206
+ <string></string>
1207
+ <key>Name</key>
1208
+ <string>INIT_ROUTINE</string>
1209
+ <key>Type</key>
1210
+ <string>String</string>
1211
+ </dict>
1212
+ <dict>
1213
+ <key>DefaultValue</key>
1214
+ <string></string>
1215
+ <key>Name</key>
1216
+ <string>LINKER_LIBRARY_FLAGS</string>
1217
+ <key>Type</key>
1218
+ <string>StringList</string>
1219
+ </dict>
1220
+ <dict>
1221
+ <key>ConditionFlavors</key>
1222
+ <array>
1223
+ <string>arch</string>
1224
+ <string>sdk</string>
1225
+ </array>
1226
+ <key>DefaultValue</key>
1227
+ <string></string>
1228
+ <key>Name</key>
1229
+ <string>LD_FLAGS</string>
1230
+ <key>Type</key>
1231
+ <string>StringList</string>
1232
+ </dict>
1233
+ <dict>
1234
+ <key>Category</key>
1235
+ <string>Linking</string>
1236
+ <key>ConditionFlavors</key>
1237
+ <array>
1238
+ <string>arch</string>
1239
+ <string>sdk</string>
1240
+ </array>
1241
+ <key>DefaultValue</key>
1242
+ <string></string>
1243
+ <key>Name</key>
1244
+ <string>OTHER_LDFLAGS</string>
1245
+ <key>Type</key>
1246
+ <string>StringList</string>
1247
+ </dict>
1248
+ <dict>
1249
+ <key>Category</key>
1250
+ <string>Linking</string>
1251
+ <key>ConditionFlavors</key>
1252
+ <array>
1253
+ <string>arch</string>
1254
+ <string>sdk</string>
1255
+ </array>
1256
+ <key>DefaultValue</key>
1257
+ <string></string>
1258
+ <key>Name</key>
1259
+ <string>OTHER_LIBTOOLFLAGS</string>
1260
+ <key>Type</key>
1261
+ <string>StringList</string>
1262
+ </dict>
1263
+ <dict>
1264
+ <key>Category</key>
1265
+ <string>Linking</string>
1266
+ <key>ConditionFlavors</key>
1267
+ <array>
1268
+ <string>arch</string>
1269
+ <string>sdk</string>
1270
+ </array>
1271
+ <key>DefaultValue</key>
1272
+ <string></string>
1273
+ <key>Name</key>
1274
+ <string>DYLIB_COMPATIBILITY_VERSION</string>
1275
+ <key>Type</key>
1276
+ <string>String</string>
1277
+ </dict>
1278
+ <dict>
1279
+ <key>Category</key>
1280
+ <string>Linking</string>
1281
+ <key>ConditionFlavors</key>
1282
+ <array>
1283
+ <string>arch</string>
1284
+ <string>sdk</string>
1285
+ </array>
1286
+ <key>DefaultValue</key>
1287
+ <string></string>
1288
+ <key>Name</key>
1289
+ <string>DYLIB_CURRENT_VERSION</string>
1290
+ <key>Type</key>
1291
+ <string>String</string>
1292
+ </dict>
1293
+ <dict>
1294
+ <key>Category</key>
1295
+ <string>Linking</string>
1296
+ <key>ConditionFlavors</key>
1297
+ <array>
1298
+ <string>arch</string>
1299
+ <string>sdk</string>
1300
+ </array>
1301
+ <key>DefaultValue</key>
1302
+ <string></string>
1303
+ <key>Name</key>
1304
+ <string>LD_DYLIB_ALLOWABLE_CLIENTS</string>
1305
+ <key>Type</key>
1306
+ <string>StringList</string>
1307
+ </dict>
1308
+ <dict>
1309
+ <key>DefaultValue</key>
1310
+ <string>lex</string>
1311
+ <key>Name</key>
1312
+ <string>LEX</string>
1313
+ <key>Type</key>
1314
+ <string>Path</string>
1315
+ </dict>
1316
+ <dict>
1317
+ <key>DefaultValue</key>
1318
+ <string>yacc</string>
1319
+ <key>Name</key>
1320
+ <string>YACC</string>
1321
+ <key>Type</key>
1322
+ <string>Path</string>
1323
+ </dict>
1324
+ <dict>
1325
+ <key>DefaultValue</key>
1326
+ <string></string>
1327
+ <key>Name</key>
1328
+ <string>LEXFLAGS</string>
1329
+ <key>Type</key>
1330
+ <string>StringList</string>
1331
+ </dict>
1332
+ <dict>
1333
+ <key>DefaultValue</key>
1334
+ <string></string>
1335
+ <key>Name</key>
1336
+ <string>YACCFLAGS</string>
1337
+ <key>Type</key>
1338
+ <string>StringList</string>
1339
+ </dict>
1340
+ <dict>
1341
+ <key>DefaultValue</key>
1342
+ <string>-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8</string>
1343
+ <key>Name</key>
1344
+ <string>JAVAC_DEFAULT_FLAGS</string>
1345
+ <key>Type</key>
1346
+ <string>StringList</string>
1347
+ </dict>
1348
+ <dict>
1349
+ <key>DefaultValue</key>
1350
+ <string>+E +OLDCSO</string>
1351
+ <key>Name</key>
1352
+ <string>JIKES_DEFAULT_FLAGS</string>
1353
+ <key>Type</key>
1354
+ <string>StringList</string>
1355
+ </dict>
1356
+ <dict>
1357
+ <key>DefaultValue</key>
1358
+ <string></string>
1359
+ <key>Name</key>
1360
+ <string>OTHER_MIGFLAGS</string>
1361
+ <key>Type</key>
1362
+ <string>StringList</string>
1363
+ </dict>
1364
+ <dict>
1365
+ <key>DefaultValue</key>
1366
+ <string></string>
1367
+ <key>Name</key>
1368
+ <string>OTHER_REZFLAGS</string>
1369
+ <key>Type</key>
1370
+ <string>StringList</string>
1371
+ </dict>
1372
+ <dict>
1373
+ <key>DefaultValue</key>
1374
+ <string></string>
1375
+ <key>Name</key>
1376
+ <string>OTHER_RESMERGERFLAGS</string>
1377
+ <key>Type</key>
1378
+ <string>StringList</string>
1379
+ </dict>
1380
+ <dict>
1381
+ <key>DefaultValue</key>
1382
+ <string></string>
1383
+ <key>Name</key>
1384
+ <string>MACOS_TYPE</string>
1385
+ <key>Type</key>
1386
+ <string>String</string>
1387
+ </dict>
1388
+ <dict>
1389
+ <key>DefaultValue</key>
1390
+ <string></string>
1391
+ <key>Name</key>
1392
+ <string>MACOS_CREATOR</string>
1393
+ <key>Type</key>
1394
+ <string>String</string>
1395
+ </dict>
1396
+ <dict>
1397
+ <key>DefaultValue</key>
1398
+ <string></string>
1399
+ <key>Name</key>
1400
+ <string>MACOS_TYPE_ARG</string>
1401
+ <key>Type</key>
1402
+ <string>String</string>
1403
+ </dict>
1404
+ <dict>
1405
+ <key>DefaultValue</key>
1406
+ <string></string>
1407
+ <key>Name</key>
1408
+ <string>MACOS_CREATOR_ARG</string>
1409
+ <key>Type</key>
1410
+ <string>String</string>
1411
+ </dict>
1412
+ <dict>
1413
+ <key>DefaultValue</key>
1414
+ <string>/usr/bin/osacompile</string>
1415
+ <key>Name</key>
1416
+ <string>OSAC</string>
1417
+ <key>Type</key>
1418
+ <string>Path</string>
1419
+ </dict>
1420
+ <dict>
1421
+ <key>DefaultValue</key>
1422
+ <string></string>
1423
+ <key>Name</key>
1424
+ <string>OTHER_OSAFLAGS</string>
1425
+ <key>Type</key>
1426
+ <string>StringList</string>
1427
+ </dict>
1428
+ <dict>
1429
+ <key>Category</key>
1430
+ <string>Versioning</string>
1431
+ <key>DefaultValue</key>
1432
+ <string></string>
1433
+ <key>Name</key>
1434
+ <string>VERSIONING_SYSTEM</string>
1435
+ <key>Type</key>
1436
+ <string>Enumeration</string>
1437
+ <key>Values</key>
1438
+ <array>
1439
+ <string></string>
1440
+ <string>apple-generic</string>
1441
+ </array>
1442
+ </dict>
1443
+ <dict>
1444
+ <key>Category</key>
1445
+ <string>Versioning</string>
1446
+ <key>DefaultValue</key>
1447
+ <string></string>
1448
+ <key>Name</key>
1449
+ <string>CURRENT_PROJECT_VERSION</string>
1450
+ <key>Type</key>
1451
+ <string>String</string>
1452
+ </dict>
1453
+ <dict>
1454
+ <key>Category</key>
1455
+ <string>Versioning</string>
1456
+ <key>DefaultValue</key>
1457
+ <string></string>
1458
+ <key>Name</key>
1459
+ <string>VERSION_INFO_EXPORT_DECL</string>
1460
+ <key>Type</key>
1461
+ <string>String</string>
1462
+ </dict>
1463
+ <dict>
1464
+ <key>Category</key>
1465
+ <string>Versioning</string>
1466
+ <key>DefaultValue</key>
1467
+ <string>$(PRODUCT_NAME)_vers.c</string>
1468
+ <key>Name</key>
1469
+ <string>VERSION_INFO_FILE</string>
1470
+ <key>Type</key>
1471
+ <string>String</string>
1472
+ </dict>
1473
+ <dict>
1474
+ <key>Category</key>
1475
+ <string>Versioning</string>
1476
+ <key>DefaultValue</key>
1477
+ <string></string>
1478
+ <key>Name</key>
1479
+ <string>VERSION_INFO_PREFIX</string>
1480
+ <key>Type</key>
1481
+ <string>String</string>
1482
+ </dict>
1483
+ <dict>
1484
+ <key>Category</key>
1485
+ <string>Versioning</string>
1486
+ <key>DefaultValue</key>
1487
+ <string></string>
1488
+ <key>Name</key>
1489
+ <string>VERSION_INFO_SUFFIX</string>
1490
+ <key>Type</key>
1491
+ <string>String</string>
1492
+ </dict>
1493
+ <dict>
1494
+ <key>Category</key>
1495
+ <string>Versioning</string>
1496
+ <key>DefaultValue</key>
1497
+ <string>$(USER)</string>
1498
+ <key>Name</key>
1499
+ <string>VERSION_INFO_BUILDER</string>
1500
+ <key>Type</key>
1501
+ <string>String</string>
1502
+ </dict>
1503
+ <dict>
1504
+ <key>DefaultValue</key>
1505
+ <string>"@(#)PROGRAM:$(PRODUCT_NAME) PROJECT:$(PROJECT_NAME)-$(CURRENT_PROJECT_VERSION)"</string>
1506
+ <key>Name</key>
1507
+ <string>VERSION_INFO_STRING</string>
1508
+ <key>Type</key>
1509
+ <string>String</string>
1510
+ </dict>
1511
+ <dict>
1512
+ <key>DefaultValue</key>
1513
+ <string></string>
1514
+ <key>Name</key>
1515
+ <string>VERSIONING_STUB</string>
1516
+ <key>Type</key>
1517
+ <string>String</string>
1518
+ </dict>
1519
+ <dict>
1520
+ <key>DefaultValue</key>
1521
+ <string>/bin/cp</string>
1522
+ <key>Name</key>
1523
+ <string>CP</string>
1524
+ <key>Type</key>
1525
+ <string>Path</string>
1526
+ </dict>
1527
+ <dict>
1528
+ <key>DefaultValue</key>
1529
+ <string>/usr/bin/iconv</string>
1530
+ <key>Name</key>
1531
+ <string>ICONV</string>
1532
+ <key>Type</key>
1533
+ <string>Path</string>
1534
+ </dict>
1535
+ <dict>
1536
+ <key>DefaultValue</key>
1537
+ <string>/usr/bin/sed</string>
1538
+ <key>Name</key>
1539
+ <string>SED</string>
1540
+ <key>Type</key>
1541
+ <string>Path</string>
1542
+ </dict>
1543
+ <dict>
1544
+ <key>DefaultValue</key>
1545
+ <string>/usr/sbin/chown</string>
1546
+ <key>Name</key>
1547
+ <string>CHOWN</string>
1548
+ <key>Type</key>
1549
+ <string>Path</string>
1550
+ </dict>
1551
+ <dict>
1552
+ <key>DefaultValue</key>
1553
+ <string>/bin/chmod</string>
1554
+ <key>Name</key>
1555
+ <string>CHMOD</string>
1556
+ <key>Type</key>
1557
+ <string>Path</string>
1558
+ </dict>
1559
+ <dict>
1560
+ <key>DefaultValue</key>
1561
+ <string>NO</string>
1562
+ <key>Description</key>
1563
+ <string>Specifies whether the target’s Copy Files build phases generate additional information when copying files.</string>
1564
+ <key>Name</key>
1565
+ <string>VERBOSE_PBXCP</string>
1566
+ <key>Type</key>
1567
+ <string>Boolean</string>
1568
+ </dict>
1569
+ <dict>
1570
+ <key>Category</key>
1571
+ <string>BuildOptions</string>
1572
+ <key>ConditionFlavors</key>
1573
+ <array>
1574
+ <string>sdk</string>
1575
+ </array>
1576
+ <key>DefaultValue</key>
1577
+ <string>NO</string>
1578
+ <key>Name</key>
1579
+ <string>GENERATE_PROFILING_CODE</string>
1580
+ <key>Type</key>
1581
+ <string>Boolean</string>
1582
+ </dict>
1583
+ <dict>
1584
+ <key>Category</key>
1585
+ <string>BuildOptions</string>
1586
+ <key>DefaultValue</key>
1587
+ <string>YES</string>
1588
+ <key>Name</key>
1589
+ <string>PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR</string>
1590
+ <key>Type</key>
1591
+ <string>Boolean</string>
1592
+ </dict>
1593
+ <dict>
1594
+ <key>Category</key>
1595
+ <string>BuildOptions</string>
1596
+ <key>DefaultValue</key>
1597
+ <string>NO</string>
1598
+ <key>Name</key>
1599
+ <string>VALIDATE_PRODUCT</string>
1600
+ <key>Type</key>
1601
+ <string>Boolean</string>
1602
+ </dict>
1603
+ <dict>
1604
+ <key>DefaultValue</key>
1605
+ <string>NO</string>
1606
+ <key>Name</key>
1607
+ <string>COMBINE_HIDPI_IMAGES</string>
1608
+ <key>Type</key>
1609
+ <string>Boolean</string>
1610
+ </dict>
1611
+ </array>
1612
+ <key>Type</key>
1613
+ <string>BuildSystem</string>
1614
+ </dict>
1615
+ </plist>