|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 3B0EA95619745A150063266A /* CMDQueryStringWritingOptions.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 3B1DB7531970E5A40076F82B /* CMDQueryStringWritingOptions.h */; }; |
| 11 | + 3B0EA95719745A240063266A /* libCMDQueryStringSerialization.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B6EAF9A188F5D78005D2EB4 /* libCMDQueryStringSerialization.a */; }; |
| 12 | + 3B0EA95819745AE90063266A /* CMDQueryStringValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF21A5118F0C58A0029100A /* CMDQueryStringValueTransformer.m */; }; |
10 | 13 | 3B6EAFA3188F5D78005D2EB4 /* CMDQueryStringSerialization.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 3B6EAFA2188F5D78005D2EB4 /* CMDQueryStringSerialization.h */; }; |
11 | 14 | 3B6EAFA5188F5D78005D2EB4 /* CMDQueryStringSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6EAFA4188F5D78005D2EB4 /* CMDQueryStringSerialization.m */; }; |
12 | | - 3B6EAFB2188F5D79005D2EB4 /* libCMDQueryStringSerialization.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B6EAF9A188F5D78005D2EB4 /* libCMDQueryStringSerialization.a */; }; |
13 | 15 | 3B6EAFB8188F5D79005D2EB4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3B6EAFB6188F5D79005D2EB4 /* InfoPlist.strings */; }; |
14 | 16 | 3B6EAFBA188F5D79005D2EB4 /* CMDQueryStringSerializationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6EAFB9188F5D79005D2EB4 /* CMDQueryStringSerializationTests.m */; }; |
15 | 17 | 3BF7142418B3FAD300D596B6 /* CMDQueryStringReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF7142318B3FAD300D596B6 /* CMDQueryStringReader.m */; }; |
|
41 | 43 | dstPath = "include/$(PRODUCT_NAME)"; |
42 | 44 | dstSubfolderSpec = 16; |
43 | 45 | files = ( |
| 46 | + 3B0EA95619745A150063266A /* CMDQueryStringWritingOptions.h in CopyFiles */, |
44 | 47 | 3B6EAFA3188F5D78005D2EB4 /* CMDQueryStringSerialization.h in CopyFiles */, |
45 | 48 | ); |
46 | 49 | runOnlyForDeploymentPostprocessing = 0; |
47 | 50 | }; |
48 | 51 | /* End PBXCopyFilesBuildPhase section */ |
49 | 52 |
|
50 | 53 | /* Begin PBXFileReference section */ |
51 | | - 3B1DB7501970E2000076F82B /* NSObject+CMDQueryStringValueTransformer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+CMDQueryStringValueTransformer.h"; sourceTree = "<group>"; }; |
52 | | - 3B1DB7511970E2000076F82B /* NSObject+CMDQueryStringValueTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+CMDQueryStringValueTransformer.m"; sourceTree = "<group>"; }; |
53 | 54 | 3B1DB7531970E5A40076F82B /* CMDQueryStringWritingOptions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CMDQueryStringWritingOptions.h; sourceTree = "<group>"; }; |
54 | 55 | 3B63E2C518B415E7002812A5 /* CMDQueryStringValueTransformer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CMDQueryStringValueTransformer.h; sourceTree = "<group>"; }; |
55 | 56 | 3B6EAF9A188F5D78005D2EB4 /* libCMDQueryStringSerialization.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libCMDQueryStringSerialization.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
80 | 81 | isa = PBXFrameworksBuildPhase; |
81 | 82 | buildActionMask = 2147483647; |
82 | 83 | files = ( |
83 | | - 3B6EAFB2188F5D79005D2EB4 /* libCMDQueryStringSerialization.a in Frameworks */, |
| 84 | + 3B0EA95719745A240063266A /* libCMDQueryStringSerialization.a in Frameworks */, |
84 | 85 | ); |
85 | 86 | runOnlyForDeploymentPostprocessing = 0; |
86 | 87 | }; |
|
92 | 93 | children = ( |
93 | 94 | 93832CCD18958BAF005D5744 /* NSString+CMDQueryStringSerialization.h */, |
94 | 95 | 93832CCE18958BAF005D5744 /* NSString+CMDQueryStringSerialization.m */, |
95 | | - 3B1DB7501970E2000076F82B /* NSObject+CMDQueryStringValueTransformer.h */, |
96 | | - 3B1DB7511970E2000076F82B /* NSObject+CMDQueryStringValueTransformer.m */, |
97 | 96 | ); |
98 | 97 | name = Categories; |
99 | 98 | sourceTree = "<group>"; |
|
139 | 138 | 3BF7142718B3FB3200D596B6 /* CMDQueryStringWriter.m */, |
140 | 139 | 93832CC218957E89005D5744 /* Transformers */, |
141 | 140 | 3B63E2C418B40367002812A5 /* Categories */, |
142 | | - 3B6EAFA0188F5D78005D2EB4 /* Supporting Files */, |
143 | 141 | ); |
144 | 142 | path = CMDQueryStringSerialization; |
145 | 143 | sourceTree = "<group>"; |
146 | 144 | }; |
147 | | - 3B6EAFA0188F5D78005D2EB4 /* Supporting Files */ = { |
148 | | - isa = PBXGroup; |
149 | | - children = ( |
150 | | - ); |
151 | | - name = "Supporting Files"; |
152 | | - sourceTree = "<group>"; |
153 | | - }; |
154 | 145 | 3B6EAFB3188F5D79005D2EB4 /* CMDQueryStringSerializationTests */ = { |
155 | 146 | isa = PBXGroup; |
156 | 147 | children = ( |
|
265 | 256 | isa = PBXSourcesBuildPhase; |
266 | 257 | buildActionMask = 2147483647; |
267 | 258 | files = ( |
| 259 | + 3B0EA95819745AE90063266A /* CMDQueryStringValueTransformer.m in Sources */, |
268 | 260 | 3B6EAFA5188F5D78005D2EB4 /* CMDQueryStringSerialization.m in Sources */, |
269 | 261 | 93832CCF18958BAF005D5744 /* NSString+CMDQueryStringSerialization.m in Sources */, |
270 | 262 | 3BF7142418B3FAD300D596B6 /* CMDQueryStringReader.m in Sources */, |
|
382 | 374 | 3B6EAFBE188F5D79005D2EB4 /* Debug */ = { |
383 | 375 | isa = XCBuildConfiguration; |
384 | 376 | buildSettings = { |
385 | | - OTHER_LDFLAGS = "-ObjC"; |
386 | 377 | PRODUCT_NAME = "$(TARGET_NAME)"; |
387 | 378 | SKIP_INSTALL = YES; |
388 | 379 | }; |
|
391 | 382 | 3B6EAFBF188F5D79005D2EB4 /* Release */ = { |
392 | 383 | isa = XCBuildConfiguration; |
393 | 384 | buildSettings = { |
394 | | - OTHER_LDFLAGS = "-ObjC"; |
395 | 385 | PRODUCT_NAME = "$(TARGET_NAME)"; |
396 | 386 | SKIP_INSTALL = YES; |
397 | 387 | }; |
|
410 | 400 | "$(inherited)", |
411 | 401 | ); |
412 | 402 | INFOPLIST_FILE = "CMDQueryStringSerializationTests/CMDQueryStringSerializationTests-Info.plist"; |
| 403 | + OTHER_LDFLAGS = ( |
| 404 | + "$(inherited)", |
| 405 | + "-framework", |
| 406 | + XCTest, |
| 407 | + "-ObjC", |
| 408 | + ); |
413 | 409 | PRODUCT_NAME = "$(TARGET_NAME)"; |
414 | 410 | WRAPPER_EXTENSION = xctest; |
415 | 411 | }; |
|
424 | 420 | "$(DEVELOPER_FRAMEWORKS_DIR)", |
425 | 421 | ); |
426 | 422 | INFOPLIST_FILE = "CMDQueryStringSerializationTests/CMDQueryStringSerializationTests-Info.plist"; |
| 423 | + OTHER_LDFLAGS = ( |
| 424 | + "$(inherited)", |
| 425 | + "-framework", |
| 426 | + XCTest, |
| 427 | + "-ObjC", |
| 428 | + ); |
427 | 429 | PRODUCT_NAME = "$(TARGET_NAME)"; |
428 | 430 | WRAPPER_EXTENSION = xctest; |
429 | 431 | }; |
|
0 commit comments