project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0C35682C221A59A100F48F2C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C35682B221A59A100F48F2C /* AppDelegate.m */; };
  10. 0C35682F221A59A100F48F2C /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C35682E221A59A100F48F2C /* ViewController.m */; };
  11. 0C356832221A59A100F48F2C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0C356830221A59A100F48F2C /* Main.storyboard */; };
  12. 0C356834221A59A300F48F2C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0C356833221A59A300F48F2C /* Assets.xcassets */; };
  13. 0C356837221A59A300F48F2C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0C356835221A59A300F48F2C /* LaunchScreen.storyboard */; };
  14. 0C35683A221A59A300F48F2C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C356839221A59A300F48F2C /* main.m */; };
  15. 5BE851C422E59242006B12C7 /* XenonSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BE851C022E591DB006B12C7 /* XenonSDK.framework */; };
  16. 5BE851C522E59243006B12C7 /* XenonSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 5BE851C022E591DB006B12C7 /* XenonSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXCopyFilesBuildPhase section */
  19. 0C12AE5222A1222B0044A555 /* Embed Frameworks */ = {
  20. isa = PBXCopyFilesBuildPhase;
  21. buildActionMask = 2147483647;
  22. dstPath = "";
  23. dstSubfolderSpec = 10;
  24. files = (
  25. 5BE851C522E59243006B12C7 /* XenonSDK.framework in Embed Frameworks */,
  26. );
  27. name = "Embed Frameworks";
  28. runOnlyForDeploymentPostprocessing = 0;
  29. };
  30. /* End PBXCopyFilesBuildPhase section */
  31. /* Begin PBXFileReference section */
  32. 0C356827221A59A100F48F2C /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  33. 0C35682A221A59A100F48F2C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  34. 0C35682B221A59A100F48F2C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  35. 0C35682D221A59A100F48F2C /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  36. 0C35682E221A59A100F48F2C /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  37. 0C356831221A59A100F48F2C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  38. 0C356833221A59A300F48F2C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  39. 0C356836221A59A300F48F2C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  40. 0C356838221A59A300F48F2C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  41. 0C356839221A59A300F48F2C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  42. 5BE851C022E591DB006B12C7 /* XenonSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = XenonSDK.framework; sourceTree = "<group>"; };
  43. /* End PBXFileReference section */
  44. /* Begin PBXFrameworksBuildPhase section */
  45. 0C356824221A59A100F48F2C /* Frameworks */ = {
  46. isa = PBXFrameworksBuildPhase;
  47. buildActionMask = 2147483647;
  48. files = (
  49. 5BE851C422E59242006B12C7 /* XenonSDK.framework in Frameworks */,
  50. );
  51. runOnlyForDeploymentPostprocessing = 0;
  52. };
  53. /* End PBXFrameworksBuildPhase section */
  54. /* Begin PBXGroup section */
  55. 0C35681E221A59A100F48F2C = {
  56. isa = PBXGroup;
  57. children = (
  58. 0C356829221A59A100F48F2C /* Demo */,
  59. 0C356828221A59A100F48F2C /* Products */,
  60. 5BE851C222E59231006B12C7 /* Frameworks */,
  61. );
  62. sourceTree = "<group>";
  63. };
  64. 0C356828221A59A100F48F2C /* Products */ = {
  65. isa = PBXGroup;
  66. children = (
  67. 0C356827221A59A100F48F2C /* Demo.app */,
  68. );
  69. name = Products;
  70. sourceTree = "<group>";
  71. };
  72. 0C356829221A59A100F48F2C /* Demo */ = {
  73. isa = PBXGroup;
  74. children = (
  75. 5BE851BF22E591DB006B12C7 /* SDK */,
  76. 0C35682A221A59A100F48F2C /* AppDelegate.h */,
  77. 0C35682B221A59A100F48F2C /* AppDelegate.m */,
  78. 0C35682D221A59A100F48F2C /* ViewController.h */,
  79. 0C35682E221A59A100F48F2C /* ViewController.m */,
  80. 0C356830221A59A100F48F2C /* Main.storyboard */,
  81. 0C356833221A59A300F48F2C /* Assets.xcassets */,
  82. 0C356835221A59A300F48F2C /* LaunchScreen.storyboard */,
  83. 0C356838221A59A300F48F2C /* Info.plist */,
  84. 0C356839221A59A300F48F2C /* main.m */,
  85. );
  86. path = Demo;
  87. sourceTree = "<group>";
  88. };
  89. 5BE851BF22E591DB006B12C7 /* SDK */ = {
  90. isa = PBXGroup;
  91. children = (
  92. 5BE851C022E591DB006B12C7 /* XenonSDK.framework */,
  93. );
  94. path = SDK;
  95. sourceTree = "<group>";
  96. };
  97. 5BE851C222E59231006B12C7 /* Frameworks */ = {
  98. isa = PBXGroup;
  99. children = (
  100. );
  101. name = Frameworks;
  102. sourceTree = "<group>";
  103. };
  104. /* End PBXGroup section */
  105. /* Begin PBXNativeTarget section */
  106. 0C356826221A59A100F48F2C /* Demo */ = {
  107. isa = PBXNativeTarget;
  108. buildConfigurationList = 0C35683D221A59A300F48F2C /* Build configuration list for PBXNativeTarget "Demo" */;
  109. buildPhases = (
  110. 0C356823221A59A100F48F2C /* Sources */,
  111. 0C356824221A59A100F48F2C /* Frameworks */,
  112. 0C356825221A59A100F48F2C /* Resources */,
  113. 0C12AE5222A1222B0044A555 /* Embed Frameworks */,
  114. );
  115. buildRules = (
  116. );
  117. dependencies = (
  118. );
  119. name = Demo;
  120. productName = Demo;
  121. productReference = 0C356827221A59A100F48F2C /* Demo.app */;
  122. productType = "com.apple.product-type.application";
  123. };
  124. /* End PBXNativeTarget section */
  125. /* Begin PBXProject section */
  126. 0C35681F221A59A100F48F2C /* Project object */ = {
  127. isa = PBXProject;
  128. attributes = {
  129. LastUpgradeCheck = 1010;
  130. ORGANIZATIONNAME = SAGESSE;
  131. TargetAttributes = {
  132. 0C356826221A59A100F48F2C = {
  133. CreatedOnToolsVersion = 10.1;
  134. };
  135. };
  136. };
  137. buildConfigurationList = 0C356822221A59A100F48F2C /* Build configuration list for PBXProject "Demo" */;
  138. compatibilityVersion = "Xcode 9.3";
  139. developmentRegion = en;
  140. hasScannedForEncodings = 0;
  141. knownRegions = (
  142. en,
  143. Base,
  144. );
  145. mainGroup = 0C35681E221A59A100F48F2C;
  146. productRefGroup = 0C356828221A59A100F48F2C /* Products */;
  147. projectDirPath = "";
  148. projectRoot = "";
  149. targets = (
  150. 0C356826221A59A100F48F2C /* Demo */,
  151. );
  152. };
  153. /* End PBXProject section */
  154. /* Begin PBXResourcesBuildPhase section */
  155. 0C356825221A59A100F48F2C /* Resources */ = {
  156. isa = PBXResourcesBuildPhase;
  157. buildActionMask = 2147483647;
  158. files = (
  159. 0C356837221A59A300F48F2C /* LaunchScreen.storyboard in Resources */,
  160. 0C356834221A59A300F48F2C /* Assets.xcassets in Resources */,
  161. 0C356832221A59A100F48F2C /* Main.storyboard in Resources */,
  162. );
  163. runOnlyForDeploymentPostprocessing = 0;
  164. };
  165. /* End PBXResourcesBuildPhase section */
  166. /* Begin PBXSourcesBuildPhase section */
  167. 0C356823221A59A100F48F2C /* Sources */ = {
  168. isa = PBXSourcesBuildPhase;
  169. buildActionMask = 2147483647;
  170. files = (
  171. 0C35682F221A59A100F48F2C /* ViewController.m in Sources */,
  172. 0C35683A221A59A300F48F2C /* main.m in Sources */,
  173. 0C35682C221A59A100F48F2C /* AppDelegate.m in Sources */,
  174. );
  175. runOnlyForDeploymentPostprocessing = 0;
  176. };
  177. /* End PBXSourcesBuildPhase section */
  178. /* Begin PBXVariantGroup section */
  179. 0C356830221A59A100F48F2C /* Main.storyboard */ = {
  180. isa = PBXVariantGroup;
  181. children = (
  182. 0C356831221A59A100F48F2C /* Base */,
  183. );
  184. name = Main.storyboard;
  185. sourceTree = "<group>";
  186. };
  187. 0C356835221A59A300F48F2C /* LaunchScreen.storyboard */ = {
  188. isa = PBXVariantGroup;
  189. children = (
  190. 0C356836221A59A300F48F2C /* Base */,
  191. );
  192. name = LaunchScreen.storyboard;
  193. sourceTree = "<group>";
  194. };
  195. /* End PBXVariantGroup section */
  196. /* Begin XCBuildConfiguration section */
  197. 0C35683B221A59A300F48F2C /* Debug */ = {
  198. isa = XCBuildConfiguration;
  199. buildSettings = {
  200. ALWAYS_SEARCH_USER_PATHS = NO;
  201. CLANG_ANALYZER_NONNULL = YES;
  202. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  203. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  204. CLANG_CXX_LIBRARY = "libc++";
  205. CLANG_ENABLE_MODULES = YES;
  206. CLANG_ENABLE_OBJC_ARC = YES;
  207. CLANG_ENABLE_OBJC_WEAK = YES;
  208. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  209. CLANG_WARN_BOOL_CONVERSION = YES;
  210. CLANG_WARN_COMMA = YES;
  211. CLANG_WARN_CONSTANT_CONVERSION = YES;
  212. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  213. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  214. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  215. CLANG_WARN_EMPTY_BODY = YES;
  216. CLANG_WARN_ENUM_CONVERSION = YES;
  217. CLANG_WARN_INFINITE_RECURSION = YES;
  218. CLANG_WARN_INT_CONVERSION = YES;
  219. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  220. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  221. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  222. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  223. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  224. CLANG_WARN_STRICT_PROTOTYPES = YES;
  225. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  226. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  227. CLANG_WARN_UNREACHABLE_CODE = YES;
  228. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  229. CODE_SIGN_IDENTITY = "iPhone Developer";
  230. COPY_PHASE_STRIP = NO;
  231. DEBUG_INFORMATION_FORMAT = dwarf;
  232. ENABLE_STRICT_OBJC_MSGSEND = YES;
  233. ENABLE_TESTABILITY = YES;
  234. GCC_C_LANGUAGE_STANDARD = gnu11;
  235. GCC_DYNAMIC_NO_PIC = NO;
  236. GCC_NO_COMMON_BLOCKS = YES;
  237. GCC_OPTIMIZATION_LEVEL = 0;
  238. GCC_PREPROCESSOR_DEFINITIONS = (
  239. "DEBUG=1",
  240. "$(inherited)",
  241. );
  242. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  243. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  244. GCC_WARN_UNDECLARED_SELECTOR = YES;
  245. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  246. GCC_WARN_UNUSED_FUNCTION = YES;
  247. GCC_WARN_UNUSED_VARIABLE = YES;
  248. IPHONEOS_DEPLOYMENT_TARGET = 12.1;
  249. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  250. MTL_FAST_MATH = YES;
  251. ONLY_ACTIVE_ARCH = YES;
  252. SDKROOT = iphoneos;
  253. };
  254. name = Debug;
  255. };
  256. 0C35683C221A59A300F48F2C /* Release */ = {
  257. isa = XCBuildConfiguration;
  258. buildSettings = {
  259. ALWAYS_SEARCH_USER_PATHS = NO;
  260. CLANG_ANALYZER_NONNULL = YES;
  261. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  262. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  263. CLANG_CXX_LIBRARY = "libc++";
  264. CLANG_ENABLE_MODULES = YES;
  265. CLANG_ENABLE_OBJC_ARC = YES;
  266. CLANG_ENABLE_OBJC_WEAK = YES;
  267. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  268. CLANG_WARN_BOOL_CONVERSION = YES;
  269. CLANG_WARN_COMMA = YES;
  270. CLANG_WARN_CONSTANT_CONVERSION = YES;
  271. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  272. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  273. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  274. CLANG_WARN_EMPTY_BODY = YES;
  275. CLANG_WARN_ENUM_CONVERSION = YES;
  276. CLANG_WARN_INFINITE_RECURSION = YES;
  277. CLANG_WARN_INT_CONVERSION = YES;
  278. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  279. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  280. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  281. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  282. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  283. CLANG_WARN_STRICT_PROTOTYPES = YES;
  284. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  285. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  286. CLANG_WARN_UNREACHABLE_CODE = YES;
  287. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  288. CODE_SIGN_IDENTITY = "iPhone Developer";
  289. COPY_PHASE_STRIP = NO;
  290. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  291. ENABLE_NS_ASSERTIONS = NO;
  292. ENABLE_STRICT_OBJC_MSGSEND = YES;
  293. GCC_C_LANGUAGE_STANDARD = gnu11;
  294. GCC_NO_COMMON_BLOCKS = YES;
  295. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  296. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  297. GCC_WARN_UNDECLARED_SELECTOR = YES;
  298. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  299. GCC_WARN_UNUSED_FUNCTION = YES;
  300. GCC_WARN_UNUSED_VARIABLE = YES;
  301. IPHONEOS_DEPLOYMENT_TARGET = 12.1;
  302. MTL_ENABLE_DEBUG_INFO = NO;
  303. MTL_FAST_MATH = YES;
  304. SDKROOT = iphoneos;
  305. VALIDATE_PRODUCT = YES;
  306. };
  307. name = Release;
  308. };
  309. 0C35683E221A59A300F48F2C /* Debug */ = {
  310. isa = XCBuildConfiguration;
  311. buildSettings = {
  312. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  313. CODE_SIGN_IDENTITY = "iPhone Developer";
  314. CODE_SIGN_STYLE = Automatic;
  315. DEVELOPMENT_TEAM = A9348Z53YM;
  316. FRAMEWORK_SEARCH_PATHS = (
  317. "$(PROJECT_DIR)/../",
  318. "$(PROJECT_DIR)/Demo/SDK",
  319. );
  320. INFOPLIST_FILE = Demo/Info.plist;
  321. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  322. LD_RUNPATH_SEARCH_PATHS = (
  323. "$(inherited)",
  324. "@executable_path/Frameworks",
  325. );
  326. LIBRARY_SEARCH_PATHS = "$(inherited)";
  327. OTHER_LDFLAGS = "-ObjC";
  328. PRODUCT_BUNDLE_IDENTIFIER = com.discuss.cn;
  329. PRODUCT_NAME = "$(TARGET_NAME)";
  330. PROVISIONING_PROFILE_SPECIFIER = "";
  331. TARGETED_DEVICE_FAMILY = "1,2";
  332. };
  333. name = Debug;
  334. };
  335. 0C35683F221A59A300F48F2C /* Release */ = {
  336. isa = XCBuildConfiguration;
  337. buildSettings = {
  338. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  339. CODE_SIGN_IDENTITY = "iPhone Developer";
  340. CODE_SIGN_STYLE = Automatic;
  341. DEVELOPMENT_TEAM = A9348Z53YM;
  342. FRAMEWORK_SEARCH_PATHS = (
  343. "$(PROJECT_DIR)/../",
  344. "$(PROJECT_DIR)/Demo/SDK",
  345. );
  346. INFOPLIST_FILE = Demo/Info.plist;
  347. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  348. LD_RUNPATH_SEARCH_PATHS = (
  349. "$(inherited)",
  350. "@executable_path/Frameworks",
  351. );
  352. LIBRARY_SEARCH_PATHS = "$(inherited)";
  353. OTHER_LDFLAGS = "-ObjC";
  354. PRODUCT_BUNDLE_IDENTIFIER = com.discuss.cn;
  355. PRODUCT_NAME = "$(TARGET_NAME)";
  356. PROVISIONING_PROFILE_SPECIFIER = "";
  357. TARGETED_DEVICE_FAMILY = "1,2";
  358. };
  359. name = Release;
  360. };
  361. /* End XCBuildConfiguration section */
  362. /* Begin XCConfigurationList section */
  363. 0C356822221A59A100F48F2C /* Build configuration list for PBXProject "Demo" */ = {
  364. isa = XCConfigurationList;
  365. buildConfigurations = (
  366. 0C35683B221A59A300F48F2C /* Debug */,
  367. 0C35683C221A59A300F48F2C /* Release */,
  368. );
  369. defaultConfigurationIsVisible = 0;
  370. defaultConfigurationName = Release;
  371. };
  372. 0C35683D221A59A300F48F2C /* Build configuration list for PBXNativeTarget "Demo" */ = {
  373. isa = XCConfigurationList;
  374. buildConfigurations = (
  375. 0C35683E221A59A300F48F2C /* Debug */,
  376. 0C35683F221A59A300F48F2C /* Release */,
  377. );
  378. defaultConfigurationIsVisible = 0;
  379. defaultConfigurationName = Release;
  380. };
  381. /* End XCConfigurationList section */
  382. };
  383. rootObject = 0C35681F221A59A100F48F2C /* Project object */;
  384. }