|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + F23D7BE72348E09B004C05C4 /* Home.swift in Sources */ = {isa = PBXBuildFile; fileRef = F23D7BE62348E09B004C05C4 /* Home.swift */; }; |
| 11 | + F23D7BE92348E591004C05C4 /* CategoryRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = F23D7BE82348E591004C05C4 /* CategoryRow.swift */; }; |
10 | 12 | F29B7DDE233F564D0025D62A /* RotatedBadgeSymbol.swift in Sources */ = {isa = PBXBuildFile; fileRef = F29B7DDD233F564D0025D62A /* RotatedBadgeSymbol.swift */; }; |
11 | 13 | F29B7E0B233F80EB0025D62A /* HikeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F29B7E0A233F80EB0025D62A /* HikeView.swift */; }; |
12 | 14 | F29B7E0D233F821F0025D62A /* Hike.swift in Sources */ = {isa = PBXBuildFile; fileRef = F29B7E0C233F821F0025D62A /* Hike.swift */; }; |
|
64 | 66 | /* End PBXContainerItemProxy section */ |
65 | 67 |
|
66 | 68 | /* Begin PBXFileReference section */ |
| 69 | + F23D7BE62348E09B004C05C4 /* Home.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Home.swift; sourceTree = "<group>"; }; |
| 70 | + F23D7BE82348E591004C05C4 /* CategoryRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CategoryRow.swift; sourceTree = "<group>"; }; |
67 | 71 | F29B7DDD233F564D0025D62A /* RotatedBadgeSymbol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RotatedBadgeSymbol.swift; sourceTree = "<group>"; }; |
68 | 72 | F29B7E0A233F80EB0025D62A /* HikeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HikeView.swift; sourceTree = "<group>"; }; |
69 | 73 | F29B7E0C233F821F0025D62A /* Hike.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Hike.swift; sourceTree = "<group>"; }; |
|
168 | 172 | F29B7E35233F85F60025D62A /* Supporting Views */ = { |
169 | 173 | isa = PBXGroup; |
170 | 174 | children = ( |
| 175 | + F23D7BE82348E591004C05C4 /* CategoryRow.swift */, |
171 | 176 | F29B7E09233F7F880025D62A /* Badge */, |
172 | 177 | F2BCE68A233A541E00D23078 /* LandmarkRow.swift */, |
173 | 178 | F2BCE683233A479E00D23078 /* MapView.swift */, |
|
212 | 217 | F2BCE690233A57FD00D23078 /* LandmarkList.swift */, |
213 | 218 | F29B7E0A233F80EB0025D62A /* HikeView.swift */, |
214 | 219 | F29B7E3A233F8A5D0025D62A /* HikeDetail.swift */, |
| 220 | + F23D7BE62348E09B004C05C4 /* Home.swift */, |
215 | 221 | ); |
216 | 222 | path = Landmarks; |
217 | 223 | sourceTree = "<group>"; |
|
380 | 386 | isa = PBXSourcesBuildPhase; |
381 | 387 | buildActionMask = 2147483647; |
382 | 388 | files = ( |
| 389 | + F23D7BE92348E591004C05C4 /* CategoryRow.swift in Sources */, |
383 | 390 | F29B7E0D233F821F0025D62A /* Hike.swift in Sources */, |
384 | 391 | F29B7E37233F87100025D62A /* HikeGraph.swift in Sources */, |
385 | 392 | F2C8B1A5233BB0460041D0BF /* HexagonParameters.swift in Sources */, |
|
393 | 400 | F2C8B1A9233BB8850041D0BF /* BadgeSymbol.swift in Sources */, |
394 | 401 | F29B7DDE233F564D0025D62A /* RotatedBadgeSymbol.swift in Sources */, |
395 | 402 | F2BCE656233A2FA600D23078 /* LandmarkDetail.swift in Sources */, |
| 403 | + F23D7BE72348E09B004C05C4 /* Home.swift in Sources */, |
396 | 404 | F2C8B1A7233BB6DC0041D0BF /* BadgeBackground.swift in Sources */, |
397 | 405 | F2BCE68B233A541E00D23078 /* LandmarkRow.swift in Sources */, |
398 | 406 | F2BCE688233A4EE700D23078 /* Landmark.swift in Sources */, |
|
0 commit comments