project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. A100000A0001 /* OreoLauncherApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000090001 /* OreoLauncherApp.swift */; };
  10. A100000C0001 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A100000B0001 /* ContentView.swift */; };
  11. A100000E0001 /* NetworkService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A100000D0001 /* NetworkService.swift */; };
  12. A1000010001 /* ConnectionSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A100000F0001 /* ConnectionSettingsView.swift */; };
  13. /* End PBXBuildFile section */
  14. /* Begin PBXFileReference section */
  15. A10000060001 /* OreoLauncher.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OreoLauncher.app; sourceTree = BUILT_PRODUCTS_DIR; };
  16. A10000090001 /* OreoLauncherApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OreoLauncherApp.swift; sourceTree = "<group>"; };
  17. A100000B0001 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  18. A100000D0001 /* NetworkService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkService.swift; sourceTree = "<group>"; };
  19. A100000F0001 /* ConnectionSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionSettingsView.swift; sourceTree = "<group>"; };
  20. /* End PBXFileReference section */
  21. /* Begin PBXFrameworksBuildPhase section */
  22. A10000030001 /* Frameworks */ = {
  23. isa = PBXFrameworksBuildPhase;
  24. buildActionMask = 2147483647;
  25. files = (
  26. );
  27. runOnlyForDeploymentPostprocessing = 0;
  28. };
  29. /* End PBXFrameworksBuildPhase section */
  30. /* Begin PBXGroup section */
  31. A10000070001 /* Products */ = {
  32. isa = PBXGroup;
  33. children = (
  34. A10000060001 /* OreoLauncher.app */,
  35. );
  36. name = Products;
  37. sourceTree = "<group>";
  38. };
  39. A10000080001 /* OreoLauncher */ = {
  40. isa = PBXGroup;
  41. children = (
  42. A10000090001 /* OreoLauncherApp.swift */,
  43. A100000B0001 /* ContentView.swift */,
  44. A100000D0001 /* NetworkService.swift */,
  45. A100000F0001 /* ConnectionSettingsView.swift */,
  46. );
  47. path = OreoLauncher;
  48. sourceTree = "<group>";
  49. };
  50. A100FFFE0001 = {
  51. isa = PBXGroup;
  52. children = (
  53. A10000080001 /* OreoLauncher */,
  54. A10000070001 /* Products */,
  55. );
  56. sourceTree = "<group>";
  57. };
  58. /* End PBXGroup section */
  59. /* Begin PBXNativeTarget section */
  60. A10000050001 /* OreoLauncher */ = {
  61. isa = PBXNativeTarget;
  62. buildConfigurationList = A10000140001 /* Build configuration list for PBXNativeTarget "OreoLauncher" */;
  63. buildPhases = (
  64. A10000020001 /* Sources */,
  65. A10000030001 /* Frameworks */,
  66. );
  67. buildRules = (
  68. );
  69. dependencies = (
  70. );
  71. name = OreoLauncher;
  72. productName = OreoLauncher;
  73. productReference = A10000060001 /* OreoLauncher.app */;
  74. productType = "com.apple.product-type.application";
  75. };
  76. /* End PBXNativeTarget section */
  77. /* Begin PBXProject section */
  78. A100FFFF0001 /* Project object */ = {
  79. isa = PBXProject;
  80. attributes = {
  81. BuildIndependentTargetsInParallel = 1;
  82. LastSwiftUpdateCheck = 1500;
  83. LastUpgradeCheck = 1500;
  84. TargetAttributes = {
  85. A10000050001 = {
  86. CreatedOnToolsVersion = 15.0;
  87. };
  88. };
  89. };
  90. buildConfigurationList = A10000010001 /* Build configuration list for PBXProject "OreoLauncher" */;
  91. compatibilityVersion = "Xcode 14.0";
  92. developmentRegion = en;
  93. hasScannedForEncodings = 0;
  94. knownRegions = (
  95. en,
  96. Base,
  97. );
  98. mainGroup = A100FFFE0001;
  99. productRefGroup = A10000070001 /* Products */;
  100. projectDirPath = "";
  101. projectRoot = "";
  102. targets = (
  103. A10000050001 /* OreoLauncher */,
  104. );
  105. };
  106. /* End PBXProject section */
  107. /* Begin PBXSourcesBuildPhase section */
  108. A10000020001 /* Sources */ = {
  109. isa = PBXSourcesBuildPhase;
  110. buildActionMask = 2147483647;
  111. files = (
  112. A100000C0001 /* ContentView.swift in Sources */,
  113. A100000A0001 /* OreoLauncherApp.swift in Sources */,
  114. A100000E0001 /* NetworkService.swift in Sources */,
  115. A1000010001 /* ConnectionSettingsView.swift in Sources */,
  116. );
  117. runOnlyForDeploymentPostprocessing = 0;
  118. };
  119. /* End PBXSourcesBuildPhase section */
  120. /* Begin XCBuildConfiguration section */
  121. A10000110001 /* Debug */ = {
  122. isa = XCBuildConfiguration;
  123. buildSettings = {
  124. ALWAYS_SEARCH_USER_PATHS = NO;
  125. CLANG_ANALYZER_NONNULL = YES;
  126. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  127. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  128. CLANG_ENABLE_MODULES = YES;
  129. CLANG_ENABLE_OBJC_ARC = YES;
  130. CLANG_ENABLE_OBJC_WEAK = YES;
  131. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  132. CLANG_WARN_BOOL_CONVERSION = YES;
  133. CLANG_WARN_COMMA = YES;
  134. CLANG_WARN_CONSTANT_CONVERSION = YES;
  135. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  136. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  137. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  138. CLANG_WARN_EMPTY_BODY = YES;
  139. CLANG_WARN_ENUM_CONVERSION = YES;
  140. CLANG_WARN_INFINITE_RECURSION = YES;
  141. CLANG_WARN_INT_CONVERSION = YES;
  142. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  143. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  144. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  145. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  146. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  147. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  148. CLANG_WARN_STRICT_PROTOTYPES = YES;
  149. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  150. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  151. CLANG_WARN_UNREACHABLE_CODE = YES;
  152. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  153. COPY_PHASE_STRIP = NO;
  154. DEBUG_INFORMATION_FORMAT = dwarf;
  155. ENABLE_STRICT_OBJC_MSGSEND = YES;
  156. ENABLE_TESTABILITY = YES;
  157. GCC_C_LANGUAGE_STANDARD = gnu17;
  158. GCC_DYNAMIC_NO_PIC = NO;
  159. GCC_NO_COMMON_BLOCKS = YES;
  160. GCC_OPTIMIZATION_LEVEL = 0;
  161. GCC_PREPROCESSOR_DEFINITIONS = (
  162. "DEBUG=1",
  163. "$(inherited)",
  164. );
  165. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  166. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  167. GCC_WARN_UNDECLARED_SELECTOR = YES;
  168. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  169. GCC_WARN_UNUSED_FUNCTION = YES;
  170. GCC_WARN_UNUSED_VARIABLE = YES;
  171. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  172. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  173. MTL_FAST_MATH = YES;
  174. ONLY_ACTIVE_ARCH = YES;
  175. SDKROOT = iphoneos;
  176. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  177. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  178. };
  179. name = Debug;
  180. };
  181. A10000120001 /* Release */ = {
  182. isa = XCBuildConfiguration;
  183. buildSettings = {
  184. ALWAYS_SEARCH_USER_PATHS = NO;
  185. CLANG_ANALYZER_NONNULL = YES;
  186. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  187. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  188. CLANG_ENABLE_MODULES = YES;
  189. CLANG_ENABLE_OBJC_ARC = YES;
  190. CLANG_ENABLE_OBJC_WEAK = YES;
  191. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  192. CLANG_WARN_BOOL_CONVERSION = YES;
  193. CLANG_WARN_COMMA = YES;
  194. CLANG_WARN_CONSTANT_CONVERSION = YES;
  195. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  196. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  197. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  198. CLANG_WARN_EMPTY_BODY = YES;
  199. CLANG_WARN_ENUM_CONVERSION = YES;
  200. CLANG_WARN_INFINITE_RECURSION = YES;
  201. CLANG_WARN_INT_CONVERSION = YES;
  202. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  203. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  204. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  205. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  206. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  207. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  208. CLANG_WARN_STRICT_PROTOTYPES = YES;
  209. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  210. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  211. CLANG_WARN_UNREACHABLE_CODE = YES;
  212. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  213. COPY_PHASE_STRIP = NO;
  214. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  215. ENABLE_NS_ASSERTIONS = NO;
  216. ENABLE_STRICT_OBJC_MSGSEND = YES;
  217. GCC_C_LANGUAGE_STANDARD = gnu17;
  218. GCC_NO_COMMON_BLOCKS = YES;
  219. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  220. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  221. GCC_WARN_UNDECLARED_SELECTOR = YES;
  222. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  223. GCC_WARN_UNUSED_FUNCTION = YES;
  224. GCC_WARN_UNUSED_VARIABLE = YES;
  225. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  226. MTL_ENABLE_DEBUG_INFO = NO;
  227. MTL_FAST_MATH = YES;
  228. SDKROOT = iphoneos;
  229. SWIFT_COMPILATION_MODE = wholemodule;
  230. SWIFT_OPTIMIZATION_LEVEL = "-O";
  231. VALIDATE_PRODUCT = YES;
  232. };
  233. name = Release;
  234. };
  235. A10000150001 /* Debug */ = {
  236. isa = XCBuildConfiguration;
  237. buildSettings = {
  238. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  239. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  240. CODE_SIGN_STYLE = Automatic;
  241. CURRENT_PROJECT_VERSION = 1;
  242. DEVELOPMENT_TEAM = XJ9GPA877Z;
  243. ENABLE_PREVIEWS = YES;
  244. GENERATE_INFOPLIST_FILE = YES;
  245. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  246. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  247. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  248. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  249. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  250. LD_RUNPATH_SEARCH_PATHS = (
  251. "$(inherited)",
  252. "@executable_path/Frameworks",
  253. );
  254. MARKETING_VERSION = 1.0;
  255. PRODUCT_BUNDLE_IDENTIFIER = com.fdamstra.OCTv2;
  256. PRODUCT_NAME = "$(TARGET_NAME)";
  257. SWIFT_EMIT_LOC_STRINGS = YES;
  258. SWIFT_VERSION = 5.0;
  259. TARGETED_DEVICE_FAMILY = "1,2";
  260. };
  261. name = Debug;
  262. };
  263. A10000160001 /* Release */ = {
  264. isa = XCBuildConfiguration;
  265. buildSettings = {
  266. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  267. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  268. CODE_SIGN_STYLE = Automatic;
  269. CURRENT_PROJECT_VERSION = 1;
  270. DEVELOPMENT_TEAM = XJ9GPA877Z;
  271. ENABLE_PREVIEWS = YES;
  272. GENERATE_INFOPLIST_FILE = YES;
  273. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  274. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  275. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  276. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  277. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  278. LD_RUNPATH_SEARCH_PATHS = (
  279. "$(inherited)",
  280. "@executable_path/Frameworks",
  281. );
  282. MARKETING_VERSION = 1.0;
  283. PRODUCT_BUNDLE_IDENTIFIER = com.fdamstra.OCTv2;
  284. PRODUCT_NAME = "$(TARGET_NAME)";
  285. SWIFT_EMIT_LOC_STRINGS = YES;
  286. SWIFT_VERSION = 5.0;
  287. TARGETED_DEVICE_FAMILY = "1,2";
  288. };
  289. name = Release;
  290. };
  291. /* End XCBuildConfiguration section */
  292. /* Begin XCConfigurationList section */
  293. A10000010001 /* Build configuration list for PBXProject "OreoLauncher" */ = {
  294. isa = XCConfigurationList;
  295. buildConfigurations = (
  296. A10000110001 /* Debug */,
  297. A10000120001 /* Release */,
  298. );
  299. defaultConfigurationIsVisible = 0;
  300. defaultConfigurationName = Release;
  301. };
  302. A10000140001 /* Build configuration list for PBXNativeTarget "OreoLauncher" */ = {
  303. isa = XCConfigurationList;
  304. buildConfigurations = (
  305. A10000150001 /* Debug */,
  306. A10000160001 /* Release */,
  307. );
  308. defaultConfigurationIsVisible = 0;
  309. defaultConfigurationName = Release;
  310. };
  311. /* End XCConfigurationList section */
  312. };
  313. rootObject = A100FFFF0001 /* Project object */;
  314. }