1
0

project.pbxproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 8473A7282530857400415A81 /* UserData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8473A7272530857400415A81 /* UserData.swift */; };
  10. B7394866229F194000C47603 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394865229F194000C47603 /* AppDelegate.swift */; };
  11. B7394868229F194000C47603 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394867229F194000C47603 /* SceneDelegate.swift */; };
  12. B739486A229F194000C47603 /* LandmarkDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394869229F194000C47603 /* LandmarkDetail.swift */; };
  13. B739486C229F194200C47603 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B739486B229F194200C47603 /* Assets.xcassets */; };
  14. B739486F229F194200C47603 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B739486E229F194200C47603 /* Preview Assets.xcassets */; };
  15. B7394872229F194200C47603 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B7394870229F194200C47603 /* LaunchScreen.storyboard */; };
  16. B739487A229F1B3F00C47603 /* CircleImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394879229F1B3F00C47603 /* CircleImage.swift */; };
  17. B739487C229F1B6800C47603 /* MapView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B739487B229F1B6800C47603 /* MapView.swift */; };
  18. B7394881229F28B900C47603 /* Landmark.swift in Sources */ = {isa = PBXBuildFile; fileRef = B739487F229F28B900C47603 /* Landmark.swift */; };
  19. B7394882229F28B900C47603 /* Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7394880229F28B900C47603 /* Data.swift */; };
  20. B7394891229F292F00C47603 /* rainbowlake.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394884229F292D00C47603 /* rainbowlake.jpg */; };
  21. B7394893229F292F00C47603 /* icybay.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394886229F292E00C47603 /* icybay.jpg */; };
  22. B7394894229F292F00C47603 /* lakemcdonald.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394887229F292E00C47603 /* lakemcdonald.jpg */; };
  23. B7394895229F292F00C47603 /* turtlerock.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394888229F292E00C47603 /* turtlerock.jpg */; };
  24. B7394896229F292F00C47603 /* umbagog.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394889229F292E00C47603 /* umbagog.jpg */; };
  25. B7394897229F292F00C47603 /* hiddenlake.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B739488A229F292E00C47603 /* hiddenlake.jpg */; };
  26. B7394898229F292F00C47603 /* stmarylake.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B739488B229F292E00C47603 /* stmarylake.jpg */; };
  27. B7394899229F292F00C47603 /* twinlake.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B739488C229F292E00C47603 /* twinlake.jpg */; };
  28. B739489A229F292F00C47603 /* silversalmoncreek.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B739488D229F292E00C47603 /* silversalmoncreek.jpg */; };
  29. B739489B229F292F00C47603 /* landmarkData.json in Resources */ = {isa = PBXBuildFile; fileRef = B739488E229F292E00C47603 /* landmarkData.json */; };
  30. B739489C229F292F00C47603 /* chincoteague.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B739488F229F292F00C47603 /* chincoteague.jpg */; };
  31. B739489D229F292F00C47603 /* chilkoottrail.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B7394890229F292F00C47603 /* chilkoottrail.jpg */; };
  32. B739489F229F2D9700C47603 /* LandmarkRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B739489E229F2D9700C47603 /* LandmarkRow.swift */; };
  33. B73948A1229F2E1F00C47603 /* LandmarkList.swift in Sources */ = {isa = PBXBuildFile; fileRef = B73948A0229F2E1F00C47603 /* LandmarkList.swift */; };
  34. B73948A3229F3E2200C47603 /* charleyrivers.jpg in Resources */ = {isa = PBXBuildFile; fileRef = B73948A2229F3E2200C47603 /* charleyrivers.jpg */; };
  35. /* End PBXBuildFile section */
  36. /* Begin PBXFileReference section */
  37. 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = SampleCode.xcconfig; path = ../Configuration/SampleCode.xcconfig; sourceTree = "<group>"; };
  38. 8016A7122042026B58FF1299 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; };
  39. 8473A7272530857400415A81 /* UserData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserData.swift; sourceTree = "<group>"; };
  40. B7394862229F194000C47603 /* Landmarks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Landmarks.app; sourceTree = BUILT_PRODUCTS_DIR; };
  41. B7394865229F194000C47603 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  42. B7394867229F194000C47603 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  43. B7394869229F194000C47603 /* LandmarkDetail.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LandmarkDetail.swift; sourceTree = "<group>"; };
  44. B739486B229F194200C47603 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  45. B739486E229F194200C47603 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  46. B7394871229F194200C47603 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  47. B7394873229F194200C47603 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  48. B7394879229F1B3F00C47603 /* CircleImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircleImage.swift; sourceTree = "<group>"; };
  49. B739487B229F1B6800C47603 /* MapView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapView.swift; sourceTree = "<group>"; };
  50. B739487F229F28B900C47603 /* Landmark.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Landmark.swift; sourceTree = "<group>"; };
  51. B7394880229F28B900C47603 /* Data.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Data.swift; sourceTree = "<group>"; };
  52. B7394884229F292D00C47603 /* rainbowlake.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rainbowlake.jpg; sourceTree = "<group>"; };
  53. B7394886229F292E00C47603 /* icybay.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = icybay.jpg; sourceTree = "<group>"; };
  54. B7394887229F292E00C47603 /* lakemcdonald.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = lakemcdonald.jpg; sourceTree = "<group>"; };
  55. B7394888229F292E00C47603 /* turtlerock.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = turtlerock.jpg; sourceTree = "<group>"; };
  56. B7394889229F292E00C47603 /* umbagog.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = umbagog.jpg; sourceTree = "<group>"; };
  57. B739488A229F292E00C47603 /* hiddenlake.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = hiddenlake.jpg; sourceTree = "<group>"; };
  58. B739488B229F292E00C47603 /* stmarylake.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = stmarylake.jpg; sourceTree = "<group>"; };
  59. B739488C229F292E00C47603 /* twinlake.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = twinlake.jpg; sourceTree = "<group>"; };
  60. B739488D229F292E00C47603 /* silversalmoncreek.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = silversalmoncreek.jpg; sourceTree = "<group>"; };
  61. B739488E229F292E00C47603 /* landmarkData.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = landmarkData.json; sourceTree = "<group>"; };
  62. B739488F229F292F00C47603 /* chincoteague.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = chincoteague.jpg; sourceTree = "<group>"; };
  63. B7394890229F292F00C47603 /* chilkoottrail.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = chilkoottrail.jpg; sourceTree = "<group>"; };
  64. B739489E229F2D9700C47603 /* LandmarkRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = LandmarkRow.swift; path = "Supporting Views/LandmarkRow.swift"; sourceTree = "<group>"; };
  65. B73948A0229F2E1F00C47603 /* LandmarkList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LandmarkList.swift; sourceTree = "<group>"; };
  66. B73948A2229F3E2200C47603 /* charleyrivers.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = charleyrivers.jpg; sourceTree = "<group>"; };
  67. C4E4AAA0C4E4035000000001 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
  68. /* End PBXFileReference section */
  69. /* Begin PBXFrameworksBuildPhase section */
  70. B739485F229F194000C47603 /* Frameworks */ = {
  71. isa = PBXFrameworksBuildPhase;
  72. buildActionMask = 2147483647;
  73. files = (
  74. );
  75. runOnlyForDeploymentPostprocessing = 0;
  76. };
  77. /* End PBXFrameworksBuildPhase section */
  78. /* Begin PBXGroup section */
  79. 00ABA66E85532B385D477CBF /* Configuration */ = {
  80. isa = PBXGroup;
  81. children = (
  82. 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */,
  83. );
  84. name = Configuration;
  85. sourceTree = "<group>";
  86. };
  87. B7394859229F194000C47603 = {
  88. isa = PBXGroup;
  89. children = (
  90. C4E4AAA0C4E4035000000001 /* README.md */,
  91. B7394864229F194000C47603 /* Landmarks */,
  92. B7394863229F194000C47603 /* Products */,
  93. 00ABA66E85532B385D477CBF /* Configuration */,
  94. E573155042573F7430EB4C1C /* LICENSE */,
  95. );
  96. sourceTree = "<group>";
  97. };
  98. B7394863229F194000C47603 /* Products */ = {
  99. isa = PBXGroup;
  100. children = (
  101. B7394862229F194000C47603 /* Landmarks.app */,
  102. );
  103. name = Products;
  104. sourceTree = "<group>";
  105. };
  106. B7394864229F194000C47603 /* Landmarks */ = {
  107. isa = PBXGroup;
  108. children = (
  109. B739487E229F282200C47603 /* Models */,
  110. B7394865229F194000C47603 /* AppDelegate.swift */,
  111. B7394867229F194000C47603 /* SceneDelegate.swift */,
  112. B73948A0229F2E1F00C47603 /* LandmarkList.swift */,
  113. B739489E229F2D9700C47603 /* LandmarkRow.swift */,
  114. 8473A7272530857400415A81 /* UserData.swift */,
  115. B7394869229F194000C47603 /* LandmarkDetail.swift */,
  116. B739487D229F1C0100C47603 /* Supporting Views */,
  117. B7394883229F291A00C47603 /* Resources */,
  118. B739486B229F194200C47603 /* Assets.xcassets */,
  119. B7394870229F194200C47603 /* LaunchScreen.storyboard */,
  120. B7394873229F194200C47603 /* Info.plist */,
  121. B739486D229F194200C47603 /* Preview Content */,
  122. );
  123. path = Landmarks;
  124. sourceTree = "<group>";
  125. };
  126. B739486D229F194200C47603 /* Preview Content */ = {
  127. isa = PBXGroup;
  128. children = (
  129. B739486E229F194200C47603 /* Preview Assets.xcassets */,
  130. );
  131. path = "Preview Content";
  132. sourceTree = "<group>";
  133. };
  134. B739487D229F1C0100C47603 /* Supporting Views */ = {
  135. isa = PBXGroup;
  136. children = (
  137. B7394879229F1B3F00C47603 /* CircleImage.swift */,
  138. B739487B229F1B6800C47603 /* MapView.swift */,
  139. );
  140. path = "Supporting Views";
  141. sourceTree = "<group>";
  142. };
  143. B739487E229F282200C47603 /* Models */ = {
  144. isa = PBXGroup;
  145. children = (
  146. B7394880229F28B900C47603 /* Data.swift */,
  147. B739487F229F28B900C47603 /* Landmark.swift */,
  148. );
  149. path = Models;
  150. sourceTree = "<group>";
  151. };
  152. B7394883229F291A00C47603 /* Resources */ = {
  153. isa = PBXGroup;
  154. children = (
  155. B739488E229F292E00C47603 /* landmarkData.json */,
  156. B7394890229F292F00C47603 /* chilkoottrail.jpg */,
  157. B739488F229F292F00C47603 /* chincoteague.jpg */,
  158. B739488A229F292E00C47603 /* hiddenlake.jpg */,
  159. B7394886229F292E00C47603 /* icybay.jpg */,
  160. B7394887229F292E00C47603 /* lakemcdonald.jpg */,
  161. B7394884229F292D00C47603 /* rainbowlake.jpg */,
  162. B739488D229F292E00C47603 /* silversalmoncreek.jpg */,
  163. B739488B229F292E00C47603 /* stmarylake.jpg */,
  164. B7394888229F292E00C47603 /* turtlerock.jpg */,
  165. B739488C229F292E00C47603 /* twinlake.jpg */,
  166. B7394889229F292E00C47603 /* umbagog.jpg */,
  167. B73948A2229F3E2200C47603 /* charleyrivers.jpg */,
  168. );
  169. path = Resources;
  170. sourceTree = "<group>";
  171. };
  172. E573155042573F7430EB4C1C /* LICENSE */ = {
  173. isa = PBXGroup;
  174. children = (
  175. 8016A7122042026B58FF1299 /* LICENSE.txt */,
  176. );
  177. name = LICENSE;
  178. path = ../LICENSE;
  179. sourceTree = "<group>";
  180. };
  181. /* End PBXGroup section */
  182. /* Begin PBXNativeTarget section */
  183. B7394861229F194000C47603 /* Landmarks */ = {
  184. isa = PBXNativeTarget;
  185. buildConfigurationList = B7394876229F194200C47603 /* Build configuration list for PBXNativeTarget "Landmarks" */;
  186. buildPhases = (
  187. B739485E229F194000C47603 /* Sources */,
  188. B739485F229F194000C47603 /* Frameworks */,
  189. B7394860229F194000C47603 /* Resources */,
  190. );
  191. buildRules = (
  192. );
  193. dependencies = (
  194. );
  195. name = Landmarks;
  196. productName = Landmarks;
  197. productReference = B7394862229F194000C47603 /* Landmarks.app */;
  198. productType = "com.apple.product-type.application";
  199. };
  200. /* End PBXNativeTarget section */
  201. /* Begin PBXProject section */
  202. B739485A229F194000C47603 /* Project object */ = {
  203. isa = PBXProject;
  204. attributes = {
  205. LastSwiftUpdateCheck = 1100;
  206. LastUpgradeCheck = 1200;
  207. ORGANIZATIONNAME = Apple;
  208. TargetAttributes = {
  209. B7394861229F194000C47603 = {
  210. CreatedOnToolsVersion = 11.0;
  211. };
  212. };
  213. };
  214. buildConfigurationList = B739485D229F194000C47603 /* Build configuration list for PBXProject "HandlingUserInput" */;
  215. compatibilityVersion = "Xcode 9.3";
  216. developmentRegion = en;
  217. hasScannedForEncodings = 0;
  218. knownRegions = (
  219. en,
  220. Base,
  221. );
  222. mainGroup = B7394859229F194000C47603;
  223. productRefGroup = B7394863229F194000C47603 /* Products */;
  224. projectDirPath = "";
  225. projectRoot = "";
  226. targets = (
  227. B7394861229F194000C47603 /* Landmarks */,
  228. );
  229. };
  230. /* End PBXProject section */
  231. /* Begin PBXResourcesBuildPhase section */
  232. B7394860229F194000C47603 /* Resources */ = {
  233. isa = PBXResourcesBuildPhase;
  234. buildActionMask = 2147483647;
  235. files = (
  236. B739489A229F292F00C47603 /* silversalmoncreek.jpg in Resources */,
  237. B7394894229F292F00C47603 /* lakemcdonald.jpg in Resources */,
  238. B7394872229F194200C47603 /* LaunchScreen.storyboard in Resources */,
  239. B73948A3229F3E2200C47603 /* charleyrivers.jpg in Resources */,
  240. B7394891229F292F00C47603 /* rainbowlake.jpg in Resources */,
  241. B739486F229F194200C47603 /* Preview Assets.xcassets in Resources */,
  242. B7394895229F292F00C47603 /* turtlerock.jpg in Resources */,
  243. B739486C229F194200C47603 /* Assets.xcassets in Resources */,
  244. B7394899229F292F00C47603 /* twinlake.jpg in Resources */,
  245. B7394896229F292F00C47603 /* umbagog.jpg in Resources */,
  246. B739489D229F292F00C47603 /* chilkoottrail.jpg in Resources */,
  247. B739489C229F292F00C47603 /* chincoteague.jpg in Resources */,
  248. B739489B229F292F00C47603 /* landmarkData.json in Resources */,
  249. B7394893229F292F00C47603 /* icybay.jpg in Resources */,
  250. B7394897229F292F00C47603 /* hiddenlake.jpg in Resources */,
  251. B7394898229F292F00C47603 /* stmarylake.jpg in Resources */,
  252. );
  253. runOnlyForDeploymentPostprocessing = 0;
  254. };
  255. /* End PBXResourcesBuildPhase section */
  256. /* Begin PBXSourcesBuildPhase section */
  257. B739485E229F194000C47603 /* Sources */ = {
  258. isa = PBXSourcesBuildPhase;
  259. buildActionMask = 2147483647;
  260. files = (
  261. B7394882229F28B900C47603 /* Data.swift in Sources */,
  262. B7394866229F194000C47603 /* AppDelegate.swift in Sources */,
  263. B739487A229F1B3F00C47603 /* CircleImage.swift in Sources */,
  264. B739487C229F1B6800C47603 /* MapView.swift in Sources */,
  265. B73948A1229F2E1F00C47603 /* LandmarkList.swift in Sources */,
  266. B7394868229F194000C47603 /* SceneDelegate.swift in Sources */,
  267. B739486A229F194000C47603 /* LandmarkDetail.swift in Sources */,
  268. B739489F229F2D9700C47603 /* LandmarkRow.swift in Sources */,
  269. 8473A7282530857400415A81 /* UserData.swift in Sources */,
  270. B7394881229F28B900C47603 /* Landmark.swift in Sources */,
  271. );
  272. runOnlyForDeploymentPostprocessing = 0;
  273. };
  274. /* End PBXSourcesBuildPhase section */
  275. /* Begin PBXVariantGroup section */
  276. B7394870229F194200C47603 /* LaunchScreen.storyboard */ = {
  277. isa = PBXVariantGroup;
  278. children = (
  279. B7394871229F194200C47603 /* Base */,
  280. );
  281. name = LaunchScreen.storyboard;
  282. sourceTree = "<group>";
  283. };
  284. /* End PBXVariantGroup section */
  285. /* Begin XCBuildConfiguration section */
  286. B7394874229F194200C47603 /* Debug */ = {
  287. isa = XCBuildConfiguration;
  288. baseConfigurationReference = 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */;
  289. buildSettings = {
  290. ALWAYS_SEARCH_USER_PATHS = NO;
  291. CLANG_ANALYZER_NONNULL = YES;
  292. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  293. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  294. CLANG_CXX_LIBRARY = "libc++";
  295. CLANG_ENABLE_MODULES = YES;
  296. CLANG_ENABLE_OBJC_ARC = YES;
  297. CLANG_ENABLE_OBJC_WEAK = YES;
  298. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  299. CLANG_WARN_BOOL_CONVERSION = YES;
  300. CLANG_WARN_COMMA = YES;
  301. CLANG_WARN_CONSTANT_CONVERSION = YES;
  302. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  303. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  304. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  305. CLANG_WARN_EMPTY_BODY = YES;
  306. CLANG_WARN_ENUM_CONVERSION = YES;
  307. CLANG_WARN_INFINITE_RECURSION = YES;
  308. CLANG_WARN_INT_CONVERSION = YES;
  309. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  310. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  311. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  312. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  313. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  314. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  315. CLANG_WARN_STRICT_PROTOTYPES = YES;
  316. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  317. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  318. CLANG_WARN_UNREACHABLE_CODE = YES;
  319. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  320. COPY_PHASE_STRIP = NO;
  321. DEBUG_INFORMATION_FORMAT = dwarf;
  322. ENABLE_STRICT_OBJC_MSGSEND = YES;
  323. ENABLE_TESTABILITY = YES;
  324. GCC_C_LANGUAGE_STANDARD = gnu11;
  325. GCC_DYNAMIC_NO_PIC = NO;
  326. GCC_NO_COMMON_BLOCKS = YES;
  327. GCC_OPTIMIZATION_LEVEL = 0;
  328. GCC_PREPROCESSOR_DEFINITIONS = (
  329. "DEBUG=1",
  330. "$(inherited)",
  331. );
  332. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  333. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  334. GCC_WARN_UNDECLARED_SELECTOR = YES;
  335. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  336. GCC_WARN_UNUSED_FUNCTION = YES;
  337. GCC_WARN_UNUSED_VARIABLE = YES;
  338. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  339. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  340. MTL_FAST_MATH = YES;
  341. ONLY_ACTIVE_ARCH = YES;
  342. SDKROOT = iphoneos;
  343. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  344. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  345. };
  346. name = Debug;
  347. };
  348. B7394875229F194200C47603 /* Release */ = {
  349. isa = XCBuildConfiguration;
  350. baseConfigurationReference = 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */;
  351. buildSettings = {
  352. ALWAYS_SEARCH_USER_PATHS = NO;
  353. CLANG_ANALYZER_NONNULL = YES;
  354. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  355. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  356. CLANG_CXX_LIBRARY = "libc++";
  357. CLANG_ENABLE_MODULES = YES;
  358. CLANG_ENABLE_OBJC_ARC = YES;
  359. CLANG_ENABLE_OBJC_WEAK = YES;
  360. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  361. CLANG_WARN_BOOL_CONVERSION = YES;
  362. CLANG_WARN_COMMA = YES;
  363. CLANG_WARN_CONSTANT_CONVERSION = YES;
  364. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  365. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  366. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  367. CLANG_WARN_EMPTY_BODY = YES;
  368. CLANG_WARN_ENUM_CONVERSION = YES;
  369. CLANG_WARN_INFINITE_RECURSION = YES;
  370. CLANG_WARN_INT_CONVERSION = YES;
  371. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  372. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  373. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  374. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  375. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  376. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  377. CLANG_WARN_STRICT_PROTOTYPES = YES;
  378. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  379. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  380. CLANG_WARN_UNREACHABLE_CODE = YES;
  381. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  382. COPY_PHASE_STRIP = NO;
  383. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  384. ENABLE_NS_ASSERTIONS = NO;
  385. ENABLE_STRICT_OBJC_MSGSEND = YES;
  386. GCC_C_LANGUAGE_STANDARD = gnu11;
  387. GCC_NO_COMMON_BLOCKS = YES;
  388. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  389. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  390. GCC_WARN_UNDECLARED_SELECTOR = YES;
  391. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  392. GCC_WARN_UNUSED_FUNCTION = YES;
  393. GCC_WARN_UNUSED_VARIABLE = YES;
  394. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  395. MTL_ENABLE_DEBUG_INFO = NO;
  396. MTL_FAST_MATH = YES;
  397. SDKROOT = iphoneos;
  398. SWIFT_COMPILATION_MODE = wholemodule;
  399. SWIFT_OPTIMIZATION_LEVEL = "-O";
  400. VALIDATE_PRODUCT = YES;
  401. };
  402. name = Release;
  403. };
  404. B7394877229F194200C47603 /* Debug */ = {
  405. isa = XCBuildConfiguration;
  406. baseConfigurationReference = 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */;
  407. buildSettings = {
  408. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  409. CODE_SIGN_STYLE = Automatic;
  410. DEVELOPMENT_ASSET_PATHS = "Landmarks/Preview\\ Content";
  411. DEVELOPMENT_TEAM = "";
  412. ENABLE_PREVIEWS = YES;
  413. INFOPLIST_FILE = Landmarks/Info.plist;
  414. LD_RUNPATH_SEARCH_PATHS = (
  415. "$(inherited)",
  416. "@executable_path/Frameworks",
  417. );
  418. PRODUCT_BUNDLE_IDENTIFIER = "com.example.apple-samplecode.Landmarks${SAMPLE_CODE_DISAMBIGUATOR}";
  419. PRODUCT_NAME = "$(TARGET_NAME)";
  420. PROVISIONING_PROFILE_SPECIFIER = "";
  421. SWIFT_VERSION = 5.0;
  422. TARGETED_DEVICE_FAMILY = "1,2";
  423. };
  424. name = Debug;
  425. };
  426. B7394878229F194200C47603 /* Release */ = {
  427. isa = XCBuildConfiguration;
  428. baseConfigurationReference = 6AF17FBC250C47AD4B5BC2FB /* SampleCode.xcconfig */;
  429. buildSettings = {
  430. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  431. CODE_SIGN_STYLE = Automatic;
  432. DEVELOPMENT_ASSET_PATHS = "Landmarks/Preview\\ Content";
  433. DEVELOPMENT_TEAM = "";
  434. ENABLE_PREVIEWS = YES;
  435. INFOPLIST_FILE = Landmarks/Info.plist;
  436. LD_RUNPATH_SEARCH_PATHS = (
  437. "$(inherited)",
  438. "@executable_path/Frameworks",
  439. );
  440. PRODUCT_BUNDLE_IDENTIFIER = "com.example.apple-samplecode.Landmarks${SAMPLE_CODE_DISAMBIGUATOR}";
  441. PRODUCT_NAME = "$(TARGET_NAME)";
  442. PROVISIONING_PROFILE_SPECIFIER = "";
  443. SWIFT_VERSION = 5.0;
  444. TARGETED_DEVICE_FAMILY = "1,2";
  445. };
  446. name = Release;
  447. };
  448. /* End XCBuildConfiguration section */
  449. /* Begin XCConfigurationList section */
  450. B739485D229F194000C47603 /* Build configuration list for PBXProject "HandlingUserInput" */ = {
  451. isa = XCConfigurationList;
  452. buildConfigurations = (
  453. B7394874229F194200C47603 /* Debug */,
  454. B7394875229F194200C47603 /* Release */,
  455. );
  456. defaultConfigurationIsVisible = 0;
  457. defaultConfigurationName = Release;
  458. };
  459. B7394876229F194200C47603 /* Build configuration list for PBXNativeTarget "Landmarks" */ = {
  460. isa = XCConfigurationList;
  461. buildConfigurations = (
  462. B7394877229F194200C47603 /* Debug */,
  463. B7394878229F194200C47603 /* Release */,
  464. );
  465. defaultConfigurationIsVisible = 0;
  466. defaultConfigurationName = Release;
  467. };
  468. /* End XCConfigurationList section */
  469. };
  470. rootObject = B739485A229F194000C47603 /* Project object */;
  471. }