|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 1B1F0A4E1BE7EA060030135C /* BugKrushaLetterCombinationsOfPhoneNumberEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B1F0A4D1BE7EA060030135C /* BugKrushaLetterCombinationsOfPhoneNumberEntry.swift */; };
|
11 | 11 | 1B31586F1E02FC7E0052ACBD /* FlavioSilverioClockEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B31586E1E02FC7E0052ACBD /* FlavioSilverioClockEntry.swift */; };
|
| 12 | + 1B49C0501E0850D90094121E /* BugKrushaBulletMatchEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B49C04F1E0850D90094121E /* BugKrushaBulletMatchEntry.swift */; }; |
| 13 | + 1B49C0531E0855C90094121E /* BulletMatchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B49C0521E0855C90094121E /* BulletMatchTests.swift */; }; |
| 14 | + 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 */; }; |
12 | 16 | 1B9E113F1E005A7C00B9FA5A /* Clock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B9E113E1E005A7C00B9FA5A /* Clock.swift */; };
|
13 | 17 | 1B9E11411E006A2B00B9FA5A /* BugKrushaClockEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B9E11401E006A2B00B9FA5A /* BugKrushaClockEntry.swift */; };
|
14 | 18 | 1B9E11461E006F0800B9FA5A /* ClockTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B9E11451E006F0800B9FA5A /* ClockTests.swift */; };
|
|
51 | 55 | /* Begin PBXFileReference section */
|
52 | 56 | 1B1F0A4D1BE7EA060030135C /* BugKrushaLetterCombinationsOfPhoneNumberEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BugKrushaLetterCombinationsOfPhoneNumberEntry.swift; sourceTree = "<group>"; };
|
53 | 57 | 1B31586E1E02FC7E0052ACBD /* FlavioSilverioClockEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlavioSilverioClockEntry.swift; sourceTree = "<group>"; };
|
| 58 | + 1B49C04F1E0850D90094121E /* BugKrushaBulletMatchEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BugKrushaBulletMatchEntry.swift; path = BulletMatch/Entries/BugKrushaBulletMatchEntry.swift; sourceTree = "<group>"; }; |
| 59 | + 1B49C0521E0855C90094121E /* BulletMatchTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BulletMatchTests.swift; sourceTree = "<group>"; }; |
| 60 | + 1B4ECDA41E08267B00767EBD /* BulletMatch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BulletMatch.swift; path = BulletMatch/BulletMatch.swift; sourceTree = "<group>"; }; |
| 61 | + 1B5C1BC41E1EB242002E9254 /* markings_short.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = markings_short.json; sourceTree = "<group>"; }; |
54 | 62 | 1B9E113E1E005A7C00B9FA5A /* Clock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Clock.swift; sourceTree = "<group>"; };
|
55 | 63 | 1B9E11401E006A2B00B9FA5A /* BugKrushaClockEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BugKrushaClockEntry.swift; sourceTree = "<group>"; };
|
56 | 64 | 1B9E11451E006F0800B9FA5A /* ClockTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClockTests.swift; sourceTree = "<group>"; };
|
|
111 | 119 | path = Entries;
|
112 | 120 | sourceTree = "<group>";
|
113 | 121 | };
|
| 122 | + 1B49C0511E0850DD0094121E /* Entries */ = { |
| 123 | + isa = PBXGroup; |
| 124 | + children = ( |
| 125 | + 1B49C04F1E0850D90094121E /* BugKrushaBulletMatchEntry.swift */, |
| 126 | + ); |
| 127 | + name = Entries; |
| 128 | + sourceTree = "<group>"; |
| 129 | + }; |
| 130 | + 1B4ECDA61E0826B000767EBD /* BulletMatch */ = { |
| 131 | + isa = PBXGroup; |
| 132 | + children = ( |
| 133 | + 1B49C0511E0850DD0094121E /* Entries */, |
| 134 | + 1B4ECDA41E08267B00767EBD /* BulletMatch.swift */, |
| 135 | + ); |
| 136 | + name = BulletMatch; |
| 137 | + sourceTree = "<group>"; |
| 138 | + }; |
114 | 139 | 1B9E11421E006A2F00B9FA5A /* Entries */ = {
|
115 | 140 | isa = PBXGroup;
|
116 | 141 | children = (
|
|
133 | 158 | path = Clock;
|
134 | 159 | sourceTree = "<group>";
|
135 | 160 | };
|
| 161 | + 1BB33E9E1E15BA5200C83E3F /* Resources */ = { |
| 162 | + isa = PBXGroup; |
| 163 | + children = ( |
| 164 | + ); |
| 165 | + path = Resources; |
| 166 | + sourceTree = "<group>"; |
| 167 | + }; |
136 | 168 | 9272E19A1BD7F6560030B403 = {
|
137 | 169 | isa = PBXGroup;
|
138 | 170 | children = (
|
|
174 | 206 | 94350F591BE5D5C1003592FB /* Challenges */ = {
|
175 | 207 | isa = PBXGroup;
|
176 | 208 | children = (
|
| 209 | + 1B5C1BC41E1EB242002E9254 /* markings_short.json */, |
| 210 | + 1BB33E9E1E15BA5200C83E3F /* Resources */, |
177 | 211 | 1B9E11471E010A3500B9FA5A /* Clock */,
|
178 | 212 | 94350F661BE5EB21003592FB /* TwoSum */,
|
179 | 213 | 944CFCD61BE72AEB00FD2E41 /* LetterCombinationsOfPhoneNumber */,
|
180 | 214 | 944CFCD91BE730A700FD2E41 /* LongestSubstringWithoutRepeatingCharacters */,
|
| 215 | + 1B4ECDA61E0826B000767EBD /* BulletMatch */, |
181 | 216 | );
|
182 | 217 | path = Challenges;
|
183 | 218 | sourceTree = "<group>";
|
|
195 | 230 | isa = PBXGroup;
|
196 | 231 | children = (
|
197 | 232 | 94350F641BE5E836003592FB /* TwoSumTests.swift */,
|
| 233 | + 1B49C0521E0855C90094121E /* BulletMatchTests.swift */, |
198 | 234 | 9272E1E51BDED73A0030B403 /* LetterCombinationsOfPhoneNumberTests.swift */,
|
199 | 235 | 1B9E11451E006F0800B9FA5A /* ClockTests.swift */,
|
200 | 236 | 9272E1E31BDED71C0030B403 /* LongestSubstringWithoutRepeatingCharactersTests.swift */,
|
|
345 | 381 | isa = PBXResourcesBuildPhase;
|
346 | 382 | buildActionMask = 2147483647;
|
347 | 383 | files = (
|
| 384 | + 1B5C1BC51E1EB242002E9254 /* markings_short.json in Resources */, |
348 | 385 | );
|
349 | 386 | runOnlyForDeploymentPostprocessing = 0;
|
350 | 387 | };
|
|
371 | 408 | 7B925E521E05AFFF0009B0CD /* matthijsClockEntry.swift in Sources */,
|
372 | 409 | 2EB83A801E03290400FAAB32 /* EthanSchatzline-ClockEntry.swift in Sources */,
|
373 | 410 | 9489866A1BE5CFB000D34976 /* CodeChallengeType.swift in Sources */,
|
| 411 | + 1B4ECDA51E08267B00767EBD /* BulletMatch.swift in Sources */, |
374 | 412 | 94350F701BE5EE94003592FB /* Aryaxt.swift in Sources */,
|
375 | 413 | 948986701BE5D28500D34976 /* ExampleCodeChallenge.swift in Sources */,
|
376 | 414 | 1B31586F1E02FC7E0052ACBD /* FlavioSilverioClockEntry.swift in Sources */,
|
377 | 415 | 944CFCDB1BE7310B00FD2E41 /* LongestSubstringWithoutRepeatingCharactersChallenge.swift in Sources */,
|
378 | 416 | 1B1F0A4E1BE7EA060030135C /* BugKrushaLetterCombinationsOfPhoneNumberEntry.swift in Sources */,
|
379 | 417 | 3D00956F1E03200C004E631A /* BrandonShegaClockEntry.swift in Sources */,
|
| 418 | + 1B49C0501E0850D90094121E /* BugKrushaBulletMatchEntry.swift in Sources */, |
380 | 419 | 94350F741BE5F04A003592FB /* IanKeen.swift in Sources */,
|
381 | 420 | 94350F761BE5F0F6003592FB /* Logan.swift in Sources */,
|
382 | 421 | 94350F721BE5EF9F003592FB /* BugKrusha.swift in Sources */,
|
|
392 | 431 | buildActionMask = 2147483647;
|
393 | 432 | files = (
|
394 | 433 | 1B9E11461E006F0800B9FA5A /* ClockTests.swift in Sources */,
|
| 434 | + 1B49C0531E0855C90094121E /* BulletMatchTests.swift in Sources */, |
395 | 435 | 9272E1E61BDED73A0030B403 /* LetterCombinationsOfPhoneNumberTests.swift in Sources */,
|
396 | 436 | 94350F611BE5D859003592FB /* ExampleChallengeTests.swift in Sources */,
|
397 | 437 | 94350F651BE5E836003592FB /* TwoSumTests.swift in Sources */,
|
|
0 commit comments