|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 279294E81A4B4C60009C52E1 /* UniversalFramework_Base.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 279294E51A4B4C60009C52E1 /* UniversalFramework_Base.xcconfig */; }; |
| 11 | + 279294E91A4B4C60009C52E1 /* UniversalFramework_Framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 279294E61A4B4C60009C52E1 /* UniversalFramework_Framework.xcconfig */; }; |
| 12 | + 279294EA1A4B4C60009C52E1 /* UniversalFramework_Test.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 279294E71A4B4C60009C52E1 /* UniversalFramework_Test.xcconfig */; }; |
10 | 13 | 77007D7D19A95CDE007DC2BC /* QKQuerySetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77007D7C19A95CDE007DC2BC /* QKQuerySetTests.swift */; }; |
11 | 14 | 77007D8119A95CE9007DC2BC /* QKQuerySet.h in Headers */ = {isa = PBXBuildFile; fileRef = 77007D7E19A95CE9007DC2BC /* QKQuerySet.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
12 | 15 | 77007D8219A95CE9007DC2BC /* QKQuerySet.m in Sources */ = {isa = PBXBuildFile; fileRef = 77007D7F19A95CE9007DC2BC /* QKQuerySet.m */; }; |
|
62 | 65 | /* End PBXContainerItemProxy section */ |
63 | 66 |
|
64 | 67 | /* Begin PBXFileReference section */ |
| 68 | + 279294E51A4B4C60009C52E1 /* UniversalFramework_Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = UniversalFramework_Base.xcconfig; sourceTree = "<group>"; }; |
| 69 | + 279294E61A4B4C60009C52E1 /* UniversalFramework_Framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = UniversalFramework_Framework.xcconfig; sourceTree = "<group>"; }; |
| 70 | + 279294E71A4B4C60009C52E1 /* UniversalFramework_Test.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = UniversalFramework_Test.xcconfig; sourceTree = "<group>"; }; |
65 | 71 | 77007D7C19A95CDE007DC2BC /* QKQuerySetTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QKQuerySetTests.swift; sourceTree = "<group>"; }; |
66 | 72 | 77007D7E19A95CE9007DC2BC /* QKQuerySet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QKQuerySet.h; sourceTree = "<group>"; }; |
67 | 73 | 77007D7F19A95CE9007DC2BC /* QKQuerySet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QKQuerySet.m; sourceTree = "<group>"; }; |
|
108 | 114 | /* End PBXFrameworksBuildPhase section */ |
109 | 115 |
|
110 | 116 | /* Begin PBXGroup section */ |
| 117 | + 279294E41A4B4C60009C52E1 /* Configurations */ = { |
| 118 | + isa = PBXGroup; |
| 119 | + children = ( |
| 120 | + 279294E51A4B4C60009C52E1 /* UniversalFramework_Base.xcconfig */, |
| 121 | + 279294E61A4B4C60009C52E1 /* UniversalFramework_Framework.xcconfig */, |
| 122 | + 279294E71A4B4C60009C52E1 /* UniversalFramework_Test.xcconfig */, |
| 123 | + ); |
| 124 | + path = Configurations; |
| 125 | + sourceTree = "<group>"; |
| 126 | + }; |
111 | 127 | 77A9B66D1953742F0016654E = { |
112 | 128 | isa = PBXGroup; |
113 | 129 | children = ( |
114 | 130 | 77A9B67B195374490016654E /* QueryKit */, |
115 | 131 | 77A9B688195374490016654E /* QueryKitTests */, |
| 132 | + 279294E41A4B4C60009C52E1 /* Configurations */, |
116 | 133 | 77A9B67A195374490016654E /* Products */, |
117 | 134 | ); |
118 | 135 | sourceTree = "<group>"; |
|
290 | 307 | isa = PBXResourcesBuildPhase; |
291 | 308 | buildActionMask = 2147483647; |
292 | 309 | files = ( |
| 310 | + 279294EA1A4B4C60009C52E1 /* UniversalFramework_Test.xcconfig in Resources */, |
| 311 | + 279294E91A4B4C60009C52E1 /* UniversalFramework_Framework.xcconfig in Resources */, |
| 312 | + 279294E81A4B4C60009C52E1 /* UniversalFramework_Base.xcconfig in Resources */, |
293 | 313 | ); |
294 | 314 | runOnlyForDeploymentPostprocessing = 0; |
295 | 315 | }; |
|
376 | 396 | }; |
377 | 397 | 77A9B68E195374490016654E /* Debug */ = { |
378 | 398 | isa = XCBuildConfiguration; |
| 399 | + baseConfigurationReference = 279294E71A4B4C60009C52E1 /* UniversalFramework_Test.xcconfig */; |
379 | 400 | buildSettings = { |
380 | 401 | ALWAYS_SEARCH_USER_PATHS = NO; |
381 | 402 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
|
416 | 437 | GCC_WARN_UNUSED_VARIABLE = YES; |
417 | 438 | INFOPLIST_FILE = QueryKit/Info.plist; |
418 | 439 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
419 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; |
420 | 440 | MACOSX_DEPLOYMENT_TARGET = 10.9; |
421 | 441 | METAL_ENABLE_DEBUG_INFO = YES; |
422 | 442 | ONLY_ACTIVE_ARCH = YES; |
|
431 | 451 | }; |
432 | 452 | 77A9B68F195374490016654E /* Release */ = { |
433 | 453 | isa = XCBuildConfiguration; |
| 454 | + baseConfigurationReference = 279294E61A4B4C60009C52E1 /* UniversalFramework_Framework.xcconfig */; |
434 | 455 | buildSettings = { |
435 | 456 | ALWAYS_SEARCH_USER_PATHS = NO; |
436 | 457 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
|
466 | 487 | GCC_WARN_UNUSED_VARIABLE = YES; |
467 | 488 | INFOPLIST_FILE = QueryKit/Info.plist; |
468 | 489 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
469 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; |
470 | 490 | MACOSX_DEPLOYMENT_TARGET = 10.9; |
471 | 491 | METAL_ENABLE_DEBUG_INFO = NO; |
472 | 492 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
479 | 499 | }; |
480 | 500 | 77A9B691195374490016654E /* Debug */ = { |
481 | 501 | isa = XCBuildConfiguration; |
| 502 | + baseConfigurationReference = 279294E71A4B4C60009C52E1 /* UniversalFramework_Test.xcconfig */; |
482 | 503 | buildSettings = { |
483 | 504 | ALWAYS_SEARCH_USER_PATHS = NO; |
484 | 505 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
|
497 | 518 | COMBINE_HIDPI_IMAGES = YES; |
498 | 519 | COPY_PHASE_STRIP = NO; |
499 | 520 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
500 | | - FRAMEWORK_SEARCH_PATHS = ( |
501 | | - "$(DEVELOPER_FRAMEWORKS_DIR)", |
502 | | - "$(inherited)", |
503 | | - ); |
504 | 521 | GCC_C_LANGUAGE_STANDARD = gnu99; |
505 | 522 | GCC_DYNAMIC_NO_PIC = NO; |
506 | 523 | GCC_OPTIMIZATION_LEVEL = 0; |
|
516 | 533 | GCC_WARN_UNUSED_FUNCTION = YES; |
517 | 534 | GCC_WARN_UNUSED_VARIABLE = YES; |
518 | 535 | INFOPLIST_FILE = QueryKitTests/Info.plist; |
519 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; |
520 | 536 | MACOSX_DEPLOYMENT_TARGET = 10.10; |
521 | 537 | METAL_ENABLE_DEBUG_INFO = YES; |
522 | 538 | ONLY_ACTIVE_ARCH = YES; |
|
529 | 545 | }; |
530 | 546 | 77A9B692195374490016654E /* Release */ = { |
531 | 547 | isa = XCBuildConfiguration; |
| 548 | + baseConfigurationReference = 279294E61A4B4C60009C52E1 /* UniversalFramework_Framework.xcconfig */; |
532 | 549 | buildSettings = { |
533 | 550 | ALWAYS_SEARCH_USER_PATHS = NO; |
534 | 551 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
|
549 | 566 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
550 | 567 | ENABLE_NS_ASSERTIONS = NO; |
551 | 568 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
552 | | - FRAMEWORK_SEARCH_PATHS = ( |
553 | | - "$(DEVELOPER_FRAMEWORKS_DIR)", |
554 | | - "$(inherited)", |
555 | | - ); |
556 | 569 | GCC_C_LANGUAGE_STANDARD = gnu99; |
557 | 570 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
558 | 571 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
|
561 | 574 | GCC_WARN_UNUSED_FUNCTION = YES; |
562 | 575 | GCC_WARN_UNUSED_VARIABLE = YES; |
563 | 576 | INFOPLIST_FILE = QueryKitTests/Info.plist; |
564 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; |
565 | 577 | MACOSX_DEPLOYMENT_TARGET = 10.10; |
566 | 578 | METAL_ENABLE_DEBUG_INFO = NO; |
567 | 579 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments