Skip to content

Commit ffc42b9

Browse files
committed
Fixed project after file rename.
1 parent c69bc62 commit ffc42b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Unwrap.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@
183183
51D8FE7120ED3879004DFF83 /* TapToCodeQuestion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51D8FE7020ED3879004DFF83 /* TapToCodeQuestion.swift */; };
184184
51D8FE7320ED3BF6004DFF83 /* TapToCodePractice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51D8FE7220ED3BF6004DFF83 /* TapToCodePractice.swift */; };
185185
51D8FE7520EE040F004DFF83 /* TapToCode.json in Resources */ = {isa = PBXBuildFile; fileRef = 51D8FE7420EE040F004DFF83 /* TapToCode.json */; };
186-
51DB1D79222D9648005CB620 /* WrongAnswer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51DB1D78222D9648005CB620 /* WrongAnswer.swift */; };
187186
51DDE52221107B170056020E /* PredictTheOutputAnswer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51DDE52121107B170056020E /* PredictTheOutputAnswer.swift */; };
188187
51E35647223CE43400C05881 /* Float-Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E35646223CE43400C05881 /* Float-Random.swift */; };
188+
51E678C623FECB360054FBA9 /* ReasonedAnswer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E678C523FECB360054FBA9 /* ReasonedAnswer.swift */; };
189189
51EFBEF3210CFED100211A8D /* String-Attributed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51EFBEF2210CFED100211A8D /* String-Attributed.swift */; };
190190
51EFBEF5210D010300211A8D /* CreditsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51EFBEF4210D010300211A8D /* CreditsViewController.swift */; };
191191
51EFBEFA210D111400211A8D /* NSRegularExpression-HardCoded.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51EFBEF9210D111400211A8D /* NSRegularExpression-HardCoded.swift */; };
@@ -821,9 +821,9 @@
821821
51D8FE7020ED3879004DFF83 /* TapToCodeQuestion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TapToCodeQuestion.swift; sourceTree = "<group>"; };
822822
51D8FE7220ED3BF6004DFF83 /* TapToCodePractice.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TapToCodePractice.swift; sourceTree = "<group>"; };
823823
51D8FE7420EE040F004DFF83 /* TapToCode.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = TapToCode.json; sourceTree = "<group>"; };
824-
51DB1D78222D9648005CB620 /* WrongAnswer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WrongAnswer.swift; sourceTree = "<group>"; };
825824
51DDE52121107B170056020E /* PredictTheOutputAnswer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PredictTheOutputAnswer.swift; sourceTree = "<group>"; };
826825
51E35646223CE43400C05881 /* Float-Random.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Float-Random.swift"; sourceTree = "<group>"; };
826+
51E678C523FECB360054FBA9 /* ReasonedAnswer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReasonedAnswer.swift; sourceTree = "<group>"; };
827827
51EFBEF2210CFED100211A8D /* String-Attributed.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String-Attributed.swift"; sourceTree = "<group>"; };
828828
51EFBEF4210D010300211A8D /* CreditsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreditsViewController.swift; sourceTree = "<group>"; };
829829
51EFBEF9210D111400211A8D /* NSRegularExpression-HardCoded.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSRegularExpression-HardCoded.swift"; sourceTree = "<group>"; };
@@ -1771,7 +1771,7 @@
17711771
5156459020E1163500CED877 /* StudyViewController.swift */,
17721772
51FE120C20E2532100F29889 /* StudyTextView.swift */,
17731773
51FE151D20E2814E00F29889 /* StudyReview.swift */,
1774-
51DB1D78222D9648005CB620 /* WrongAnswer.swift */,
1774+
51E678C523FECB360054FBA9 /* ReasonedAnswer.swift */,
17751775
);
17761776
path = Study;
17771777
sourceTree = "<group>";
@@ -2881,6 +2881,7 @@
28812881
51DDE52221107B170056020E /* PredictTheOutputAnswer.swift in Sources */,
28822882
51C5642D20CCC5480093030C /* Chapter.swift in Sources */,
28832883
5153F49220EF7430009E829D /* LearnCoordinator.swift in Sources */,
2884+
51E678C623FECB360054FBA9 /* ReasonedAnswer.swift in Sources */,
28842885
51A4476B2108A108005D8665 /* Badge.swift in Sources */,
28852886
51C5642920CCC2520093030C /* LearnDataSource.swift in Sources */,
28862887
511FD6C62107CE9C0023E92C /* AlertHandling.swift in Sources */,
@@ -2954,7 +2955,6 @@
29542955
51862E5E20CE2C300086CD1B /* Formatted.swift in Sources */,
29552956
5189D9D720EA4AAC00E6E1D3 /* UIButton-Types.swift in Sources */,
29562957
51A447632107EF18005D8665 /* BadgeTableViewCell.swift in Sources */,
2957-
51DB1D79222D9648005CB620 /* WrongAnswer.swift in Sources */,
29582958
51A6D62720E651DA00FB6B46 /* FloatNames.swift in Sources */,
29592959
51A6D66820E6953100FB6B46 /* CodeErrorType.swift in Sources */,
29602960
B93AEC4F2273DF03005A50DF /* PreviousChallengeTableViewCell.swift in Sources */,

0 commit comments

Comments
 (0)