|
12 | 12 | /* End PBXBuildFile section */ |
13 | 13 |
|
14 | 14 | /* Begin PBXFileReference section */ |
15 | | - 7B2BBC801C779D720067B71D /* BinarySearchTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BinarySearchTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 15 | + 7B2BBC801C779D720067B71D /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
16 | 16 | 7B2BBC941C779E7B0067B71D /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = SOURCE_ROOT; }; |
17 | 17 | 7B80C3CD1C77A256003CECC7 /* BinarySearchTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BinarySearchTests.swift; sourceTree = SOURCE_ROOT; }; |
18 | 18 | 7B80C3CF1C77A263003CECC7 /* BinarySearch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BinarySearch.swift; path = ../BinarySearch.swift; sourceTree = SOURCE_ROOT; }; |
|
40 | 40 | 7B2BBC721C779D710067B71D /* Products */ = { |
41 | 41 | isa = PBXGroup; |
42 | 42 | children = ( |
43 | | - 7B2BBC801C779D720067B71D /* BinarySearchTests.xctest */, |
| 43 | + 7B2BBC801C779D720067B71D /* Tests.xctest */, |
44 | 44 | ); |
45 | 45 | name = Products; |
46 | 46 | sourceTree = "<group>"; |
|
59 | 59 | /* End PBXGroup section */ |
60 | 60 |
|
61 | 61 | /* Begin PBXNativeTarget section */ |
62 | | - 7B2BBC7F1C779D720067B71D /* BinarySearchTests */ = { |
| 62 | + 7B2BBC7F1C779D720067B71D /* Tests */ = { |
63 | 63 | isa = PBXNativeTarget; |
64 | | - buildConfigurationList = 7B2BBC8C1C779D720067B71D /* Build configuration list for PBXNativeTarget "BinarySearchTests" */; |
| 64 | + buildConfigurationList = 7B2BBC8C1C779D720067B71D /* Build configuration list for PBXNativeTarget "Tests" */; |
65 | 65 | buildPhases = ( |
66 | 66 | 7B2BBC7C1C779D720067B71D /* Sources */, |
67 | 67 | 7B2BBC7D1C779D720067B71D /* Frameworks */, |
|
71 | 71 | ); |
72 | 72 | dependencies = ( |
73 | 73 | ); |
74 | | - name = BinarySearchTests; |
| 74 | + name = Tests; |
75 | 75 | productName = TestsTests; |
76 | | - productReference = 7B2BBC801C779D720067B71D /* BinarySearchTests.xctest */; |
| 76 | + productReference = 7B2BBC801C779D720067B71D /* Tests.xctest */; |
77 | 77 | productType = "com.apple.product-type.bundle.unit-test"; |
78 | 78 | }; |
79 | 79 | /* End PBXNativeTarget section */ |
|
92 | 92 | }; |
93 | 93 | }; |
94 | 94 | }; |
95 | | - buildConfigurationList = 7B2BBC6C1C779D710067B71D /* Build configuration list for PBXProject "BinarySearchTests" */; |
| 95 | + buildConfigurationList = 7B2BBC6C1C779D710067B71D /* Build configuration list for PBXProject "Tests" */; |
96 | 96 | compatibilityVersion = "Xcode 3.2"; |
97 | 97 | developmentRegion = English; |
98 | 98 | hasScannedForEncodings = 0; |
|
105 | 105 | projectDirPath = ""; |
106 | 106 | projectRoot = ""; |
107 | 107 | targets = ( |
108 | | - 7B2BBC7F1C779D720067B71D /* BinarySearchTests */, |
| 108 | + 7B2BBC7F1C779D720067B71D /* Tests */, |
109 | 109 | ); |
110 | 110 | }; |
111 | 111 | /* End PBXProject section */ |
|
245 | 245 | /* End XCBuildConfiguration section */ |
246 | 246 |
|
247 | 247 | /* Begin XCConfigurationList section */ |
248 | | - 7B2BBC6C1C779D710067B71D /* Build configuration list for PBXProject "BinarySearchTests" */ = { |
| 248 | + 7B2BBC6C1C779D710067B71D /* Build configuration list for PBXProject "Tests" */ = { |
249 | 249 | isa = XCConfigurationList; |
250 | 250 | buildConfigurations = ( |
251 | 251 | 7B2BBC871C779D720067B71D /* Debug */, |
|
254 | 254 | defaultConfigurationIsVisible = 0; |
255 | 255 | defaultConfigurationName = Release; |
256 | 256 | }; |
257 | | - 7B2BBC8C1C779D720067B71D /* Build configuration list for PBXNativeTarget "BinarySearchTests" */ = { |
| 257 | + 7B2BBC8C1C779D720067B71D /* Build configuration list for PBXNativeTarget "Tests" */ = { |
258 | 258 | isa = XCConfigurationList; |
259 | 259 | buildConfigurations = ( |
260 | 260 | 7B2BBC8D1C779D720067B71D /* Debug */, |
|
0 commit comments