|
@@ -7,7 +7,7 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
- 8473A7282530857400415A81 /* UserData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8473A7272530857400415A81 /* UserData.swift */; };
|
|
|
+ B7310DD1229F6839001079B9 /* HexagonParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7310DD0229F6839001079B9 /* HexagonParameters.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 */; };
|
|
@@ -33,12 +33,12 @@
|
|
|
B739489F229F2D9700C47603 /* LandmarkRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B739489E229F2D9700C47603 /* LandmarkRow.swift */; };
|
|
|
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 */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = SampleCode.xcconfig; path = ../Configuration/SampleCode.xcconfig; sourceTree = "<group>"; };
|
|
|
- 8016A7122042026B58FF1299 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; };
|
|
|
- 8473A7272530857400415A81 /* UserData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserData.swift; sourceTree = "<group>"; };
|
|
|
+ 27FFE5444DA58085F4325C68 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = "<group>"; };
|
|
|
+ B7310DD0229F6839001079B9 /* HexagonParameters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HexagonParameters.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>"; };
|
|
@@ -66,6 +66,8 @@
|
|
|
B739489E229F2D9700C47603 /* LandmarkRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = LandmarkRow.swift; path = "Supporting Views/LandmarkRow.swift"; sourceTree = "<group>"; };
|
|
|
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; name = SampleCode.xcconfig; path = ../Configuration/SampleCode.xcconfig; sourceTree = "<group>"; };
|
|
|
C4E4AAA0C4E4035000000001 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
@@ -80,10 +82,10 @@
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
- 00ABA66E85532B385D477CBF /* Configuration */ = {
|
|
|
+ 8BF134F5A54BCFC44BB3699D /* Configuration */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */,
|
|
|
+ B8A4CAA78D6B798B07B45529 /* SampleCode.xcconfig */,
|
|
|
);
|
|
|
name = Configuration;
|
|
|
sourceTree = "<group>";
|
|
@@ -94,8 +96,8 @@
|
|
|
C4E4AAA0C4E4035000000001 /* README.md */,
|
|
|
B7394864229F194000C47603 /* Landmarks */,
|
|
|
B7394863229F194000C47603 /* Products */,
|
|
|
- 00ABA66E85532B385D477CBF /* Configuration */,
|
|
|
- E573155042573F7430EB4C1C /* LICENSE */,
|
|
|
+ 8BF134F5A54BCFC44BB3699D /* Configuration */,
|
|
|
+ F0E92604CFEDA83BAF383A9E /* LICENSE */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
@@ -115,8 +117,8 @@
|
|
|
B7394867229F194000C47603 /* SceneDelegate.swift */,
|
|
|
B73948A0229F2E1F00C47603 /* LandmarkList.swift */,
|
|
|
B739489E229F2D9700C47603 /* LandmarkRow.swift */,
|
|
|
- 8473A7272530857400415A81 /* UserData.swift */,
|
|
|
B7394869229F194000C47603 /* LandmarkDetail.swift */,
|
|
|
+ B7310DD0229F6839001079B9 /* HexagonParameters.swift */,
|
|
|
B739487D229F1C0100C47603 /* Supporting Views */,
|
|
|
B7394883229F291A00C47603 /* Resources */,
|
|
|
B739486B229F194200C47603 /* Assets.xcassets */,
|
|
@@ -149,6 +151,7 @@
|
|
|
children = (
|
|
|
B7394880229F28B900C47603 /* Data.swift */,
|
|
|
B739487F229F28B900C47603 /* Landmark.swift */,
|
|
|
+ B7D2AAC4229F4D7C0061E5F5 /* UserData.swift */,
|
|
|
);
|
|
|
path = Models;
|
|
|
sourceTree = "<group>";
|
|
@@ -173,10 +176,10 @@
|
|
|
path = Resources;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- E573155042573F7430EB4C1C /* LICENSE */ = {
|
|
|
+ F0E92604CFEDA83BAF383A9E /* LICENSE */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 8016A7122042026B58FF1299 /* LICENSE.txt */,
|
|
|
+ 27FFE5444DA58085F4325C68 /* LICENSE.txt */,
|
|
|
);
|
|
|
name = LICENSE;
|
|
|
path = ../LICENSE;
|
|
@@ -217,7 +220,7 @@
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
- buildConfigurationList = B739485D229F194000C47603 /* Build configuration list for PBXProject "HandlingUserInput" */;
|
|
|
+ buildConfigurationList = B739485D229F194000C47603 /* Build configuration list for PBXProject "DrawingPathsAndShapes" */;
|
|
|
compatibilityVersion = "Xcode 9.3";
|
|
|
developmentRegion = en;
|
|
|
hasScannedForEncodings = 0;
|
|
@@ -270,11 +273,12 @@
|
|
|
B7394866229F194000C47603 /* AppDelegate.swift in Sources */,
|
|
|
B739487A229F1B3F00C47603 /* CircleImage.swift in Sources */,
|
|
|
B739487C229F1B6800C47603 /* MapView.swift in Sources */,
|
|
|
+ B7310DD1229F6839001079B9 /* HexagonParameters.swift in Sources */,
|
|
|
B73948A1229F2E1F00C47603 /* LandmarkList.swift in Sources */,
|
|
|
B7394868229F194000C47603 /* SceneDelegate.swift in Sources */,
|
|
|
B739486A229F194000C47603 /* LandmarkDetail.swift in Sources */,
|
|
|
B739489F229F2D9700C47603 /* LandmarkRow.swift in Sources */,
|
|
|
- 8473A7282530857400415A81 /* UserData.swift in Sources */,
|
|
|
+ B7D2AAC5229F4D7C0061E5F5 /* UserData.swift in Sources */,
|
|
|
B7394881229F28B900C47603 /* Landmark.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -295,7 +299,7 @@
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
B7394874229F194200C47603 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
- baseConfigurationReference = 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */;
|
|
|
+ baseConfigurationReference = B8A4CAA78D6B798B07B45529 /* SampleCode.xcconfig */;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
@@ -357,7 +361,7 @@
|
|
|
};
|
|
|
B7394875229F194200C47603 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
- baseConfigurationReference = 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */;
|
|
|
+ baseConfigurationReference = B8A4CAA78D6B798B07B45529 /* SampleCode.xcconfig */;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
@@ -413,7 +417,7 @@
|
|
|
};
|
|
|
B7394877229F194200C47603 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
- baseConfigurationReference = 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */;
|
|
|
+ baseConfigurationReference = B8A4CAA78D6B798B07B45529 /* SampleCode.xcconfig */;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
@@ -435,7 +439,7 @@
|
|
|
};
|
|
|
B7394878229F194200C47603 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
- baseConfigurationReference = 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */;
|
|
|
+ baseConfigurationReference = B8A4CAA78D6B798B07B45529 /* SampleCode.xcconfig */;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
@@ -458,7 +462,7 @@
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
- B739485D229F194000C47603 /* Build configuration list for PBXProject "HandlingUserInput" */ = {
|
|
|
+ B739485D229F194000C47603 /* Build configuration list for PBXProject "DrawingPathsAndShapes" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
B7394874229F194200C47603 /* Debug */,
|