|
|
@@ -7,11 +7,8 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
- 845967802543064F008C197E /* Badge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459677F2543064F008C197E /* Badge.swift */; };
|
|
|
- 8459678325431F38008C197E /* BadgeBackground.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459678225431F38008C197E /* BadgeBackground.swift */; };
|
|
|
- 8459678625431F94008C197E /* BadgeSymbol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8459678525431F94008C197E /* BadgeSymbol.swift */; };
|
|
|
- 84596789254323E2008C197E /* RotatedBadgeSymbol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84596788254323E2008C197E /* RotatedBadgeSymbol.swift */; };
|
|
|
B7310DD1229F6839001079B9 /* HexagonParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7310DD0229F6839001079B9 /* HexagonParameters.swift */; };
|
|
|
+ B7310DD3229F6CA9001079B9 /* Badge.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7310DD2229F6CA9001079B9 /* Badge.swift */; };
|
|
|
B7394866229F194000C47603 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394865229F194000C47603 /* AppDelegate.swift */; };
|
|
|
B7394868229F194000C47603 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394867229F194000C47603 /* SceneDelegate.swift */; };
|
|
|
B739486A229F194000C47603 /* LandmarkDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394869229F194000C47603 /* LandmarkDetail.swift */; };
|
|
|
@@ -38,15 +35,22 @@
|
|
|
B73948A1229F2E1F00C47603 /* LandmarkList.swift in Sources */ = {isa = PBXBuildFile; fileRef = B73948A0229F2E1F00C47603 /* LandmarkList.swift */; };
|
|
|
B73948A3229F3E2200C47603 /* charleyrivers.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B73948A2229F3E2200C47603 /* charleyrivers.jpg */; };
|
|
|
B7D2AAC5229F4D7C0061E5F5 /* UserData.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7D2AAC4229F4D7C0061E5F5 /* UserData.swift */; };
|
|
|
+ B7D587AE229F7382006E8DCF /* BadgeBackground.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7D587AD229F7382006E8DCF /* BadgeBackground.swift */; };
|
|
|
+ B7D587B0229F73C1006E8DCF /* BadgeSymbol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7D587AF229F73C1006E8DCF /* BadgeSymbol.swift */; };
|
|
|
+ B7D587B2229F7406006E8DCF /* RotatedBadgeSymbol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7D587B1229F7406006E8DCF /* RotatedBadgeSymbol.swift */; };
|
|
|
+ B7D587B6229F825D006E8DCF /* HikeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7D587B5229F825D006E8DCF /* HikeView.swift */; };
|
|
|
+ B7D587B8229F826D006E8DCF /* GraphCapsule.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7D587B7229F826D006E8DCF /* GraphCapsule.swift */; };
|
|
|
+ B7D587BA229F8288006E8DCF /* Hike.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7D587B9229F8288006E8DCF /* Hike.swift */; };
|
|
|
+ B7D587BC229F82EB006E8DCF /* HikeDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7D587BB229F82EB006E8DCF /* HikeDetail.swift */; };
|
|
|
+ B7D587BE229F82FF006E8DCF /* HikeGraph.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7D587BD229F82FF006E8DCF /* HikeGraph.swift */; };
|
|
|
+ B7D587C0229F830B006E8DCF /* hikeData.json in Resources */ = {isa = PBXBuildFile; fileRef = B7D587BF229F830B006E8DCF /* hikeData.json */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- 27FFE5444DA58085F4325C68 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; };
|
|
|
- 8459677F2543064F008C197E /* Badge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Badge.swift; sourceTree = "<group>"; };
|
|
|
- 8459678225431F38008C197E /* BadgeBackground.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadgeBackground.swift; sourceTree = "<group>"; };
|
|
|
- 8459678525431F94008C197E /* BadgeSymbol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadgeSymbol.swift; sourceTree = "<group>"; };
|
|
|
- 84596788254323E2008C197E /* RotatedBadgeSymbol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RotatedBadgeSymbol.swift; sourceTree = "<group>"; };
|
|
|
+ 0790415854E952624FBB8A39 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = "<group>"; };
|
|
|
+ A99FE5B13E0F2F6966AAD73C /* SampleCode.xcconfig */ = {isa = PBXFileReference; name = SampleCode.xcconfig; path = ../Configuration/SampleCode.xcconfig; sourceTree = "<group>"; };
|
|
|
B7310DD0229F6839001079B9 /* HexagonParameters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HexagonParameters.swift; sourceTree = "<group>"; };
|
|
|
+ B7310DD2229F6CA9001079B9 /* Badge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Badge.swift; sourceTree = "<group>"; };
|
|
|
B7394862229F194000C47603 /* Landmarks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Landmarks.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
B7394865229F194000C47603 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
|
B7394867229F194000C47603 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
|
|
@@ -75,7 +79,15 @@
|
|
|
B73948A0229F2E1F00C47603 /* LandmarkList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LandmarkList.swift; sourceTree = "<group>"; };
|
|
|
B73948A2229F3E2200C47603 /* charleyrivers.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = charleyrivers.jpg; sourceTree = "<group>"; };
|
|
|
B7D2AAC4229F4D7C0061E5F5 /* UserData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserData.swift; sourceTree = "<group>"; };
|
|
|
- B8A4CAA78D6B798B07B45529 /* SampleCode.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = SampleCode.xcconfig; path = ../Configuration/SampleCode.xcconfig; sourceTree = "<group>"; };
|
|
|
+ B7D587AD229F7382006E8DCF /* BadgeBackground.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadgeBackground.swift; sourceTree = "<group>"; };
|
|
|
+ B7D587AF229F73C1006E8DCF /* BadgeSymbol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadgeSymbol.swift; sourceTree = "<group>"; };
|
|
|
+ B7D587B1229F7406006E8DCF /* RotatedBadgeSymbol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RotatedBadgeSymbol.swift; sourceTree = "<group>"; };
|
|
|
+ B7D587B5229F825D006E8DCF /* HikeView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HikeView.swift; sourceTree = "<group>"; };
|
|
|
+ B7D587B7229F826D006E8DCF /* GraphCapsule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GraphCapsule.swift; sourceTree = "<group>"; };
|
|
|
+ B7D587B9229F8288006E8DCF /* Hike.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Hike.swift; sourceTree = "<group>"; };
|
|
|
+ B7D587BB229F82EB006E8DCF /* HikeDetail.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HikeDetail.swift; sourceTree = "<group>"; };
|
|
|
+ B7D587BD229F82FF006E8DCF /* HikeGraph.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HikeGraph.swift; sourceTree = "<group>"; };
|
|
|
+ B7D587BF229F830B006E8DCF /* hikeData.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = hikeData.json; sourceTree = "<group>"; };
|
|
|
C4E4AAA0C4E4035000000001 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
@@ -90,22 +102,31 @@
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
- 8BF134F5A54BCFC44BB3699D /* Configuration */ = {
|
|
|
+ 01795E30021484A2CDCC41E5 /* Configuration */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- B8A4CAA78D6B798B07B45529 /* SampleCode.xcconfig */,
|
|
|
+ A99FE5B13E0F2F6966AAD73C /* SampleCode.xcconfig */,
|
|
|
);
|
|
|
name = Configuration;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 44D158F0BA5EF8127E1B150D /* LICENSE */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 0790415854E952624FBB8A39 /* LICENSE.txt */,
|
|
|
+ );
|
|
|
+ name = LICENSE;
|
|
|
+ path = ../LICENSE;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
B7394859229F194000C47603 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
C4E4AAA0C4E4035000000001 /* README.md */,
|
|
|
B7394864229F194000C47603 /* Landmarks */,
|
|
|
B7394863229F194000C47603 /* Products */,
|
|
|
- 8BF134F5A54BCFC44BB3699D /* Configuration */,
|
|
|
- F0E92604CFEDA83BAF383A9E /* LICENSE */,
|
|
|
+ 01795E30021484A2CDCC41E5 /* Configuration */,
|
|
|
+ 44D158F0BA5EF8127E1B150D /* LICENSE */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
@@ -126,6 +147,8 @@
|
|
|
B73948A0229F2E1F00C47603 /* LandmarkList.swift */,
|
|
|
B739489E229F2D9700C47603 /* LandmarkRow.swift */,
|
|
|
B7394869229F194000C47603 /* LandmarkDetail.swift */,
|
|
|
+ B7D587B5229F825D006E8DCF /* HikeView.swift */,
|
|
|
+ B7D587BB229F82EB006E8DCF /* HikeDetail.swift */,
|
|
|
B7310DD0229F6839001079B9 /* HexagonParameters.swift */,
|
|
|
B739487D229F1C0100C47603 /* Supporting Views */,
|
|
|
B7394883229F291A00C47603 /* Resources */,
|
|
|
@@ -133,10 +156,6 @@
|
|
|
B7394870229F194200C47603 /* LaunchScreen.storyboard */,
|
|
|
B7394873229F194200C47603 /* Info.plist */,
|
|
|
B739486D229F194200C47603 /* Preview Content */,
|
|
|
- 8459677F2543064F008C197E /* Badge.swift */,
|
|
|
- 8459678525431F94008C197E /* BadgeSymbol.swift */,
|
|
|
- 84596788254323E2008C197E /* RotatedBadgeSymbol.swift */,
|
|
|
- 8459678225431F38008C197E /* BadgeBackground.swift */,
|
|
|
);
|
|
|
path = Landmarks;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -154,6 +173,12 @@
|
|
|
children = (
|
|
|
B7394879229F1B3F00C47603 /* CircleImage.swift */,
|
|
|
B739487B229F1B6800C47603 /* MapView.swift */,
|
|
|
+ B7310DD2229F6CA9001079B9 /* Badge.swift */,
|
|
|
+ B7D587AF229F73C1006E8DCF /* BadgeSymbol.swift */,
|
|
|
+ B7D587B1229F7406006E8DCF /* RotatedBadgeSymbol.swift */,
|
|
|
+ B7D587AD229F7382006E8DCF /* BadgeBackground.swift */,
|
|
|
+ B7D587BD229F82FF006E8DCF /* HikeGraph.swift */,
|
|
|
+ B7D587B7229F826D006E8DCF /* GraphCapsule.swift */,
|
|
|
);
|
|
|
path = "Supporting Views";
|
|
|
sourceTree = "<group>";
|
|
|
@@ -163,6 +188,7 @@
|
|
|
children = (
|
|
|
B7394880229F28B900C47603 /* Data.swift */,
|
|
|
B739487F229F28B900C47603 /* Landmark.swift */,
|
|
|
+ B7D587B9229F8288006E8DCF /* Hike.swift */,
|
|
|
B7D2AAC4229F4D7C0061E5F5 /* UserData.swift */,
|
|
|
);
|
|
|
path = Models;
|
|
|
@@ -172,6 +198,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
B739488E229F292E00C47603 /* landmarkData.json */,
|
|
|
+ B7D587BF229F830B006E8DCF /* hikeData.json */,
|
|
|
B7394890229F292F00C47603 /* chilkoottrail.jpg */,
|
|
|
B739488F229F292F00C47603 /* chincoteague.jpg */,
|
|
|
B739488A229F292E00C47603 /* hiddenlake.jpg */,
|
|
|
@@ -188,15 +215,6 @@
|
|
|
path = Resources;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- F0E92604CFEDA83BAF383A9E /* LICENSE */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- 27FFE5444DA58085F4325C68 /* LICENSE.txt */,
|
|
|
- );
|
|
|
- name = LICENSE;
|
|
|
- path = ../LICENSE;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
@@ -232,7 +250,7 @@
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
- buildConfigurationList = B739485D229F194000C47603 /* Build configuration list for PBXProject "DrawingPathsAndShapes" */;
|
|
|
+ buildConfigurationList = B739485D229F194000C47603 /* Build configuration list for PBXProject "AnimatingViewsAndTransitions" */;
|
|
|
compatibilityVersion = "Xcode 9.3";
|
|
|
developmentRegion = en;
|
|
|
hasScannedForEncodings = 0;
|
|
|
@@ -257,6 +275,7 @@
|
|
|
files = (
|
|
|
B739489A229F292F00C47603 /* silversalmoncreek.jpg in Resources */,
|
|
|
B7394894229F292F00C47603 /* lakemcdonald.jpg in Resources */,
|
|
|
+ B7D587C0229F830B006E8DCF /* hikeData.json in Resources */,
|
|
|
B7394872229F194200C47603 /* LaunchScreen.storyboard in Resources */,
|
|
|
B73948A3229F3E2200C47603 /* charleyrivers.jpg in Resources */,
|
|
|
B7394891229F292F00C47603 /* rainbowlake.jpg in Resources */,
|
|
|
@@ -282,16 +301,21 @@
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
B7394882229F28B900C47603 /* Data.swift in Sources */,
|
|
|
- 845967802543064F008C197E /* Badge.swift in Sources */,
|
|
|
+ B7310DD3229F6CA9001079B9 /* Badge.swift in Sources */,
|
|
|
B7394866229F194000C47603 /* AppDelegate.swift in Sources */,
|
|
|
+ B7D587B8229F826D006E8DCF /* GraphCapsule.swift in Sources */,
|
|
|
B739487A229F1B3F00C47603 /* CircleImage.swift in Sources */,
|
|
|
B739487C229F1B6800C47603 /* MapView.swift in Sources */,
|
|
|
+ B7D587BA229F8288006E8DCF /* Hike.swift in Sources */,
|
|
|
+ B7D587BC229F82EB006E8DCF /* HikeDetail.swift in Sources */,
|
|
|
+ B7D587B6229F825D006E8DCF /* HikeView.swift in Sources */,
|
|
|
B7310DD1229F6839001079B9 /* HexagonParameters.swift in Sources */,
|
|
|
B73948A1229F2E1F00C47603 /* LandmarkList.swift in Sources */,
|
|
|
- 8459678625431F94008C197E /* BadgeSymbol.swift in Sources */,
|
|
|
- 84596789254323E2008C197E /* RotatedBadgeSymbol.swift in Sources */,
|
|
|
+ B7D587B0229F73C1006E8DCF /* BadgeSymbol.swift in Sources */,
|
|
|
+ B7D587B2229F7406006E8DCF /* RotatedBadgeSymbol.swift in Sources */,
|
|
|
+ B7D587BE229F82FF006E8DCF /* HikeGraph.swift in Sources */,
|
|
|
B7394868229F194000C47603 /* SceneDelegate.swift in Sources */,
|
|
|
- 8459678325431F38008C197E /* BadgeBackground.swift in Sources */,
|
|
|
+ B7D587AE229F7382006E8DCF /* BadgeBackground.swift in Sources */,
|
|
|
B739486A229F194000C47603 /* LandmarkDetail.swift in Sources */,
|
|
|
B739489F229F2D9700C47603 /* LandmarkRow.swift in Sources */,
|
|
|
B7D2AAC5229F4D7C0061E5F5 /* UserData.swift in Sources */,
|
|
|
@@ -315,7 +339,7 @@
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
B7394874229F194200C47603 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
- baseConfigurationReference = B8A4CAA78D6B798B07B45529 /* SampleCode.xcconfig */;
|
|
|
+ baseConfigurationReference = A99FE5B13E0F2F6966AAD73C /* SampleCode.xcconfig */;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
@@ -377,7 +401,7 @@
|
|
|
};
|
|
|
B7394875229F194200C47603 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
- baseConfigurationReference = B8A4CAA78D6B798B07B45529 /* SampleCode.xcconfig */;
|
|
|
+ baseConfigurationReference = A99FE5B13E0F2F6966AAD73C /* SampleCode.xcconfig */;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
@@ -433,7 +457,7 @@
|
|
|
};
|
|
|
B7394877229F194200C47603 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
- baseConfigurationReference = B8A4CAA78D6B798B07B45529 /* SampleCode.xcconfig */;
|
|
|
+ baseConfigurationReference = A99FE5B13E0F2F6966AAD73C /* SampleCode.xcconfig */;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
@@ -455,7 +479,7 @@
|
|
|
};
|
|
|
B7394878229F194200C47603 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
- baseConfigurationReference = B8A4CAA78D6B798B07B45529 /* SampleCode.xcconfig */;
|
|
|
+ baseConfigurationReference = A99FE5B13E0F2F6966AAD73C /* SampleCode.xcconfig */;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
@@ -478,7 +502,7 @@
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
- B739485D229F194000C47603 /* Build configuration list for PBXProject "DrawingPathsAndShapes" */ = {
|
|
|
+ B739485D229F194000C47603 /* Build configuration list for PBXProject "AnimatingViewsAndTransitions" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
B7394874229F194200C47603 /* Debug */,
|