|
32 | 32 | /* End PBXContainerItemProxy section */ |
33 | 33 |
|
34 | 34 | /* Begin PBXFileReference section */ |
| 35 | + 27593EE51BB335590018278E /* UniversalFramework_Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = UniversalFramework_Base.xcconfig; sourceTree = "<group>"; }; |
| 36 | + 27593EE61BB335590018278E /* UniversalFramework_Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = UniversalFramework_Framework.xcconfig; sourceTree = "<group>"; }; |
| 37 | + 27593EE71BB335590018278E /* UniversalFramework_Test.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = UniversalFramework_Test.xcconfig; sourceTree = "<group>"; }; |
35 | 38 | 2768A2201BACC38C00F994EE /* Commander.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Commander.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
36 | 39 | 2768A2231BACC38C00F994EE /* Commander.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Commander.h; sourceTree = "<group>"; }; |
37 | 40 | 2768A2251BACC38C00F994EE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
69 | 72 | /* End PBXFrameworksBuildPhase section */ |
70 | 73 |
|
71 | 74 | /* Begin PBXGroup section */ |
| 75 | + 27593EE21BB335590018278E /* xcconfigs */ = { |
| 76 | + isa = PBXGroup; |
| 77 | + children = ( |
| 78 | + 27593EE51BB335590018278E /* UniversalFramework_Base.xcconfig */, |
| 79 | + 27593EE61BB335590018278E /* UniversalFramework_Framework.xcconfig */, |
| 80 | + 27593EE71BB335590018278E /* UniversalFramework_Test.xcconfig */, |
| 81 | + ); |
| 82 | + path = xcconfigs; |
| 83 | + sourceTree = "<group>"; |
| 84 | + }; |
72 | 85 | 2768A2161BACC38C00F994EE = { |
73 | 86 | isa = PBXGroup; |
74 | 87 | children = ( |
| 88 | + 27593EE21BB335590018278E /* xcconfigs */, |
75 | 89 | 279256B91BB32E4200E66B9E /* Commander.playground */, |
76 | 90 | 2768A2221BACC38C00F994EE /* Commander */, |
77 | 91 | 2768A22E1BACC38C00F994EE /* CommanderTests */, |
|
340 | 354 | }; |
341 | 355 | 2768A2351BACC38C00F994EE /* Debug */ = { |
342 | 356 | isa = XCBuildConfiguration; |
| 357 | + baseConfigurationReference = 27593EE61BB335590018278E /* UniversalFramework_Framework.xcconfig */; |
343 | 358 | buildSettings = { |
344 | 359 | CLANG_ENABLE_MODULES = YES; |
345 | 360 | COMBINE_HIDPI_IMAGES = YES; |
|
360 | 375 | }; |
361 | 376 | 2768A2361BACC38C00F994EE /* Release */ = { |
362 | 377 | isa = XCBuildConfiguration; |
| 378 | + baseConfigurationReference = 27593EE61BB335590018278E /* UniversalFramework_Framework.xcconfig */; |
363 | 379 | buildSettings = { |
364 | 380 | CLANG_ENABLE_MODULES = YES; |
365 | 381 | COMBINE_HIDPI_IMAGES = YES; |
|
379 | 395 | }; |
380 | 396 | 2768A2381BACC38C00F994EE /* Debug */ = { |
381 | 397 | isa = XCBuildConfiguration; |
| 398 | + baseConfigurationReference = 27593EE71BB335590018278E /* UniversalFramework_Test.xcconfig */; |
382 | 399 | buildSettings = { |
383 | 400 | COMBINE_HIDPI_IMAGES = YES; |
384 | 401 | INFOPLIST_FILE = CommanderTests/Info.plist; |
|
390 | 407 | }; |
391 | 408 | 2768A2391BACC38C00F994EE /* Release */ = { |
392 | 409 | isa = XCBuildConfiguration; |
| 410 | + baseConfigurationReference = 27593EE71BB335590018278E /* UniversalFramework_Test.xcconfig */; |
393 | 411 | buildSettings = { |
394 | 412 | COMBINE_HIDPI_IMAGES = YES; |
395 | 413 | INFOPLIST_FILE = CommanderTests/Info.plist; |
|
0 commit comments