project.pbxproj 23 KB

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