Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 0783345

Browse files
author
Tom Holland
committed
Moved markings_short into BulletMatch
1 parent 126b381 commit 0783345

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CodeChallenge.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
1B49C0501E0850D90094121E /* BugKrushaBulletMatchEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B49C04F1E0850D90094121E /* BugKrushaBulletMatchEntry.swift */; };
1313
1B49C0531E0855C90094121E /* BulletMatchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B49C0521E0855C90094121E /* BulletMatchTests.swift */; };
1414
1B4ECDA51E08267B00767EBD /* BulletMatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B4ECDA41E08267B00767EBD /* BulletMatch.swift */; };
15-
1B5C1BC51E1EB242002E9254 /* markings_short.json in Resources */ = {isa = PBXBuildFile; fileRef = 1B5C1BC41E1EB242002E9254 /* markings_short.json */; };
1615
1B9E113F1E005A7C00B9FA5A /* Clock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B9E113E1E005A7C00B9FA5A /* Clock.swift */; };
1716
1B9E11411E006A2B00B9FA5A /* BugKrushaClockEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B9E11401E006A2B00B9FA5A /* BugKrushaClockEntry.swift */; };
1817
1B9E11461E006F0800B9FA5A /* ClockTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B9E11451E006F0800B9FA5A /* ClockTests.swift */; };
@@ -40,6 +39,7 @@
4039
948986701BE5D28500D34976 /* ExampleCodeChallenge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9489866F1BE5D28500D34976 /* ExampleCodeChallenge.swift */; };
4140
94FB98CA1BE1B5D800228845 /* TwoSumChallenge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94FB98C91BE1B5D800228845 /* TwoSumChallenge.swift */; };
4241
9572008E1E1F19F9006BB4D6 /* juliand665BulletMatchEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9572008D1E1F19F9006BB4D6 /* juliand665BulletMatchEntry.swift */; };
42+
B91642691E2041A800035C46 /* markings_short.json in Resources */ = {isa = PBXBuildFile; fileRef = B91642681E2041A800035C46 /* markings_short.json */; };
4343
B98954A71E203D3C00335432 /* CodesmanBulletMatchEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = B98954A61E203D3C00335432 /* CodesmanBulletMatchEntry.swift */; };
4444
D5D15B361E0C966A00CC9B1C /* felixdumitClockEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5D15B351E0C966A00CC9B1C /* felixdumitClockEntry.swift */; };
4545
/* End PBXBuildFile section */
@@ -60,7 +60,6 @@
6060
1B49C04F1E0850D90094121E /* BugKrushaBulletMatchEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BugKrushaBulletMatchEntry.swift; path = BulletMatch/Entries/BugKrushaBulletMatchEntry.swift; sourceTree = "<group>"; };
6161
1B49C0521E0855C90094121E /* BulletMatchTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BulletMatchTests.swift; sourceTree = "<group>"; };
6262
1B4ECDA41E08267B00767EBD /* BulletMatch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BulletMatch.swift; path = BulletMatch/BulletMatch.swift; sourceTree = "<group>"; };
63-
1B5C1BC41E1EB242002E9254 /* markings_short.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = markings_short.json; sourceTree = "<group>"; };
6463
1B9E113E1E005A7C00B9FA5A /* Clock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Clock.swift; sourceTree = "<group>"; };
6564
1B9E11401E006A2B00B9FA5A /* BugKrushaClockEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BugKrushaClockEntry.swift; sourceTree = "<group>"; };
6665
1B9E11451E006F0800B9FA5A /* ClockTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClockTests.swift; sourceTree = "<group>"; };
@@ -91,6 +90,7 @@
9190
9489866F1BE5D28500D34976 /* ExampleCodeChallenge.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExampleCodeChallenge.swift; sourceTree = "<group>"; };
9291
94FB98C91BE1B5D800228845 /* TwoSumChallenge.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TwoSumChallenge.swift; sourceTree = "<group>"; };
9392
9572008D1E1F19F9006BB4D6 /* juliand665BulletMatchEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = juliand665BulletMatchEntry.swift; path = BulletMatch/Entries/juliand665BulletMatchEntry.swift; sourceTree = "<group>"; };
93+
B91642681E2041A800035C46 /* markings_short.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = markings_short.json; path = CodeChallenge/Challenges/BulletMatch/Resources/markings_short.json; sourceTree = SOURCE_ROOT; };
9494
B98954A61E203D3C00335432 /* CodesmanBulletMatchEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CodesmanBulletMatchEntry.swift; path = BulletMatch/Entries/CodesmanBulletMatchEntry.swift; sourceTree = "<group>"; };
9595
D5D15B351E0C966A00CC9B1C /* felixdumitClockEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = felixdumitClockEntry.swift; sourceTree = "<group>"; };
9696
/* End PBXFileReference section */
@@ -136,6 +136,7 @@
136136
1B4ECDA61E0826B000767EBD /* BulletMatch */ = {
137137
isa = PBXGroup;
138138
children = (
139+
1BB33E9E1E15BA5200C83E3F /* Resources */,
139140
1B49C0511E0850DD0094121E /* Entries */,
140141
1B4ECDA41E08267B00767EBD /* BulletMatch.swift */,
141142
);
@@ -167,6 +168,7 @@
167168
1BB33E9E1E15BA5200C83E3F /* Resources */ = {
168169
isa = PBXGroup;
169170
children = (
171+
B91642681E2041A800035C46 /* markings_short.json */,
170172
);
171173
path = Resources;
172174
sourceTree = "<group>";
@@ -212,8 +214,6 @@
212214
94350F591BE5D5C1003592FB /* Challenges */ = {
213215
isa = PBXGroup;
214216
children = (
215-
1B5C1BC41E1EB242002E9254 /* markings_short.json */,
216-
1BB33E9E1E15BA5200C83E3F /* Resources */,
217217
1B9E11471E010A3500B9FA5A /* Clock */,
218218
94350F661BE5EB21003592FB /* TwoSum */,
219219
944CFCD61BE72AEB00FD2E41 /* LetterCombinationsOfPhoneNumber */,
@@ -387,7 +387,7 @@
387387
isa = PBXResourcesBuildPhase;
388388
buildActionMask = 2147483647;
389389
files = (
390-
1B5C1BC51E1EB242002E9254 /* markings_short.json in Resources */,
390+
B91642691E2041A800035C46 /* markings_short.json in Resources */,
391391
);
392392
runOnlyForDeploymentPostprocessing = 0;
393393
};

0 commit comments

Comments
 (0)