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

Commit 2012a27

Browse files
committed
Move files into appropriate places and fix xcodeproj
1 parent 71310a0 commit 2012a27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CodeChallenge.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
/* Begin PBXFileReference section */
4747
1B1F0A4D1BE7EA060030135C /* BugKrushaLetterCombinationsOfPhoneNumberEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BugKrushaLetterCombinationsOfPhoneNumberEntry.swift; sourceTree = "<group>"; };
48-
1B9E113E1E005A7C00B9FA5A /* Clock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Clock.swift; path = TwoSum/Clock.swift; sourceTree = "<group>"; };
48+
1B9E113E1E005A7C00B9FA5A /* Clock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Clock.swift; sourceTree = "<group>"; };
4949
1B9E11401E006A2B00B9FA5A /* BugKrushaClockEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BugKrushaClockEntry.swift; sourceTree = "<group>"; };
5050
1B9E11451E006F0800B9FA5A /* ClockTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClockTests.swift; sourceTree = "<group>"; };
5151
809B70491BF01B68004131BE /* LoganWrightEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoganWrightEntry.swift; sourceTree = "<group>"; };
@@ -106,16 +106,16 @@
106106
children = (
107107
1B9E11401E006A2B00B9FA5A /* BugKrushaClockEntry.swift */,
108108
);
109-
name = Entries;
109+
path = Entries;
110110
sourceTree = "<group>";
111111
};
112112
1B9E11471E010A3500B9FA5A /* Clock */ = {
113113
isa = PBXGroup;
114114
children = (
115-
1B9E113E1E005A7C00B9FA5A /* Clock.swift */,
116115
1B9E11421E006A2F00B9FA5A /* Entries */,
116+
1B9E113E1E005A7C00B9FA5A /* Clock.swift */,
117117
);
118-
name = Clock;
118+
path = Clock;
119119
sourceTree = "<group>";
120120
};
121121
9272E19A1BD7F6560030B403 = {

0 commit comments

Comments
 (0)