|
127 | 127 | 3D3D42751F5DBAAE008CF951 /* NSButton+Action.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSButton+Action.swift"; sourceTree = "<group>"; }; |
128 | 128 | 3D3D42761F5DBAAE008CF951 /* NSControl+Action.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSControl+Action.swift"; sourceTree = "<group>"; }; |
129 | 129 | 3D9C98331DB4A87B004A9F7C /* RxTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RxTest.framework; path = Carthage/Checkouts/RxSwift/build/Debug/RxTest.framework; sourceTree = "<group>"; }; |
130 | | - 3DD965BB1F5DC0E400C180FE /* Tests-macOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Tests-macOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 130 | + 3DD965BB1F5DC0E400C180FE /* macOS-Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "macOS-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
131 | 131 | 3DD965CF1F5DC31D00C180FE /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
132 | 132 | 3DD965D01F5DC31D00C180FE /* Quick.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Quick.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
133 | 133 | 3DD965D11F5DC31D00C180FE /* RxBlocking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = RxBlocking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
150 | 150 | 7F0569F21DE288EB007E1D0D /* BarButtonTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BarButtonTests.swift; sourceTree = "<group>"; }; |
151 | 151 | 7F0569F31DE288EB007E1D0D /* ButtonTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ButtonTests.swift; sourceTree = "<group>"; }; |
152 | 152 | 7F0569F41DE288EB007E1D0D /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ActionTests/Info.plist; sourceTree = "<group>"; }; |
153 | | - 7F5E6A671D7F08D2000B6076 /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 153 | + 7F5E6A671D7F08D2000B6076 /* iOS-Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "iOS-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
154 | 154 | 7F612AAB1D7F106900B93BC5 /* RxSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = RxSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
155 | 155 | 7F612AAC1D7F106900B93BC5 /* RxCocoa.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = RxCocoa.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
156 | 156 | 7F612AAD1D7F106900B93BC5 /* RxBlocking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = RxBlocking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
255 | 255 | path = AppKitExtensions; |
256 | 256 | sourceTree = "<group>"; |
257 | 257 | }; |
258 | | - 3DD965DB1F5DF83700C180FE /* iOS */ = { |
| 258 | + 3DD965DB1F5DF83700C180FE /* iOS-Tests */ = { |
259 | 259 | isa = PBXGroup; |
260 | 260 | children = ( |
261 | 261 | 7F0569F11DE288EB007E1D0D /* AlertActionTests.swift */, |
262 | 262 | 7F0569F21DE288EB007E1D0D /* BarButtonTests.swift */, |
263 | 263 | 7F0569F31DE288EB007E1D0D /* ButtonTests.swift */, |
264 | 264 | 5ED520231E1EA199007621B9 /* BindToTests.swift */, |
265 | 265 | ); |
266 | | - path = iOS; |
| 266 | + path = "iOS-Tests"; |
267 | 267 | sourceTree = "<group>"; |
268 | 268 | }; |
269 | | - 3DD965DC1F5DF84800C180FE /* macOS */ = { |
| 269 | + 3DD965DC1F5DF84800C180FE /* macOS-Tests */ = { |
270 | 270 | isa = PBXGroup; |
271 | 271 | children = ( |
272 | 272 | 3DD965DA1F5DF79800C180FE /* NSButtonTests.swift */, |
273 | 273 | 3DD965DD1F5DF86B00C180FE /* BindToTests.swift */, |
274 | 274 | ); |
275 | | - path = macOS; |
| 275 | + path = "macOS-Tests"; |
276 | 276 | sourceTree = "<group>"; |
277 | 277 | }; |
278 | 278 | 7F0569DE1DE28587007E1D0D /* Sources */ = { |
|
344 | 344 | 7F5E6A681D7F08D2000B6076 /* Tests */ = { |
345 | 345 | isa = PBXGroup; |
346 | 346 | children = ( |
347 | | - 3DD965DC1F5DF84800C180FE /* macOS */, |
348 | | - 3DD965DB1F5DF83700C180FE /* iOS */, |
| 347 | + 3DD965DC1F5DF84800C180FE /* macOS-Tests */, |
| 348 | + 3DD965DB1F5DF83700C180FE /* iOS-Tests */, |
349 | 349 | 7F0569F01DE288EB007E1D0D /* ActionTests.swift */, |
350 | 350 | CA2861C91ED6A41700BB327A /* InputSubjectTests.swift */, |
351 | 351 | 7F0569F41DE288EB007E1D0D /* Info.plist */, |
|
381 | 381 | isa = PBXGroup; |
382 | 382 | children = ( |
383 | 383 | BE73AD201CDCD101006F8B98 /* Action.framework */, |
384 | | - 7F5E6A671D7F08D2000B6076 /* Tests.xctest */, |
| 384 | + 7F5E6A671D7F08D2000B6076 /* iOS-Tests.xctest */, |
385 | 385 | 7F612ACC1D7F13B800B93BC5 /* Demo.app */, |
386 | 386 | 1FCDDA5B1EAC315A006EB95B /* Action.framework */, |
387 | 387 | 1FCDDA821EAC3295006EB95B /* Action.framework */, |
388 | 388 | 1FCDDA961EAC33B0006EB95B /* Action.framework */, |
389 | | - 3DD965BB1F5DC0E400C180FE /* Tests-macOS.xctest */, |
| 389 | + 3DD965BB1F5DC0E400C180FE /* macOS-Tests.xctest */, |
390 | 390 | ); |
391 | 391 | name = Products; |
392 | 392 | sourceTree = "<group>"; |
|
483 | 483 | productReference = 1FCDDA961EAC33B0006EB95B /* Action.framework */; |
484 | 484 | productType = "com.apple.product-type.framework"; |
485 | 485 | }; |
486 | | - 3DD965BA1F5DC0E400C180FE /* Tests-macOS */ = { |
| 486 | + 3DD965BA1F5DC0E400C180FE /* macOS-Tests */ = { |
487 | 487 | isa = PBXNativeTarget; |
488 | | - buildConfigurationList = 3DD965C51F5DC0E400C180FE /* Build configuration list for PBXNativeTarget "Tests-macOS" */; |
| 488 | + buildConfigurationList = 3DD965C51F5DC0E400C180FE /* Build configuration list for PBXNativeTarget "macOS-Tests" */; |
489 | 489 | buildPhases = ( |
490 | 490 | 3DD965B71F5DC0E400C180FE /* Sources */, |
491 | 491 | 3DD965B81F5DC0E400C180FE /* Frameworks */, |
|
496 | 496 | dependencies = ( |
497 | 497 | 3DD965C21F5DC0E400C180FE /* PBXTargetDependency */, |
498 | 498 | ); |
499 | | - name = "Tests-macOS"; |
| 499 | + name = "macOS-Tests"; |
500 | 500 | productName = "Tests-macOS1"; |
501 | | - productReference = 3DD965BB1F5DC0E400C180FE /* Tests-macOS.xctest */; |
| 501 | + productReference = 3DD965BB1F5DC0E400C180FE /* macOS-Tests.xctest */; |
502 | 502 | productType = "com.apple.product-type.bundle.unit-test"; |
503 | 503 | }; |
504 | | - 7F5E6A661D7F08D2000B6076 /* Tests */ = { |
| 504 | + 7F5E6A661D7F08D2000B6076 /* iOS-Tests */ = { |
505 | 505 | isa = PBXNativeTarget; |
506 | | - buildConfigurationList = 7F5E6A6F1D7F08D2000B6076 /* Build configuration list for PBXNativeTarget "Tests" */; |
| 506 | + buildConfigurationList = 7F5E6A6F1D7F08D2000B6076 /* Build configuration list for PBXNativeTarget "iOS-Tests" */; |
507 | 507 | buildPhases = ( |
508 | 508 | 7F5E6A631D7F08D2000B6076 /* Sources */, |
509 | 509 | 7F5E6A641D7F08D2000B6076 /* Frameworks */, |
|
515 | 515 | dependencies = ( |
516 | 516 | 7F5E6A6E1D7F08D2000B6076 /* PBXTargetDependency */, |
517 | 517 | ); |
518 | | - name = Tests; |
| 518 | + name = "iOS-Tests"; |
519 | 519 | productName = Tests; |
520 | | - productReference = 7F5E6A671D7F08D2000B6076 /* Tests.xctest */; |
| 520 | + productReference = 7F5E6A671D7F08D2000B6076 /* iOS-Tests.xctest */; |
521 | 521 | productType = "com.apple.product-type.bundle.unit-test"; |
522 | 522 | }; |
523 | 523 | 7F612ACB1D7F13B800B93BC5 /* Demo */ = { |
|
613 | 613 | 1FCDDA5A1EAC315A006EB95B /* Action-tvOS */, |
614 | 614 | 1FCDDA811EAC3295006EB95B /* Action-macOS */, |
615 | 615 | 1FCDDA951EAC33B0006EB95B /* Action-watchOS */, |
616 | | - 7F5E6A661D7F08D2000B6076 /* Tests */, |
617 | | - 3DD965BA1F5DC0E400C180FE /* Tests-macOS */, |
| 616 | + 7F5E6A661D7F08D2000B6076 /* iOS-Tests */, |
| 617 | + 3DD965BA1F5DC0E400C180FE /* macOS-Tests */, |
618 | 618 | 7F612ACB1D7F13B800B93BC5 /* Demo */, |
619 | 619 | ); |
620 | 620 | }; |
|
1216 | 1216 | defaultConfigurationIsVisible = 0; |
1217 | 1217 | defaultConfigurationName = Release; |
1218 | 1218 | }; |
1219 | | - 3DD965C51F5DC0E400C180FE /* Build configuration list for PBXNativeTarget "Tests-macOS" */ = { |
| 1219 | + 3DD965C51F5DC0E400C180FE /* Build configuration list for PBXNativeTarget "macOS-Tests" */ = { |
1220 | 1220 | isa = XCConfigurationList; |
1221 | 1221 | buildConfigurations = ( |
1222 | 1222 | 3DD965C31F5DC0E400C180FE /* Debug */, |
|
1225 | 1225 | defaultConfigurationIsVisible = 0; |
1226 | 1226 | defaultConfigurationName = Release; |
1227 | 1227 | }; |
1228 | | - 7F5E6A6F1D7F08D2000B6076 /* Build configuration list for PBXNativeTarget "Tests" */ = { |
| 1228 | + 7F5E6A6F1D7F08D2000B6076 /* Build configuration list for PBXNativeTarget "iOS-Tests" */ = { |
1229 | 1229 | isa = XCConfigurationList; |
1230 | 1230 | buildConfigurations = ( |
1231 | 1231 | 7F5E6A701D7F08D2000B6076 /* Debug */, |
|
0 commit comments