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

Moved file to correct location #15

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 9 additions & 16 deletions CodeChallenge.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
1B49C0501E0850D90094121E /* BugKrushaBulletMatchEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B49C04F1E0850D90094121E /* BugKrushaBulletMatchEntry.swift */; };
1B49C0531E0855C90094121E /* BulletMatchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B49C0521E0855C90094121E /* BulletMatchTests.swift */; };
1B4ECDA51E08267B00767EBD /* BulletMatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B4ECDA41E08267B00767EBD /* BulletMatch.swift */; };
1B5C1BC51E1EB242002E9254 /* markings_short.json in Resources */ = {isa = PBXBuildFile; fileRef = 1B5C1BC41E1EB242002E9254 /* markings_short.json */; };
1B9E113F1E005A7C00B9FA5A /* Clock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B9E113E1E005A7C00B9FA5A /* Clock.swift */; };
1B9E11411E006A2B00B9FA5A /* BugKrushaClockEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B9E11401E006A2B00B9FA5A /* BugKrushaClockEntry.swift */; };
1B9E11461E006F0800B9FA5A /* ClockTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B9E11451E006F0800B9FA5A /* ClockTests.swift */; };
Expand All @@ -39,9 +38,9 @@
9489866A1BE5CFB000D34976 /* CodeChallengeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 948986691BE5CFB000D34976 /* CodeChallengeType.swift */; };
948986701BE5D28500D34976 /* ExampleCodeChallenge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9489866F1BE5D28500D34976 /* ExampleCodeChallenge.swift */; };
94FB98CA1BE1B5D800228845 /* TwoSumChallenge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94FB98C91BE1B5D800228845 /* TwoSumChallenge.swift */; };

B98954A51E200B9700335432 /* CodesmanBulletMatchEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = B98954A41E200B9700335432 /* CodesmanBulletMatchEntry.swift */; };
9572008E1E1F19F9006BB4D6 /* juliand665BulletMatchEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9572008D1E1F19F9006BB4D6 /* juliand665BulletMatchEntry.swift */; };
B91642691E2041A800035C46 /* markings_short.json in Resources */ = {isa = PBXBuildFile; fileRef = B91642681E2041A800035C46 /* markings_short.json */; };
B98954A71E203D3C00335432 /* CodesmanBulletMatchEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = B98954A61E203D3C00335432 /* CodesmanBulletMatchEntry.swift */; };
D5D15B361E0C966A00CC9B1C /* felixdumitClockEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5D15B351E0C966A00CC9B1C /* felixdumitClockEntry.swift */; };
/* End PBXBuildFile section */

