project.pbxproj 13 KB

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