|
58 | 58 | 52D6D9F01BEFFFBE002C0205 /* SortedArray.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SortedArray.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
59 | 59 | 52D6DA0F1BF000BD002C0205 /* SortedArray.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SortedArray.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
60 | 60 | 5D6634242003E2C000364E93 /* PerformanceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = PerformanceTests.swift; path = Tests/SortedArrayTests/PerformanceTests.swift; sourceTree = "<group>"; };
|
| 61 | + 5D7AAFCC20D71F4200080885 /* LICENSE.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; }; |
| 62 | + 5D7AAFCD20D71F4200080885 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; }; |
| 63 | + 5D7AAFCE20D71F4200080885 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
| 64 | + 5D7AAFD020D722B100080885 /* travis-build-script.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "travis-build-script.sh"; sourceTree = "<group>"; }; |
| 65 | + 5D7AAFD120D7231E00080885 /* .travis.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .travis.yml; sourceTree = "<group>"; }; |
61 | 66 | 5DA058D11E8813F3006FA2B1 /* TestHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TestHelpers.swift; path = Tests/SortedArrayTests/TestHelpers.swift; sourceTree = "<group>"; };
|
62 | 67 | AD2FAA261CD0B6D800659CF4 /* SortedArray.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = SortedArray.plist; sourceTree = "<group>"; };
|
63 | 68 | AD2FAA281CD0B6E100659CF4 /* SortedArrayTests.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = SortedArrayTests.plist; sourceTree = "<group>"; };
|
|
124 | 129 | 52D6D9721BEFF229002C0205 = {
|
125 | 130 | isa = PBXGroup;
|
126 | 131 | children = (
|
| 132 | + 5D7AAFCB20D71F0800080885 /* Other files (not in any target) */, |
127 | 133 | 52D6D9961BEFF375002C0205 /* SortedArray.swift */,
|
128 | 134 | 52D6D9971BEFF375002C0205 /* SortedArrayTests.swift */,
|
129 | 135 | 5D6634242003E2C000364E93 /* PerformanceTests.swift */,
|
130 | 136 | 5DA058D11E8813F3006FA2B1 /* TestHelpers.swift */,
|
DB9D
td> | 137 | + 5D7AAFCF20D722B100080885 /* scripts */, |
131 | 138 | 52D6D99C1BEFF38C002C0205 /* Configs */,
|
132 | 139 | 52D6D97D1BEFF229002C0205 /* Products */,
|
133 | 140 | );
|
|
156 | 163 | path = Configs;
|
157 | 164 | sourceTree = "<group>";
|
158 | 165 | };
|
| 166 | + 5D7AAFCB20D71F0800080885 /* Other files (not in any target) */ = { |
| 167 | + isa = PBXGroup; |
| 168 | + children = ( |
| 169 | + 5D7AAFCE20D71F4200080885 /* README.md */, |
| 170 | + 5D7AAFCC20D71F4200080885 /* LICENSE.txt */, |
| 171 | + 5D7AAFCD20D71F4200080885 /* Package.swift */, |
| 172 | + 5D7AAFD120D7231E00080885 /* .travis.yml */, |
| 173 | + ); |
| 174 | + name = "Other files (not in any target)"; |
| 175 | + sourceTree = "<group>"; |
| 176 | + }; |
| 177 | + 5D7AAFCF20D722B100080885 /* scripts */ = { |
| 178 | + isa = PBXGroup; |
| 179 | + children = ( |
| 180 | + 5D7AAFD020D722B100080885 /* travis-build-script.sh */, |
| 181 | + ); |
| 182 | + path = scripts; |
| 183 | + sourceTree = "<group>"; |
| 184 | + }; |
159 | 185 | DD7502721C68FC1B006590AF /* Frameworks */ = {
|
160 | 186 | isa = PBXGroup;
|
161 | 187 | children = (
|
|
0 commit comments