Expand All @@ -61,7 +60,6 @@
1B49C04F1E0850D90094121E /* BugKrushaBulletMatchEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BugKrushaBulletMatchEntry.swift; path = BulletMatch/Entries/BugKrushaBulletMatchEntry.swift; sourceTree = "<group>"; };
1B49C0521E0855C90094121E /* BulletMatchTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BulletMatchTests.swift; sourceTree = "<group>"; };
1B4ECDA41E08267B00767EBD /* BulletMatch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BulletMatch.swift; path = BulletMatch/BulletMatch.swift; sourceTree = "<group>"; };
1B5C1BC41E1EB242002E9254 /* markings_short.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = markings_short.json; sourceTree = "<group>"; };
1B9E113E1E005A7C00B9FA5A /* Clock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Clock.swift; sourceTree = "<group>"; };
1B9E11401E006A2B00B9FA5A /* BugKrushaClockEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BugKrushaClockEntry.swift; sourceTree = "<group>"; };
1B9E11451E006F0800B9FA5A /* ClockTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClockTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -91,11 +89,9 @@
948986691BE5CFB000D34976 /* CodeChallengeType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CodeChallengeType.swift; sourceTree = "<group>"; };
9489866F1BE5D28500D34976 /* ExampleCodeChallenge.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExampleCodeChallenge.swift; sourceTree = "<group>"; };
94FB98C91BE1B5D800228845 /* TwoSumChallenge.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TwoSumChallenge.swift; sourceTree = "<group>"; };

B98954A41E200B9700335432 /* CodesmanBulletMatchEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CodesmanBulletMatchEntry.swift; path = BulletMatch/CodesmanBulletMatchEntry.swift; sourceTree = "<group>"; };

9572008D1E1F19F9006BB4D6 /* juliand665BulletMatchEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = juliand665BulletMatchEntry.swift; path = BulletMatch/Entries/juliand665BulletMatchEntry.swift; sourceTree = "<group>"; };

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; };
B98954A61E203D3C00335432 /* CodesmanBulletMatchEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CodesmanBulletMatchEntry.swift; path = BulletMatch/Entries/CodesmanBulletMatchEntry.swift; sourceTree = "<group>"; };
D5D15B351E0C966A00CC9B1C /* felixdumitClockEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = felixdumitClockEntry.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -131,16 +127,16 @@
isa = PBXGroup;
children = (
1B49C04F1E0850D90094121E /* BugKrushaBulletMatchEntry.swift */,
B98954A41E200B9700335432 /* CodesmanBulletMatchEntry.swift */,
B98954A61E203D3C00335432 /* CodesmanBulletMatchEntry.swift */,
9572008D1E1F19F9006BB4D6 /* juliand665BulletMatchEntry.swift */,

);
name = Entries;
sourceTree = "<group>";
};
1B4ECDA61E0826B000767EBD /* BulletMatch */ = {
isa = PBXGroup;
children = (
1BB33E9E1E15BA5200C83E3F /* Resources */,
1B49C0511E0850DD0094121E /* Entries */,
1B4ECDA41E08267B00767EBD /* BulletMatch.swift */,
);
Expand Down Expand Up @@ -172,6 +168,7 @@
1BB33E9E1E15BA5200C83E3F /* Resources */ = {
isa = PBXGroup;
children = (
B91642681E2041A800035C46 /* markings_short.json */,
);
path = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -217,8 +214,6 @@
94350F591BE5D5C1003592FB /* Challenges */ = {
isa = PBXGroup;
children = (
1B5C1BC41E1EB242002E9254 /* markings_short.json */,
1BB33E9E1E15BA5200C83E3F /* Resources */,
1B9E11471E010A3500B9FA5A /* Clock */,
94350F661BE5EB21003592FB /* TwoSum */,
944CFCD61BE72AEB00FD2E41 /* LetterCombinationsOfPhoneNumber */,
Expand Down Expand Up @@ -392,7 +387,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
1B5C1BC51E1EB242002E9254 /* markings_short.json in Resources */,
B91642691E2041A800035C46 /* markings_short.json in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -415,10 +410,8 @@
1B9E113F1E005A7C00B9FA5A /* Clock.swift in Sources */,
1B9E11411E006A2B00B9FA5A /* BugKrushaClockEntry.swift in Sources */,
94350F781BE5F174003592FB /* Mosab.swift in Sources */,

B98954A51E200B9700335432 /* CodesmanBulletMatchEntry.swift in Sources */,
B98954A71E203D3C00335432 /* CodesmanBulletMatchEntry.swift in Sources */,
9572008E1E1F19F9006BB4D6 /* juliand665BulletMatchEntry.swift in Sources */,

94FB98CA1BE1B5D800228845 /* TwoSumChallenge.swift in Sources */,
7B925E521E05AFFF0009B0CD /* matthijsClockEntry.swift in Sources */,
2EB83A801E03290400FAAB32 /* EthanSchatzline-ClockEntry.swift in Sources */,
Expand Down
2 changes: 1 addition & 1 deletion CodeChallenge/Challenges/BulletMatch/BulletMatch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ final class BulletChallenge: CodeChallengeType {

var entries: [CodeChallengeEntry<BulletChallenge>] = [
bugKrushaBulletMatchEntry,
codesmanBulletMatchEntry
codesmanBulletMatchEntry,
juliand665BulletMatchEntry,
]

Expand Down