|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 553DE6751CABBFCD006C4C9F /* LastRowTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 553DE6741CABBFCD006C4C9F /* LastRowTests.swift */; }; |
| 11 | + 553DE6771CABC7FA006C4C9F /* FirstIndexTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 553DE6761CABC7FA006C4C9F /* FirstIndexTests.swift */; }; |
| 12 | + 553DE6791CABCC14006C4C9F /* LastIndexTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 553DE6781CABCC14006C4C9F /* LastIndexTests.swift */; }; |
10 | 13 | 59708DABA4977941E5622E9F /* Pods_BSGridCollectionViewLayout_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A8CB884C5A9A71517E747B0 /* Pods_BSGridCollectionViewLayout_Tests.framework */; }; |
11 | 14 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; }; |
12 | 15 | 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; }; |
13 | 16 | 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; }; |
14 | 17 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; }; |
15 | 18 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; |
16 | | - 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; }; |
| 19 | + 607FACEC1AFB9204008FA782 /* FirstRowTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* FirstRowTests.swift */; }; |
17 | 20 | EB69147FBBE49F808C3FB6F2 /* Pods_BSGridCollectionViewLayout_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9AF8FCAAFF35FF4BB989081B /* Pods_BSGridCollectionViewLayout_Example.framework */; }; |
18 | 21 | /* End PBXBuildFile section */ |
19 | 22 |
|
|
31 | 34 | 0A8CB884C5A9A71517E747B0 /* Pods_BSGridCollectionViewLayout_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BSGridCollectionViewLayout_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
32 | 35 | 1271D170BACE76AAF61B953E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
33 | 36 | 4DD8060D12E59B1B67378F47 /* Pods-BSGridCollectionViewLayout_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BSGridCollectionViewLayout_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-BSGridCollectionViewLayout_Tests/Pods-BSGridCollectionViewLayout_Tests.release.xcconfig"; sourceTree = "<group>"; }; |
| 37 | + 553DE6741CABBFCD006C4C9F /* LastRowTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LastRowTests.swift; sourceTree = "<group>"; }; |
| 38 | + 553DE6761CABC7FA006C4C9F /* FirstIndexTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FirstIndexTests.swift; sourceTree = "<group>"; }; |
| 39 | + 553DE6781CABCC14006C4C9F /* LastIndexTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LastIndexTests.swift; sourceTree = "<group>"; }; |
34 | 40 | 607FACD01AFB9204008FA782 /* BSGridCollectionViewLayout_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BSGridCollectionViewLayout_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
35 | 41 | 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
36 | 42 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|
40 | 46 | 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
41 | 47 | 607FACE51AFB9204008FA782 /* BSGridCollectionViewLayout_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BSGridCollectionViewLayout_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
42 | 48 | 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
43 | | - 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; }; |
| 49 | + 607FACEB1AFB9204008FA782 /* FirstRowTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstRowTests.swift; sourceTree = "<group>"; }; |
44 | 50 | 62621CB8A78F5398E3B938B5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
45 | 51 | 9AF8FCAAFF35FF4BB989081B /* Pods_BSGridCollectionViewLayout_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BSGridCollectionViewLayout_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
46 | 52 | B87BF5ECE1FED6612E07787A /* BSGridCollectionViewLayout.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = BSGridCollectionViewLayout.podspec; path = ../BSGridCollectionViewLayout.podspec; sourceTree = "<group>"; }; |
|
124 | 130 | 607FACE81AFB9204008FA782 /* Tests */ = { |
125 | 131 | isa = PBXGroup; |
126 | 132 | children = ( |
127 | | - 607FACEB1AFB9204008FA782 /* Tests.swift */, |
| 133 | + 607FACEB1AFB9204008FA782 /* FirstRowTests.swift */, |
| 134 | + 553DE6741CABBFCD006C4C9F /* LastRowTests.swift */, |
| 135 | + 553DE6761CABC7FA006C4C9F /* FirstIndexTests.swift */, |
| 136 | + 553DE6781CABCC14006C4C9F /* LastIndexTests.swift */, |
128 | 137 | 607FACE91AFB9204008FA782 /* Supporting Files */, |
129 | 138 | ); |
130 | 139 | path = Tests; |
|
218 | 227 | }; |
219 | 228 | 607FACE41AFB9204008FA782 = { |
220 | 229 | CreatedOnToolsVersion = 6.3.1; |
221 | | - TestTargetID = 607FACCF1AFB9204008FA782; |
222 | 230 | }; |
223 | 231 | }; |
224 | 232 | }; |
|
368 | 376 | isa = PBXSourcesBuildPhase; |
369 | 377 | buildActionMask = 2147483647; |
370 | 378 | files = ( |
371 | | - 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */, |
| 379 | + 553DE6751CABBFCD006C4C9F /* LastRowTests.swift in Sources */, |
| 380 | + 607FACEC1AFB9204008FA782 /* FirstRowTests.swift in Sources */, |
| 381 | + 553DE6791CABCC14006C4C9F /* LastIndexTests.swift in Sources */, |
| 382 | + 553DE6771CABC7FA006C4C9F /* FirstIndexTests.swift in Sources */, |
372 | 383 | ); |
373 | 384 | runOnlyForDeploymentPostprocessing = 0; |
374 | 385 | }; |
|
516 | 527 | isa = XCBuildConfiguration; |
517 | 528 | baseConfigurationReference = F04D8B05088B4DF749D43009 /* Pods-BSGridCollectionViewLayout_Tests.debug.xcconfig */; |
518 | 529 | buildSettings = { |
519 | | - BUNDLE_LOADER = "$(TEST_HOST)"; |
520 | 530 | GCC_PREPROCESSOR_DEFINITIONS = ( |
521 | 531 | "DEBUG=1", |
522 | 532 | "$(inherited)", |
|
525 | 535 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
526 | 536 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; |
527 | 537 | PRODUCT_NAME = "$(TARGET_NAME)"; |
528 | | - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/BSGridCollectionViewLayout_Example.app/BSGridCollectionViewLayout_Example"; |
529 | 538 | }; |
530 | 539 | name = Debug; |
531 | 540 | }; |
532 | 541 | 607FACF41AFB9204008FA782 /* Release */ = { |
533 | 542 | isa = XCBuildConfiguration; |
534 | 543 | baseConfigurationReference = 4DD8060D12E59B1B67378F47 /* Pods-BSGridCollectionViewLayout_Tests.release.xcconfig */; |
535 | 544 | buildSettings = { |
536 | | - BUNDLE_LOADER = "$(TEST_HOST)"; |
537 | 545 | INFOPLIST_FILE = Tests/Info.plist; |
538 | 546 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
539 | 547 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; |
540 | 548 | PRODUCT_NAME = "$(TARGET_NAME)"; |
541 | | - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/BSGridCollectionViewLayout_Example.app/BSGridCollectionViewLayout_Example"; |
542 | 549 | }; |
543 | 550 | name = Release; |
544 | 551 | }; |
|
0 commit comments