project.pbxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. FC9788182485969B00A7906C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9788172485969B00A7906C /* AppDelegate.swift */; };
  10. FC97881A2485969B00A7906C /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9788192485969B00A7906C /* SceneDelegate.swift */; };
  11. FC97881C2485969B00A7906C /* FirstViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC97881B2485969B00A7906C /* FirstViewController.swift */; };
  12. FC97881E2485969B00A7906C /* SecondViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC97881D2485969B00A7906C /* SecondViewController.swift */; };
  13. FC9788212485969B00A7906C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC97881F2485969B00A7906C /* Main.storyboard */; };
  14. FC9788242485969B00A7906C /* LoopFollow.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = FC9788222485969B00A7906C /* LoopFollow.xcdatamodeld */; };
  15. FC9788262485969C00A7906C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FC9788252485969C00A7906C /* Assets.xcassets */; };
  16. FC9788292485969C00A7906C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC9788272485969C00A7906C /* LaunchScreen.storyboard */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. FC9788142485969B00A7906C /* LoopFollow.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LoopFollow.app; sourceTree = BUILT_PRODUCTS_DIR; };
  20. FC9788172485969B00A7906C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  21. FC9788192485969B00A7906C /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  22. FC97881B2485969B00A7906C /* FirstViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstViewController.swift; sourceTree = "<group>"; };
  23. FC97881D2485969B00A7906C /* SecondViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecondViewController.swift; sourceTree = "<group>"; };
  24. FC9788202485969B00A7906C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  25. FC9788232485969B00A7906C /* LoopFollow.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = LoopFollow.xcdatamodel; sourceTree = "<group>"; };
  26. FC9788252485969C00A7906C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  27. FC9788282485969C00A7906C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  28. FC97882A2485969C00A7906C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  29. /* End PBXFileReference section */
  30. /* Begin PBXFrameworksBuildPhase section */
  31. FC9788112485969B00A7906C /* Frameworks */ = {
  32. isa = PBXFrameworksBuildPhase;
  33. buildActionMask = 2147483647;
  34. files = (
  35. );
  36. runOnlyForDeploymentPostprocessing = 0;
  37. };
  38. /* End PBXFrameworksBuildPhase section */
  39. /* Begin PBXGroup section */
  40. FC97880B2485969B00A7906C = {
  41. isa = PBXGroup;
  42. children = (
  43. FC9788162485969B00A7906C /* LoopFollow */,
  44. FC9788152485969B00A7906C /* Products */,
  45. );
  46. sourceTree = "<group>";
  47. };
  48. FC9788152485969B00A7906C /* Products */ = {
  49. isa = PBXGroup;
  50. children = (
  51. FC9788142485969B00A7906C /* LoopFollow.app */,
  52. );
  53. name = Products;
  54. sourceTree = "<group>";
  55. };
  56. FC9788162485969B00A7906C /* LoopFollow */ = {
  57. isa = PBXGroup;
  58. children = (
  59. FC9788172485969B00A7906C /* AppDelegate.swift */,
  60. FC9788192485969B00A7906C /* SceneDelegate.swift */,
  61. FC97881B2485969B00A7906C /* FirstViewController.swift */,
  62. FC97881D2485969B00A7906C /* SecondViewController.swift */,
  63. FC97881F2485969B00A7906C /* Main.storyboard */,
  64. FC9788252485969C00A7906C /* Assets.xcassets */,
  65. FC9788272485969C00A7906C /* LaunchScreen.storyboard */,
  66. FC97882A2485969C00A7906C /* Info.plist */,
  67. FC9788222485969B00A7906C /* LoopFollow.xcdatamodeld */,
  68. );
  69. path = LoopFollow;
  70. sourceTree = "<group>";
  71. };
  72. /* End PBXGroup section */
  73. /* Begin PBXNativeTarget section */
  74. FC9788132485969B00A7906C /* LoopFollow */ = {
  75. isa = PBXNativeTarget;
  76. buildConfigurationList = FC97882D2485969C00A7906C /* Build configuration list for PBXNativeTarget "LoopFollow" */;
  77. buildPhases = (
  78. FC9788102485969B00A7906C /* Sources */,
  79. FC9788112485969B00A7906C /* Frameworks */,
  80. FC9788122485969B00A7906C /* Resources */,
  81. );
  82. buildRules = (
  83. );
  84. dependencies = (
  85. );
  86. name = LoopFollow;
  87. productName = LoopFollow;
  88. productReference = FC9788142485969B00A7906C /* LoopFollow.app */;
  89. productType = "com.apple.product-type.application";
  90. };
  91. /* End PBXNativeTarget section */
  92. /* Begin PBXProject section */
  93. FC97880C2485969B00A7906C /* Project object */ = {
  94. isa = PBXProject;
  95. attributes = {
  96. LastSwiftUpdateCheck = 1140;
  97. LastUpgradeCheck = 1140;
  98. ORGANIZATIONNAME = "Jon Fawcett";
  99. TargetAttributes = {
  100. FC9788132485969B00A7906C = {
  101. CreatedOnToolsVersion = 11.4.1;
  102. };
  103. };
  104. };
  105. buildConfigurationList = FC97880F2485969B00A7906C /* Build configuration list for PBXProject "LoopFollow" */;
  106. compatibilityVersion = "Xcode 9.3";
  107. developmentRegion = en;
  108. hasScannedForEncodings = 0;
  109. knownRegions = (
  110. en,
  111. Base,
  112. );
  113. mainGroup = FC97880B2485969B00A7906C;
  114. productRefGroup = FC9788152485969B00A7906C /* Products */;
  115. projectDirPath = "";
  116. projectRoot = "";
  117. targets = (
  118. FC9788132485969B00A7906C /* LoopFollow */,
  119. );
  120. };
  121. /* End PBXProject section */
  122. /* Begin PBXResourcesBuildPhase section */
  123. FC9788122485969B00A7906C /* Resources */ = {
  124. isa = PBXResourcesBuildPhase;
  125. buildActionMask = 2147483647;
  126. files = (
  127. FC9788292485969C00A7906C /* LaunchScreen.storyboard in Resources */,
  128. FC9788262485969C00A7906C /* Assets.xcassets in Resources */,
  129. FC9788212485969B00A7906C /* Main.storyboard in Resources */,
  130. );
  131. runOnlyForDeploymentPostprocessing = 0;
  132. };
  133. /* End PBXResourcesBuildPhase section */
  134. /* Begin PBXSourcesBuildPhase section */
  135. FC9788102485969B00A7906C /* Sources */ = {
  136. isa = PBXSourcesBuildPhase;
  137. buildActionMask = 2147483647;
  138. files = (
  139. FC97881E2485969B00A7906C /* SecondViewController.swift in Sources */,
  140. FC9788242485969B00A7906C /* LoopFollow.xcdatamodeld in Sources */,
  141. FC97881C2485969B00A7906C /* FirstViewController.swift in Sources */,
  142. FC9788182485969B00A7906C /* AppDelegate.swift in Sources */,
  143. FC97881A2485969B00A7906C /* SceneDelegate.swift in Sources */,
  144. );
  145. runOnlyForDeploymentPostprocessing = 0;
  146. };
  147. /* End PBXSourcesBuildPhase section */
  148. /* Begin PBXVariantGroup section */
  149. FC97881F2485969B00A7906C /* Main.storyboard */ = {
  150. isa = PBXVariantGroup;
  151. children = (
  152. FC9788202485969B00A7906C /* Base */,
  153. );
  154. name = Main.storyboard;
  155. sourceTree = "<group>";
  156. };
  157. FC9788272485969C00A7906C /* LaunchScreen.storyboard */ = {
  158. isa = PBXVariantGroup;
  159. children = (
  160. FC9788282485969C00A7906C /* Base */,
  161. );
  162. name = LaunchScreen.storyboard;
  163. sourceTree = "<group>";
  164. };
  165. /* End PBXVariantGroup section */
  166. /* Begin XCBuildConfiguration section */
  167. FC97882B2485969C00A7906C /* Debug */ = {
  168. isa = XCBuildConfiguration;
  169. buildSettings = {
  170. ALWAYS_SEARCH_USER_PATHS = NO;
  171. CLANG_ANALYZER_NONNULL = YES;
  172. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  173. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  174. CLANG_CXX_LIBRARY = "libc++";
  175. CLANG_ENABLE_MODULES = YES;
  176. CLANG_ENABLE_OBJC_ARC = YES;
  177. CLANG_ENABLE_OBJC_WEAK = YES;
  178. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  179. CLANG_WARN_BOOL_CONVERSION = YES;
  180. CLANG_WARN_COMMA = YES;
  181. CLANG_WARN_CONSTANT_CONVERSION = YES;
  182. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  183. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  184. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  185. CLANG_WARN_EMPTY_BODY = YES;
  186. CLANG_WARN_ENUM_CONVERSION = YES;
  187. CLANG_WARN_INFINITE_RECURSION = YES;
  188. CLANG_WARN_INT_CONVERSION = YES;
  189. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  190. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  191. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  192. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  193. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  194. CLANG_WARN_STRICT_PROTOTYPES = YES;
  195. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  196. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  197. CLANG_WARN_UNREACHABLE_CODE = YES;
  198. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  199. COPY_PHASE_STRIP = NO;
  200. DEBUG_INFORMATION_FORMAT = dwarf;
  201. ENABLE_STRICT_OBJC_MSGSEND = YES;
  202. ENABLE_TESTABILITY = YES;
  203. GCC_C_LANGUAGE_STANDARD = gnu11;
  204. GCC_DYNAMIC_NO_PIC = NO;
  205. GCC_NO_COMMON_BLOCKS = YES;
  206. GCC_OPTIMIZATION_LEVEL = 0;
  207. GCC_PREPROCESSOR_DEFINITIONS = (
  208. "DEBUG=1",
  209. "$(inherited)",
  210. );
  211. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  212. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  213. GCC_WARN_UNDECLARED_SELECTOR = YES;
  214. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  215. GCC_WARN_UNUSED_FUNCTION = YES;
  216. GCC_WARN_UNUSED_VARIABLE = YES;
  217. IPHONEOS_DEPLOYMENT_TARGET = 13.4;
  218. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  219. MTL_FAST_MATH = YES;
  220. ONLY_ACTIVE_ARCH = YES;
  221. SDKROOT = iphoneos;
  222. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  223. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  224. };
  225. name = Debug;
  226. };
  227. FC97882C2485969C00A7906C /* Release */ = {
  228. isa = XCBuildConfiguration;
  229. buildSettings = {
  230. ALWAYS_SEARCH_USER_PATHS = NO;
  231. CLANG_ANALYZER_NONNULL = YES;
  232. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  233. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  234. CLANG_CXX_LIBRARY = "libc++";
  235. CLANG_ENABLE_MODULES = YES;
  236. CLANG_ENABLE_OBJC_ARC = YES;
  237. CLANG_ENABLE_OBJC_WEAK = YES;
  238. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  239. CLANG_WARN_BOOL_CONVERSION = YES;
  240. CLANG_WARN_COMMA = YES;
  241. CLANG_WARN_CONSTANT_CONVERSION = YES;
  242. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  243. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  244. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  245. CLANG_WARN_EMPTY_BODY = YES;
  246. CLANG_WARN_ENUM_CONVERSION = YES;
  247. CLANG_WARN_INFINITE_RECURSION = YES;
  248. CLANG_WARN_INT_CONVERSION = YES;
  249. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  250. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  251. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  252. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  253. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  254. CLANG_WARN_STRICT_PROTOTYPES = YES;
  255. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  256. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  257. CLANG_WARN_UNREACHABLE_CODE = YES;
  258. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  259. COPY_PHASE_STRIP = NO;
  260. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  261. ENABLE_NS_ASSERTIONS = NO;
  262. ENABLE_STRICT_OBJC_MSGSEND = YES;
  263. GCC_C_LANGUAGE_STANDARD = gnu11;
  264. GCC_NO_COMMON_BLOCKS = YES;
  265. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  266. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  267. GCC_WARN_UNDECLARED_SELECTOR = YES;
  268. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  269. GCC_WARN_UNUSED_FUNCTION = YES;
  270. GCC_WARN_UNUSED_VARIABLE = YES;
  271. IPHONEOS_DEPLOYMENT_TARGET = 13.4;
  272. MTL_ENABLE_DEBUG_INFO = NO;
  273. MTL_FAST_MATH = YES;
  274. SDKROOT = iphoneos;
  275. SWIFT_COMPILATION_MODE = wholemodule;
  276. SWIFT_OPTIMIZATION_LEVEL = "-O";
  277. VALIDATE_PRODUCT = YES;
  278. };
  279. name = Release;
  280. };
  281. FC97882E2485969C00A7906C /* Debug */ = {
  282. isa = XCBuildConfiguration;
  283. buildSettings = {
  284. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  285. CODE_SIGN_STYLE = Automatic;
  286. DEVELOPMENT_TEAM = 96ZGUPW5TE;
  287. INFOPLIST_FILE = LoopFollow/Info.plist;
  288. LD_RUNPATH_SEARCH_PATHS = (
  289. "$(inherited)",
  290. "@executable_path/Frameworks",
  291. );
  292. PRODUCT_BUNDLE_IDENTIFIER = com.fawcett.LoopFollow;
  293. PRODUCT_NAME = "$(TARGET_NAME)";
  294. SWIFT_VERSION = 5.0;
  295. TARGETED_DEVICE_FAMILY = "1,2";
  296. };
  297. name = Debug;
  298. };
  299. FC97882F2485969C00A7906C /* Release */ = {
  300. isa = XCBuildConfiguration;
  301. buildSettings = {
  302. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  303. CODE_SIGN_STYLE = Automatic;
  304. DEVELOPMENT_TEAM = 96ZGUPW5TE;
  305. INFOPLIST_FILE = LoopFollow/Info.plist;
  306. LD_RUNPATH_SEARCH_PATHS = (
  307. "$(inherited)",
  308. "@executable_path/Frameworks",
  309. );
  310. PRODUCT_BUNDLE_IDENTIFIER = com.fawcett.LoopFollow;
  311. PRODUCT_NAME = "$(TARGET_NAME)";
  312. SWIFT_VERSION = 5.0;
  313. TARGETED_DEVICE_FAMILY = "1,2";
  314. };
  315. name = Release;
  316. };
  317. /* End XCBuildConfiguration section */
  318. /* Begin XCConfigurationList section */
  319. FC97880F2485969B00A7906C /* Build configuration list for PBXProject "LoopFollow" */ = {
  320. isa = XCConfigurationList;
  321. buildConfigurations = (
  322. FC97882B2485969C00A7906C /* Debug */,
  323. FC97882C2485969C00A7906C /* Release */,
  324. );
  325. defaultConfigurationIsVisible = 0;
  326. defaultConfigurationName = Release;
  327. };
  328. FC97882D2485969C00A7906C /* Build configuration list for PBXNativeTarget "LoopFollow" */ = {
  329. isa = XCConfigurationList;
  330. buildConfigurations = (
  331. FC97882E2485969C00A7906C /* Debug */,
  332. FC97882F2485969C00A7906C /* Release */,
  333. );
  334. defaultConfigurationIsVisible = 0;
  335. defaultConfigurationName = Release;
  336. };
  337. /* End XCConfigurationList section */
  338. /* Begin XCVersionGroup section */
  339. FC9788222485969B00A7906C /* LoopFollow.xcdatamodeld */ = {
  340. isa = XCVersionGroup;
  341. children = (
  342. FC9788232485969B00A7906C /* LoopFollow.xcdatamodel */,
  343. );
  344. currentVersion = FC9788232485969B00A7906C /* LoopFollow.xcdatamodel */;
  345. path = LoopFollow.xcdatamodeld;
  346. sourceTree = "<group>";
  347. versionGroupType = wrapper.xcdatamodel;
  348. };
  349. /* End XCVersionGroup section */
  350. };
  351. rootObject = FC97880C2485969B00A7906C /* Project object */;
  352. }