8000 Add readme, license file, Package.swift, and scripts to Xcode project · ole/SortedArray@74a1381 · GitHub
[go: up one dir, main page]

Skip to content

Commit 74a1381

Browse files
committed
Add readme, license file, Package.swift, and scripts to Xcode project
Only for easier editing; they aren't part of any target.
1 parent fe0a5ee commit 74a1381

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

SortedArray.xcodeproj/project.pbxproj

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
52D6D9F01BEFFFBE002C0205 /* SortedArray.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SortedArray.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5959
52D6DA0F1BF000BD002C0205 /* SortedArray.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SortedArray.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6060
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>"; };
6166
5DA058D11E8813F3006FA2B1 /* TestHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TestHelpers.swift; path = Tests/SortedArrayTests/TestHelpers.swift; sourceTree = "<group>"; };
6267
AD2FAA261CD0B6D800659CF4 /* SortedArray.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = SortedArray.plist; sourceTree = "<group>"; };
6368
AD2FAA281CD0B6E100659CF4 /* SortedArrayTests.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = SortedArrayTests.plist; sourceTree = "<group>"; };
@@ -124,10 +129,12 @@
124129
52D6D9721BEFF229002C0205 = {
125130
isa = PBXGroup;
126131
children = (
132+
5D7AAFCB20D71F0800080885 /* Other files (not in any target) */,
127133
52D6D9961BEFF375002C0205 /* SortedArray.swift */,
128134
52D6D9971BEFF375002C0205 /* SortedArrayTests.swift */,
129135
5D6634242003E2C000364E93 /* PerformanceTests.swift */,
130136
5DA058D11E8813F3006FA2B1 /* TestHelpers.swift */,
137+
5D7AAFCF20D722B100080885 /* scripts */,
131138
52D6D99C1BEFF38C002C0205 /* Configs */,
132139
52D6D97D1BEFF229002C0205 /* Products */,
133140
);
@@ -156,6 +163,25 @@
156163
path = Configs;
157164
sourceTree = "<group>";
158165
};
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+
};
159185
DD7502721C68FC1B006590AF /* Frameworks */ = {
160186
isa = PBXGroup;
161187
children = (

0 commit comments

Comments
 (0)
0