|
39 | 39 | 9489866A1BE5CFB000D34976 /* CodeChallengeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 948986691BE5CFB000D34976 /* CodeChallengeType.swift */; };
|
40 | 40 | 948986701BE5D28500D34976 /* ExampleCodeChallenge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9489866F1BE5D28500D34976 /* ExampleCodeChallenge.swift */; };
|
41 | 41 | 94FB98CA1BE1B5D800228845 /* TwoSumChallenge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94FB98C91BE1B5D800228845 /* TwoSumChallenge.swift */; };
|
42 |
| - |
43 |
| - B98954A51E200B9700335432 /* CodesmanBulletMatchEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = B98954A41E200B9700335432 /* CodesmanBulletMatchEntry.swift */; }; |
44 | 42 | 9572008E1E1F19F9006BB4D6 /* juliand665BulletMatchEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9572008D1E1F19F9006BB4D6 /* juliand665BulletMatchEntry.swift */; };
|
| 43 | + 957200991E206A35006BB4D6 /* juliand665LetterCombinationOfPhoneNumberEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 957200981E206A35006BB4D6 /* juliand665LetterCombinationOfPhoneNumberEntry.swift */; }; |
| 44 | + 9572009C1E206A4B006BB4D6 /* juliand665LSWRCEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9572009B1E206A4B006BB4D6 /* juliand665LSWRCEntry.swift */; }; |
| 45 | + 9572009E1E206A5E006BB4D6 /* juliand665ClockEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9572009D1E206A5E006BB4D6 /* juliand665ClockEntry.swift */; }; |
| 46 | + 957200A01E206A65006BB4D6 /* juliand665TwoSumEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9572009F1E206A65006BB4D6 /* juliand665TwoSumEntry.swift */; }; |
| 47 | + 957200A21E206A94006BB4D6 /* CodesmanBulletMatchEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 957200A11E206A94006BB4D6 /* CodesmanBulletMatchEntry.swift */; }; |
45 | 48 | D5D15B361E0C966A00CC9B1C /* felixdumitClockEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5D15B351E0C966A00CC9B1C /* felixdumitClockEntry.swift */; };
|
46 | 49 | /* End PBXBuildFile section */
|
47 | 50 |
|
|
91 | 94 | 948986691BE5CFB000D34976 /* CodeChallengeType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CodeChallengeType.swift; sourceTree = "<group>"; };
|
92 | 95 | 9489866F1BE5D28500D34976 /* ExampleCodeChallenge.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExampleCodeChallenge.swift; sourceTree = "<group>"; };
|
93 | 96 | 94FB98C91BE1B5D800228845 /* TwoSumChallenge.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TwoSumChallenge.swift; sourceTree = "<group>"; };
|
94 |
| - |
95 |
| - B98954A41E200B9700335432 /* CodesmanBulletMatchEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CodesmanBulletMatchEntry.swift; path = BulletMatch/CodesmanBulletMatchEntry.swift; sourceTree = "<group>"; }; |
96 |
| - |
97 | 97 | 9572008D1E1F19F9006BB4D6 /* juliand665BulletMatchEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = juliand665BulletMatchEntry.swift; path = BulletMatch/Entries/juliand665BulletMatchEntry.swift; sourceTree = "<group>"; };
|
98 |
| - |
| 98 | + 957200981E206A35006BB4D6 /* juliand665LetterCombinationOfPhoneNumberEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = juliand665LetterCombinationOfPhoneNumberEntry.swift; sourceTree = "<group>"; }; |
| 99 | + 9572009B1E206A4B006BB4D6 /* juliand665LSWRCEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = juliand665LSWRCEntry.swift; sourceTree = "<group>"; }; |
| 100 | + 9572009D1E206A5E006BB4D6 /* juliand665ClockEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = juliand665ClockEntry.swift; sourceTree = "<group>"; }; |
| 101 | + 9572009F1E206A65006BB4D6 /* juliand665TwoSumEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = juliand665TwoSumEntry.swift; sourceTree = "<group>"; }; |
| 102 | + 957200A11E206A94006BB4D6 /* CodesmanBulletMatchEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CodesmanBulletMatchEntry.swift; path = BulletMatch/Entries/CodesmanBulletMatchEntry.swift; sourceTree = "<group>"; }; |
99 | 103 | D5D15B351E0C966A00CC9B1C /* felixdumitClockEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = felixdumitClockEntry.swift; sourceTree = "<group>"; };
|
100 | 104 | /* End PBXFileReference section */
|
101 | 105 |
|
|
121 | 125 | 1B1F0A4C1BE7E9820030135C /* Entries */ = {
|
122 | 126 | isa = PBXGroup;
|
123 | 127 | children = (
|
| 128 | + 957200981E206A35006BB4D6 /* juliand665LetterCombinationOfPhoneNumberEntry.swift */, |
124 | 129 | 1B1F0A4D1BE7EA060030135C /* BugKrushaLetterCombinationsOfPhoneNumberEntry.swift */,
|
125 | 130 | 809B70491BF01B68004131BE /* LoganWrightEntry.swift */,
|
126 | 131 | );
|
|
130 | 135 | 1B49C0511E0850DD0094121E /* Entries */ = {
|
131 | 136 | isa = PBXGroup;
|
132 | 137 | children = (
|
| 138 | + 957200A11E206A94006BB4D6 /* CodesmanBulletMatchEntry.swift */, |
133 | 139 | 1B49C04F1E0850D90094121E /* BugKrushaBulletMatchEntry.swift */,
|
134 |
| - B98954A41E200B9700335432 /* CodesmanBulletMatchEntry.swift */, |
135 | 140 | 9572008D1E1F19F9006BB4D6 /* juliand665BulletMatchEntry.swift */,
|
136 |
| - |
137 | 141 | );
|
138 | 142 | name = Entries;
|
139 | 143 | sourceTree = "<group>";
|
|
150 | 154 | 1B9E11421E006A2F00B9FA5A /* Entries */ = {
|
151 | 155 | isa = PBXGroup;
|
152 | 156 | children = (
|
| 157 | + 9572009D1E206A5E006BB4D6 /* juliand665ClockEntry.swift */, |
153 | 158 | 3D00956E1E03200C004E631A /* BrandonShegaClockEntry.swift */,
|
154 | 159 | 1B9E11401E006A2B00B9FA5A /* BugKrushaClockEntry.swift */,
|
155 | 160 | 2EB83A7F1E03290400FAAB32 /* EthanSchatzline-ClockEntry.swift */,
|
|
261 | 266 | 94350F671BE5EB38003592FB /* Entries */ = {
|
262 | 267 | isa = PBXGroup;
|
263 | 268 | children = (
|
| 269 | + 9572009F1E206A65006BB4D6 /* juliand665TwoSumEntry.swift */, |
264 | 270 | 94350F681BE5EB90003592FB /* Aranasaurus.swift */,
|
265 | 271 | 94350F6A1BE5EBD3003592FB /* AlexPersian.swift */,
|
266 | 272 | 94350F6F1BE5EE94003592FB /* Aryaxt.swift */,
|
|
285 | 291 | 944CFCD91BE730A700FD2E41 /* LongestSubstringWithoutRepeatingCharacters */ = {
|
286 | 292 | isa = PBXGroup;
|
287 | 293 | children = (
|
| 294 | + 9572009A1E206A4B006BB4D6 /* Entries */, |
288 | 295 | 944CFCDA1BE7310B00FD2E41 /* LongestSubstringWithoutRepeatingCharactersChallenge.swift */,
|
289 | 296 | );
|
290 | 297 | path = LongestSubstringWithoutRepeatingCharacters;
|
|
299 | 306 | path = Base;
|
300 | 307 | sourceTree = "<group>";
|
301 | 308 | };
|
| 309 | + 9572009A1E206A4B006BB4D6 /* Entries */ = { |
| 310 | + isa = PBXGroup; |
| 311 | + children = ( |
| 312 | + 9572009B1E206A4B006BB4D6 /* juliand665LSWRCEntry.swift */, |
| 313 | + ); |
| 314 | + path = Entries; |
| 315 | + sourceTree = "<group>"; |
| 316 | + }; |
302 | 317 | /* End PBXGroup section */
|
303 | 318 |
|
304 | 319 | /* Begin PBXHeadersBuildPhase section */
|
|
410 | 425 | isa = PBXSourcesBuildPhase;
|
411 | 426 | buildActionMask = 2147483647;
|
412 | 427 | files = (
|
| 428 | + 957200A21E206A94006BB4D6 /* CodesmanBulletMatchEntry.swift in Sources */, |
413 | 429 | 94350F7A1BE5F24A003592FB /* Nuudles.swift in Sources */,
|
| 430 | + 957200991E206A35006BB4D6 /* juliand665LetterCombinationOfPhoneNumberEntry.swift in Sources */, |
414 | 431 | 94350F6B1BE5EBD3003592FB /* AlexPersian.swift in Sources */,
|
415 | 432 | 1B9E113F1E005A7C00B9FA5A /* Clock.swift in Sources */,
|
416 | 433 | 1B9E11411E006A2B00B9FA5A /* BugKrushaClockEntry.swift in Sources */,
|
417 | 434 | 94350F781BE5F174003592FB /* Mosab.swift in Sources */,
|
418 |
| - |
419 |
| - B98954A51E200B9700335432 /* CodesmanBulletMatchEntry.swift in Sources */, |
420 | 435 | 9572008E1E1F19F9006BB4D6 /* juliand665BulletMatchEntry.swift in Sources */,
|
421 |
| - |
422 | 436 | 94FB98CA1BE1B5D800228845 /* TwoSumChallenge.swift in Sources */,
|
423 | 437 | 7B925E521E05AFFF0009B0CD /* matthijsClockEntry.swift in Sources */,
|
424 | 438 | 2EB83A801E03290400FAAB32 /* EthanSchatzline-ClockEntry.swift in Sources */,
|
| 439 | + 957200A01E206A65006BB4D6 /* juliand665TwoSumEntry.swift in Sources */, |
425 | 440 | 9489866A1BE5CFB000D34976 /* CodeChallengeType.swift in Sources */,
|
426 | 441 | 1B4ECDA51E08267B00767EBD /* BulletMatch.swift in Sources */,
|
427 | 442 | 94350F701BE5EE94003592FB /* Aryaxt.swift in Sources */,
|
| 443 | + 9572009C1E206A4B006BB4D6 /* juliand665LSWRCEntry.swift in Sources */, |
428 | 444 | 948986701BE5D28500D34976 /* ExampleCodeChallenge.swift in Sources */,
|
429 | 445 | 1B31586F1E02FC7E0052ACBD /* FlavioSilverioClockEntry.swift in Sources */,
|
| 446 | + 9572009E1E206A5E006BB4D6 /* juliand665ClockEntry.swift in Sources */, |
430 | 447 | 944CFCDB1BE7310B00FD2E41 /* LongestSubstringWithoutRepeatingCharactersChallenge.swift in Sources */,
|
431 | 448 | 1B1F0A4E1BE7EA060030135C /* BugKrushaLetterCombinationsOfPhoneNumberEntry.swift in Sources */,
|
432 | 449 | 3D00956F1E03200C004E631A /* BrandonShegaClockEntry.swift in Sources */,
|
|
0 commit comments