|
@@ -7,8 +7,6 @@
|
|
objects = {
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
- 8410A1F7252F5F980086E518 /* LandmarkRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8410A1F6252F5F980086E518 /* LandmarkRow.swift */; };
|
|
|
|
- 8410A1FA252F61C70086E518 /* LandmarkList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8410A1F9252F61C70086E518 /* LandmarkList.swift */; };
|
|
|
|
B7394866229F194000C47603 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394865229F194000C47603 /* AppDelegate.swift */; };
|
|
B7394866229F194000C47603 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394865229F194000C47603 /* AppDelegate.swift */; };
|
|
B7394868229F194000C47603 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394867229F194000C47603 /* SceneDelegate.swift */; };
|
|
B7394868229F194000C47603 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394867229F194000C47603 /* SceneDelegate.swift */; };
|
|
B739486A229F194000C47603 /* LandmarkDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394869229F194000C47603 /* LandmarkDetail.swift */; };
|
|
B739486A229F194000C47603 /* LandmarkDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394869229F194000C47603 /* LandmarkDetail.swift */; };
|
|
@@ -20,7 +18,6 @@
|
|
B7394881229F28B900C47603 /* Landmark.swift in Sources */ = {isa = PBXBuildFile; fileRef = B739487F229F28B900C47603 /* Landmark.swift */; };
|
|
B7394881229F28B900C47603 /* Landmark.swift in Sources */ = {isa = PBXBuildFile; fileRef = B739487F229F28B900C47603 /* Landmark.swift */; };
|
|
B7394882229F28B900C47603 /* Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394880229F28B900C47603 /* Data.swift */; };
|
|
B7394882229F28B900C47603 /* Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394880229F28B900C47603 /* Data.swift */; };
|
|
B7394891229F292F00C47603 /* rainbowlake.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394884229F292D00C47603 /* rainbowlake.jpg */; };
|
|
B7394891229F292F00C47603 /* rainbowlake.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394884229F292D00C47603 /* rainbowlake.jpg */; };
|
|
- B7394892229F292F00C47603 /* yukon_charleyrivers.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394885229F292D00C47603 /* yukon_charleyrivers.jpg */; };
|
|
|
|
B7394893229F292F00C47603 /* icybay.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394886229F292E00C47603 /* icybay.jpg */; };
|
|
B7394893229F292F00C47603 /* icybay.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394886229F292E00C47603 /* icybay.jpg */; };
|
|
B7394894229F292F00C47603 /* lakemcdonald.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394887229F292E00C47603 /* lakemcdonald.jpg */; };
|
|
B7394894229F292F00C47603 /* lakemcdonald.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394887229F292E00C47603 /* lakemcdonald.jpg */; };
|
|
B7394895229F292F00C47603 /* turtlerock.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394888229F292E00C47603 /* turtlerock.jpg */; };
|
|
B7394895229F292F00C47603 /* turtlerock.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394888229F292E00C47603 /* turtlerock.jpg */; };
|
|
@@ -32,12 +29,14 @@
|
|
B739489B229F292F00C47603 /* landmarkData.json in Resources */ = {isa = PBXBuildFile; fileRef = B739488E229F292E00C47603 /* landmarkData.json */; };
|
|
B739489B229F292F00C47603 /* landmarkData.json in Resources */ = {isa = PBXBuildFile; fileRef = B739488E229F292E00C47603 /* landmarkData.json */; };
|
|
B739489C229F292F00C47603 /* chincoteague.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B739488F229F292F00C47603 /* chincoteague.jpg */; };
|
|
B739489C229F292F00C47603 /* chincoteague.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B739488F229F292F00C47603 /* chincoteague.jpg */; };
|
|
B739489D229F292F00C47603 /* chilkoottrail.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394890229F292F00C47603 /* chilkoottrail.jpg */; };
|
|
B739489D229F292F00C47603 /* chilkoottrail.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394890229F292F00C47603 /* chilkoottrail.jpg */; };
|
|
|
|
+ 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 */; };
|
|
/* End PBXBuildFile section */
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
- 32C0591524A7452A1B7C1DE3 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; };
|
|
|
|
- 8410A1F6252F5F980086E518 /* LandmarkRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LandmarkRow.swift; sourceTree = "<group>"; };
|
|
|
|
- 8410A1F9252F61C70086E518 /* LandmarkList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LandmarkList.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
+ 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>"; };
|
|
B7394862229F194000C47603 /* Landmarks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Landmarks.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
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>"; };
|
|
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>"; };
|
|
B7394867229F194000C47603 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
|
@@ -51,7 +50,6 @@
|
|
B739487F229F28B900C47603 /* Landmark.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Landmark.swift; sourceTree = "<group>"; };
|
|
B739487F229F28B900C47603 /* Landmark.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Landmark.swift; sourceTree = "<group>"; };
|
|
B7394880229F28B900C47603 /* Data.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Data.swift; sourceTree = "<group>"; };
|
|
B7394880229F28B900C47603 /* Data.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Data.swift; sourceTree = "<group>"; };
|
|
B7394884229F292D00C47603 /* rainbowlake.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rainbowlake.jpg; sourceTree = "<group>"; };
|
|
B7394884229F292D00C47603 /* rainbowlake.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rainbowlake.jpg; sourceTree = "<group>"; };
|
|
- B7394885229F292D00C47603 /* yukon_charleyrivers.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = yukon_charleyrivers.jpg; sourceTree = "<group>"; };
|
|
|
|
B7394886229F292E00C47603 /* icybay.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = icybay.jpg; sourceTree = "<group>"; };
|
|
B7394886229F292E00C47603 /* icybay.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = icybay.jpg; sourceTree = "<group>"; };
|
|
B7394887229F292E00C47603 /* lakemcdonald.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = lakemcdonald.jpg; sourceTree = "<group>"; };
|
|
B7394887229F292E00C47603 /* lakemcdonald.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = lakemcdonald.jpg; sourceTree = "<group>"; };
|
|
B7394888229F292E00C47603 /* turtlerock.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = turtlerock.jpg; sourceTree = "<group>"; };
|
|
B7394888229F292E00C47603 /* turtlerock.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = turtlerock.jpg; sourceTree = "<group>"; };
|
|
@@ -63,8 +61,10 @@
|
|
B739488E229F292E00C47603 /* landmarkData.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = landmarkData.json; sourceTree = "<group>"; };
|
|
B739488E229F292E00C47603 /* landmarkData.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = landmarkData.json; sourceTree = "<group>"; };
|
|
B739488F229F292F00C47603 /* chincoteague.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = chincoteague.jpg; sourceTree = "<group>"; };
|
|
B739488F229F292F00C47603 /* chincoteague.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = chincoteague.jpg; sourceTree = "<group>"; };
|
|
B7394890229F292F00C47603 /* chilkoottrail.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = chilkoottrail.jpg; sourceTree = "<group>"; };
|
|
B7394890229F292F00C47603 /* chilkoottrail.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = chilkoottrail.jpg; sourceTree = "<group>"; };
|
|
|
|
+ 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>"; };
|
|
C4E4AAA0C4E4035000000001 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
|
C4E4AAA0C4E4035000000001 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
|
- FB75835CADF255844DAD0DAD /* SampleCode.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = SampleCode.xcconfig; path = ../Configuration/SampleCode.xcconfig; sourceTree = "<group>"; };
|
|
|
|
/* End PBXFileReference section */
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -78,31 +78,22 @@
|
|
/* End PBXFrameworksBuildPhase section */
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
/* Begin PBXGroup section */
|
|
- 0BA6BB22EC06EFBEA60A948C /* Configuration */ = {
|
|
|
|
|
|
+ 00ABA66E85532B385D477CBF /* Configuration */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
- FB75835CADF255844DAD0DAD /* SampleCode.xcconfig */,
|
|
|
|
|
|
+ 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */,
|
|
);
|
|
);
|
|
name = Configuration;
|
|
name = Configuration;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
- 210CBA1CD0F2559FBC78D82D /* LICENSE */ = {
|
|
|
|
- isa = PBXGroup;
|
|
|
|
- children = (
|
|
|
|
- 32C0591524A7452A1B7C1DE3 /* LICENSE.txt */,
|
|
|
|
- );
|
|
|
|
- name = LICENSE;
|
|
|
|
- path = ../LICENSE;
|
|
|
|
- sourceTree = "<group>";
|
|
|
|
- };
|
|
|
|
B7394859229F194000C47603 = {
|
|
B7394859229F194000C47603 = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
C4E4AAA0C4E4035000000001 /* README.md */,
|
|
C4E4AAA0C4E4035000000001 /* README.md */,
|
|
B7394864229F194000C47603 /* Landmarks */,
|
|
B7394864229F194000C47603 /* Landmarks */,
|
|
B7394863229F194000C47603 /* Products */,
|
|
B7394863229F194000C47603 /* Products */,
|
|
- 0BA6BB22EC06EFBEA60A948C /* Configuration */,
|
|
|
|
- 210CBA1CD0F2559FBC78D82D /* LICENSE */,
|
|
|
|
|
|
+ 00ABA66E85532B385D477CBF /* Configuration */,
|
|
|
|
+ E573155042573F7430EB4C1C /* LICENSE */,
|
|
);
|
|
);
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -120,9 +111,9 @@
|
|
B739487E229F282200C47603 /* Models */,
|
|
B739487E229F282200C47603 /* Models */,
|
|
B7394865229F194000C47603 /* AppDelegate.swift */,
|
|
B7394865229F194000C47603 /* AppDelegate.swift */,
|
|
B7394867229F194000C47603 /* SceneDelegate.swift */,
|
|
B7394867229F194000C47603 /* SceneDelegate.swift */,
|
|
|
|
+ B73948A0229F2E1F00C47603 /* LandmarkList.swift */,
|
|
|
|
+ B739489E229F2D9700C47603 /* LandmarkRow.swift */,
|
|
B7394869229F194000C47603 /* LandmarkDetail.swift */,
|
|
B7394869229F194000C47603 /* LandmarkDetail.swift */,
|
|
- 8410A1F6252F5F980086E518 /* LandmarkRow.swift */,
|
|
|
|
- 8410A1F9252F61C70086E518 /* LandmarkList.swift */,
|
|
|
|
B739487D229F1C0100C47603 /* Supporting Views */,
|
|
B739487D229F1C0100C47603 /* Supporting Views */,
|
|
B7394883229F291A00C47603 /* Resources */,
|
|
B7394883229F291A00C47603 /* Resources */,
|
|
B739486B229F194200C47603 /* Assets.xcassets */,
|
|
B739486B229F194200C47603 /* Assets.xcassets */,
|
|
@@ -174,11 +165,20 @@
|
|
B7394888229F292E00C47603 /* turtlerock.jpg */,
|
|
B7394888229F292E00C47603 /* turtlerock.jpg */,
|
|
B739488C229F292E00C47603 /* twinlake.jpg */,
|
|
B739488C229F292E00C47603 /* twinlake.jpg */,
|
|
B7394889229F292E00C47603 /* umbagog.jpg */,
|
|
B7394889229F292E00C47603 /* umbagog.jpg */,
|
|
- B7394885229F292D00C47603 /* yukon_charleyrivers.jpg */,
|
|
|
|
|
|
+ B73948A2229F3E2200C47603 /* charleyrivers.jpg */,
|
|
);
|
|
);
|
|
path = Resources;
|
|
path = Resources;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ E573155042573F7430EB4C1C /* LICENSE */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 8016A7122042026B58FF1299 /* LICENSE.txt */,
|
|
|
|
+ );
|
|
|
|
+ name = LICENSE;
|
|
|
|
+ path = ../LICENSE;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
/* End PBXGroup section */
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
/* Begin PBXNativeTarget section */
|
|
@@ -214,7 +214,7 @@
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
- buildConfigurationList = B739485D229F194000C47603 /* Build configuration list for PBXProject "BuildingListsAndNavigation" */;
|
|
|
|
|
|
+ buildConfigurationList = B739485D229F194000C47603 /* Build configuration list for PBXProject "HandlingUserInput" */;
|
|
compatibilityVersion = "Xcode 9.3";
|
|
compatibilityVersion = "Xcode 9.3";
|
|
developmentRegion = en;
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
hasScannedForEncodings = 0;
|
|
@@ -240,6 +240,7 @@
|
|
B739489A229F292F00C47603 /* silversalmoncreek.jpg in Resources */,
|
|
B739489A229F292F00C47603 /* silversalmoncreek.jpg in Resources */,
|
|
B7394894229F292F00C47603 /* lakemcdonald.jpg in Resources */,
|
|
B7394894229F292F00C47603 /* lakemcdonald.jpg in Resources */,
|
|
B7394872229F194200C47603 /* LaunchScreen.storyboard in Resources */,
|
|
B7394872229F194200C47603 /* LaunchScreen.storyboard in Resources */,
|
|
|
|
+ B73948A3229F3E2200C47603 /* charleyrivers.jpg in Resources */,
|
|
B7394891229F292F00C47603 /* rainbowlake.jpg in Resources */,
|
|
B7394891229F292F00C47603 /* rainbowlake.jpg in Resources */,
|
|
B739486F229F194200C47603 /* Preview Assets.xcassets in Resources */,
|
|
B739486F229F194200C47603 /* Preview Assets.xcassets in Resources */,
|
|
B7394895229F292F00C47603 /* turtlerock.jpg in Resources */,
|
|
B7394895229F292F00C47603 /* turtlerock.jpg in Resources */,
|
|
@@ -252,7 +253,6 @@
|
|
B7394893229F292F00C47603 /* icybay.jpg in Resources */,
|
|
B7394893229F292F00C47603 /* icybay.jpg in Resources */,
|
|
B7394897229F292F00C47603 /* hiddenlake.jpg in Resources */,
|
|
B7394897229F292F00C47603 /* hiddenlake.jpg in Resources */,
|
|
B7394898229F292F00C47603 /* stmarylake.jpg in Resources */,
|
|
B7394898229F292F00C47603 /* stmarylake.jpg in Resources */,
|
|
- B7394892229F292F00C47603 /* yukon_charleyrivers.jpg in Resources */,
|
|
|
|
);
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
};
|
|
@@ -267,10 +267,10 @@
|
|
B7394866229F194000C47603 /* AppDelegate.swift in Sources */,
|
|
B7394866229F194000C47603 /* AppDelegate.swift in Sources */,
|
|
B739487A229F1B3F00C47603 /* CircleImage.swift in Sources */,
|
|
B739487A229F1B3F00C47603 /* CircleImage.swift in Sources */,
|
|
B739487C229F1B6800C47603 /* MapView.swift in Sources */,
|
|
B739487C229F1B6800C47603 /* MapView.swift in Sources */,
|
|
- 8410A1FA252F61C70086E518 /* LandmarkList.swift in Sources */,
|
|
|
|
|
|
+ B73948A1229F2E1F00C47603 /* LandmarkList.swift in Sources */,
|
|
B7394868229F194000C47603 /* SceneDelegate.swift in Sources */,
|
|
B7394868229F194000C47603 /* SceneDelegate.swift in Sources */,
|
|
B739486A229F194000C47603 /* LandmarkDetail.swift in Sources */,
|
|
B739486A229F194000C47603 /* LandmarkDetail.swift in Sources */,
|
|
- 8410A1F7252F5F980086E518 /* LandmarkRow.swift in Sources */,
|
|
|
|
|
|
+ B739489F229F2D9700C47603 /* LandmarkRow.swift in Sources */,
|
|
B7394881229F28B900C47603 /* Landmark.swift in Sources */,
|
|
B7394881229F28B900C47603 /* Landmark.swift in Sources */,
|
|
);
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -291,7 +291,7 @@
|
|
/* Begin XCBuildConfiguration section */
|
|
/* Begin XCBuildConfiguration section */
|
|
B7394874229F194200C47603 /* Debug */ = {
|
|
B7394874229F194200C47603 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
- baseConfigurationReference = FB75835CADF255844DAD0DAD /* SampleCode.xcconfig */;
|
|
|
|
|
|
+ baseConfigurationReference = 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */;
|
|
buildSettings = {
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
@@ -353,7 +353,7 @@
|
|
};
|
|
};
|
|
B7394875229F194200C47603 /* Release */ = {
|
|
B7394875229F194200C47603 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
- baseConfigurationReference = FB75835CADF255844DAD0DAD /* SampleCode.xcconfig */;
|
|
|
|
|
|
+ baseConfigurationReference = 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */;
|
|
buildSettings = {
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
@@ -409,7 +409,7 @@
|
|
};
|
|
};
|
|
B7394877229F194200C47603 /* Debug */ = {
|
|
B7394877229F194200C47603 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
- baseConfigurationReference = FB75835CADF255844DAD0DAD /* SampleCode.xcconfig */;
|
|
|
|
|
|
+ baseConfigurationReference = 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */;
|
|
buildSettings = {
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
@@ -431,7 +431,7 @@
|
|
};
|
|
};
|
|
B7394878229F194200C47603 /* Release */ = {
|
|
B7394878229F194200C47603 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
- baseConfigurationReference = FB75835CADF255844DAD0DAD /* SampleCode.xcconfig */;
|
|
|
|
|
|
+ baseConfigurationReference = 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */;
|
|
buildSettings = {
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
@@ -454,7 +454,7 @@
|
|
/* End XCBuildConfiguration section */
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
/* Begin XCConfigurationList section */
|
|
- B739485D229F194000C47603 /* Build configuration list for PBXProject "BuildingListsAndNavigation" */ = {
|
|
|
|
|
|
+ B739485D229F194000C47603 /* Build configuration list for PBXProject "HandlingUserInput" */ = {
|
|
isa = XCConfigurationList;
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
buildConfigurations = (
|
|
B7394874229F194200C47603 /* Debug */,
|
|
B7394874229F194200C47603 /* Debug */,
|