|
142 | 142 | BEA5E5E21D864DED00A1F0F2 /* ReactiveObjC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ReactiveObjC.framework; path = "build/Debug-appletvos/ReactiveObjC.framework"; sourceTree = "<group>"; }; |
143 | 143 | BEA5E5E41D864DF400A1F0F2 /* ReactiveObjC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ReactiveObjC.framework; path = "build/Debug-appletvos/ReactiveObjC.framework"; sourceTree = "<group>"; }; |
144 | 144 | BEA5E5E61D864E7200A1F0F2 /* TestError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestError.swift; sourceTree = "<group>"; }; |
| 145 | + CD8D21C12322E4BE00C3996F /* macOS-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "macOS-Application.xcconfig"; sourceTree = "<group>"; }; |
| 146 | + CD8D21C22322E4BE00C3996F /* macOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "macOS-Framework.xcconfig"; sourceTree = "<group>"; }; |
| 147 | + CD8D21C32322E4BE00C3996F /* macOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "macOS-StaticLibrary.xcconfig"; sourceTree = "<group>"; }; |
| 148 | + CD8D21C42322E4BE00C3996F /* macOS-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "macOS-Base.xcconfig"; sourceTree = "<group>"; }; |
| 149 | + CD8D21C52322E4BE00C3996F /* macOS-XCTest.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "macOS-XCTest.xcconfig"; sourceTree = "<group>"; }; |
| 150 | + CD8D21C62322E4BE00C3996F /* macOS-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "macOS-DynamicLibrary.xcconfig"; sourceTree = "<group>"; }; |
145 | 151 | CDC42E2E1AE7AB8B00965373 /* Result.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Result.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
146 | 152 | D037672B19EDA75D00A782A9 /* Quick.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Quick.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
147 | 153 | D04725EA19E49ED7006002AA /* ReactiveObjCBridge.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ReactiveObjCBridge.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
163 | 169 | D047263319E49FE8006002AA /* iOS-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Base.xcconfig"; sourceTree = "<group>"; }; |
164 | 170 | D047263419E49FE8006002AA /* iOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Framework.xcconfig"; sourceTree = "<group>"; }; |
165 | 171 | D047263519E49FE8006002AA /* iOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-StaticLibrary.xcconfig"; sourceTree = "<group>"; }; |
166 | | - D047263719E49FE8006002AA /* Mac-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Application.xcconfig"; sourceTree = "<group>"; }; |
167 | | - D047263819E49FE8006002AA /* Mac-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Base.xcconfig"; sourceTree = "<group>"; }; |
168 | | - D047263919E49FE8006002AA /* Mac-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-DynamicLibrary.xcconfig"; sourceTree = "<group>"; }; |
169 | | - D047263A19E49FE8006002AA /* Mac-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Framework.xcconfig"; sourceTree = "<group>"; }; |
170 | | - D047263B19E49FE8006002AA /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; }; |
171 | 172 | D047263C19E49FE8006002AA /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
172 | 173 | D05E662419EDD82000904ACA /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
173 | 174 | D0A226101A72F30B00D33B74 /* ObjectiveCBridgingSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = ObjectiveCBridgingSpec.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
|
293 | 294 | name = Frameworks; |
294 | 295 | sourceTree = "<group>"; |
295 | 296 | }; |
| 297 | + CD8D21C02322E4BE00C3996F /* macOS */ = { |
| 298 | + isa = PBXGroup; |
| 299 | + children = ( |
| 300 | + CD8D21C12322E4BE00C3996F /* macOS-Application.xcconfig */, |
| 301 | + CD8D21C22322E4BE00C3996F /* macOS-Framework.xcconfig */, |
| 302 | + CD8D21C32322E4BE00C3996F /* macOS-StaticLibrary.xcconfig */, |
| 303 | + CD8D21C42322E4BE00C3996F /* macOS-Base.xcconfig */, |
| 304 | + CD8D21C52322E4BE00C3996F /* macOS-XCTest.xcconfig */, |
| 305 | + CD8D21C62322E4BE00C3996F /* macOS-DynamicLibrary.xcconfig */, |
| 306 | + ); |
| 307 | + path = macOS; |
| 308 | + sourceTree = "<group>"; |
| 309 | + }; |
296 | 310 | D04725E019E49ED7006002AA = { |
297 | 311 | isa = PBXGroup; |
298 | 312 | children = ( |
|
365 | 379 | children = ( |
366 | 380 | D047262619E49FE8006002AA /* Base */, |
367 | 381 | D047263119E49FE8006002AA /* iOS */, |
368 | | - D047263619E49FE8006002AA /* Mac OS X */, |
| 382 | + CD8D21C02322E4BE00C3996F /* macOS */, |
369 | 383 | A97451321B3A935E00F48E55 /* watchOS */, |
370 | 384 | 57A4D2431BA13F9700F7D4B1 /* tvOS */, |
371 | 385 | D047263C19E49FE8006002AA /* README.md */, |
|
416 | 430 | path = iOS; |
417 | 431 | sourceTree = "<group>"; |
418 | 432 | }; |
419 | | - D047263619E49FE8006002AA /* Mac OS X */ = { |
420 | | - isa = PBXGroup; |
421 | | - children = ( |
422 | | - D047263719E49FE8006002AA /* Mac-Application.xcconfig */, |
423 | | - D047263819E49FE8006002AA /* Mac-Base.xcconfig */, |
424 | | - D047263919E49FE8006002AA /* Mac-DynamicLibrary.xcconfig */, |
425 | | - D047263A19E49FE8006002AA /* Mac-Framework.xcconfig */, |
426 | | - D047263B19E49FE8006002AA /* Mac-StaticLibrary.xcconfig */, |
427 | | - ); |
428 | | - path = "Mac OS X"; |
429 | | - sourceTree = "<group>"; |
430 | | - }; |
431 | 433 | /* End PBXGroup section */ |
432 | 434 |
|
433 | 435 | /* Begin PBXHeadersBuildPhase section */ |
|
1038 | 1040 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
1039 | 1041 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
1040 | 1042 | CLANG_WARN_COMMA = YES; |
| 1043 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO; |
1041 | 1044 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
1042 | 1045 | CLANG_WARN_STRICT_PROTOTYPES = YES; |
1043 | 1046 | CODE_SIGNING_REQUIRED = NO; |
|
1063 | 1066 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
1064 | 1067 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
1065 | 1068 | CLANG_WARN_COMMA = YES; |
| 1069 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO; |
1066 | 1070 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
1067 | 1071 | CLANG_WARN_STRICT_PROTOTYPES = YES; |
1068 | 1072 | CODE_SIGNING_REQUIRED = NO; |
|
1083 | 1087 | }; |
1084 | 1088 | D047260119E49ED7006002AA /* Debug */ = { |
1085 | 1089 | isa = XCBuildConfiguration; |
1086 | | - baseConfigurationReference = D047263A19E49FE8006002AA /* Mac-Framework.xcconfig */; |
| 1090 | + baseConfigurationReference = CD8D21C22322E4BE00C3996F /* macOS-Framework.xcconfig */; |
1087 | 1091 | buildSettings = { |
1088 | 1092 | DYLIB_COMPATIBILITY_VERSION = 1; |
1089 | 1093 | DYLIB_CURRENT_VERSION = 1; |
|
1100 | 1104 | }; |
1101 | 1105 | D047260219E49ED7006002AA /* Release */ = { |
1102 | 1106 | isa = XCBuildConfiguration; |
1103 | | - baseConfigurationReference = D047263A19E49FE8006002AA /* Mac-Framework.xcconfig */; |
| 1107 | + baseConfigurationReference = CD8D21C22322E4BE00C3996F /* macOS-Framework.xcconfig */; |
1104 | 1108 | buildSettings = { |
1105 | 1109 | DYLIB_COMPATIBILITY_VERSION = 1; |
1106 | 1110 | DYLIB_CURRENT_VERSION = 1; |
|
1117 | 1121 | }; |
1118 | 1122 | D047260419E49ED7006002AA /* Debug */ = { |
1119 | 1123 | isa = XCBuildConfiguration; |
1120 | | - baseConfigurationReference = D047263719E49FE8006002AA /* Mac-Application.xcconfig */; |
| 1124 | + baseConfigurationReference = CD8D21C12322E4BE00C3996F /* macOS-Application.xcconfig */; |
1121 | 1125 | buildSettings = { |
1122 | 1126 | FRAMEWORK_SEARCH_PATHS = ( |
1123 | 1127 | "$(DEVELOPER_FRAMEWORKS_DIR)", |
|
1133 | 1137 | }; |
1134 | 1138 | D047260519E49ED7006002AA /* Release */ = { |
1135 | 1139 | isa = XCBuildConfiguration; |
1136 | | - baseConfigurationReference = D047263719E49FE8006002AA /* Mac-Application.xcconfig */; |
| 1140 | + baseConfigurationReference = CD8D21C12322E4BE00C3996F /* macOS-Application.xcconfig */; |
1137 | 1141 | buildSettings = { |
1138 | 1142 | FRAMEWORK_SEARCH_PATHS = ( |
1139 | 1143 | "$(DEVELOPER_FRAMEWORKS_DIR)", |
|
1219 | 1223 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
1220 | 1224 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
1221 | 1225 | CLANG_WARN_COMMA = YES; |
| 1226 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO; |
1222 | 1227 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
1223 | 1228 | CLANG_WARN_STRICT_PROTOTYPES = YES; |
1224 | 1229 | CODE_SIGNING_REQUIRED = NO; |
|
1237 | 1242 | }; |
1238 | 1243 | D047263E19E4A008006002AA /* Profile */ = { |
1239 | 1244 | isa = XCBuildConfiguration; |
1240 | | - baseConfigurationReference = D047263A19E49FE8006002AA /* Mac-Framework.xcconfig */; |
| 1245 | + baseConfigurationReference = CD8D21C22322E4BE00C3996F /* macOS-Framework.xcconfig */; |
1241 | 1246 | buildSettings = { |
1242 | 1247 | DYLIB_COMPATIBILITY_VERSION = 1; |
1243 | 1248 | DYLIB_CURRENT_VERSION = 1; |
|
1254 | 1259 | }; |
1255 | 1260 | D047263F19E4A008006002AA /* Profile */ = { |
1256 | 1261 | isa = XCBuildConfiguration; |
1257 | | - baseConfigurationReference = D047263719E49FE8006002AA /* Mac-Application.xcconfig */; |
| 1262 | + baseConfigurationReference = CD8D21C12322E4BE00C3996F /* macOS-Application.xcconfig */; |
1258 | 1263 | buildSettings = { |
1259 | 1264 | FRAMEWORK_SEARCH_PATHS = ( |
1260 | 1265 | "$(DEVELOPER_FRAMEWORKS_DIR)", |
|
1308 | 1313 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
1309 | 1314 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
1310 | 1315 | CLANG_WARN_COMMA = YES; |
| 1316 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO; |
1311 | 1317 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
1312 | 1318 | CLANG_WARN_STRICT_PROTOTYPES = YES; |
1313 | 1319 | CODE_SIGNING_REQUIRED = NO; |
|
1326 | 1332 | }; |
1327 | 1333 | D047264319E4A00B006002AA /* Test */ = { |
1328 | 1334 | isa = XCBuildConfiguration; |
1329 | | - baseConfigurationReference = D047263A19E49FE8006002AA /* Mac-Framework.xcconfig */; |
| 1335 | + baseConfigurationReference = CD8D21C22322E4BE00C3996F /* macOS-Framework.xcconfig */; |
1330 | 1336 | buildSettings = { |
1331 | 1337 | DYLIB_COMPATIBILITY_VERSION = 1; |
1332 | 1338 | DYLIB_CURRENT_VERSION = 1; |
|
1343 | 1349 | }; |
1344 | 1350 | D047264419E4A00B006002AA /* Test */ = { |
1345 | 1351 | isa = XCBuildConfiguration; |
1346 | | - baseConfigurationReference = D047263719E49FE8006002AA /* Mac-Application.xcconfig */; |
| 1352 | + baseConfigurationReference = CD8D21C12322E4BE00C3996F /* macOS-Application.xcconfig */; |
1347 | 1353 | buildSettings = { |
1348 | 1354 | FRAMEWORK_SEARCH_PATHS = ( |
1349 | 1355 | "$(DEVELOPER_FRAMEWORKS_DIR)", |
|
0 commit comments