|
@@ -7,6 +7,7 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
+ 8473A7282530857400415A81 /* UserData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8473A7272530857400415A81 /* UserData.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 */; };
|
|
@@ -35,8 +36,9 @@
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */ = {isa = PBXFileReference; name = SampleCode.xcconfig; path = ../Configuration/SampleCode.xcconfig; sourceTree = "<group>"; };
|
|
|
- 8016A7122042026B58FF1299 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = "<group>"; };
|
|
|
+ 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>"; };
|
|
|
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>"; };
|
|
@@ -113,6 +115,7 @@
|
|
|
B7394867229F194000C47603 /* SceneDelegate.swift */,
|
|
|
B73948A0229F2E1F00C47603 /* LandmarkList.swift */,
|
|
|
B739489E229F2D9700C47603 /* LandmarkRow.swift */,
|
|
|
+ 8473A7272530857400415A81 /* UserData.swift */,
|
|
|
B7394869229F194000C47603 /* LandmarkDetail.swift */,
|
|
|
B739487D229F1C0100C47603 /* Supporting Views */,
|
|
|
B7394883229F291A00C47603 /* Resources */,
|
|
@@ -271,6 +274,7 @@
|
|
|
B7394868229F194000C47603 /* SceneDelegate.swift in Sources */,
|
|
|
B739486A229F194000C47603 /* LandmarkDetail.swift in Sources */,
|
|
|
B739489F229F2D9700C47603 /* LandmarkRow.swift in Sources */,
|
|
|
+ 8473A7282530857400415A81 /* UserData.swift in Sources */,
|
|
|
B7394881229F28B900C47603 /* Landmark.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|