AIFit-SDK for ble body fat scale
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.pbxproj 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 5D8EC794213AB6990053C2E9 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D8EC793213AB6990053C2E9 /* AppDelegate.m */; };
  10. 5D8EC79A213AB6990053C2E9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5D8EC798213AB6990053C2E9 /* Main.storyboard */; };
  11. 5D8EC79C213AB6990053C2E9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5D8EC79B213AB6990053C2E9 /* Assets.xcassets */; };
  12. 5D8EC79F213AB6990053C2E9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5D8EC79D213AB6990053C2E9 /* LaunchScreen.storyboard */; };
  13. 5D8EC7A2213AB6990053C2E9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D8EC7A1213AB6990053C2E9 /* main.m */; };
  14. 5D8EC7AC213AB6990053C2E9 /* AIFit_DemoUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D8EC7AB213AB6990053C2E9 /* AIFit_DemoUITests.m */; };
  15. 8279C3D6213D21EB00805897 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8279C3D5213D21EB00805897 /* MainViewController.m */; };
  16. 8279C3D9213D243700805897 /* SearchDeviceVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 8279C3D8213D243700805897 /* SearchDeviceVC.m */; };
  17. 9583C021277EB87400CAE22C /* InetBleSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9583C020277EB87400CAE22C /* InetBleSDK.framework */; };
  18. 95DC38BE23AB8D9B00C5E6E3 /* AppUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 95DC38BD23AB8D9B00C5E6E3 /* AppUser.m */; };
  19. 95DC38CA23AC836D00C5E6E3 /* SetUserViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 95DC38C823AC836D00C5E6E3 /* SetUserViewController.m */; };
  20. 95DC38CB23AC836D00C5E6E3 /* SetUserViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 95DC38C923AC836D00C5E6E3 /* SetUserViewController.xib */; };
  21. /* End PBXBuildFile section */
  22. /* Begin PBXContainerItemProxy section */
  23. 5D8EC7A8213AB6990053C2E9 /* PBXContainerItemProxy */ = {
  24. isa = PBXContainerItemProxy;
  25. containerPortal = 5D8EC787213AB6990053C2E9 /* Project object */;
  26. proxyType = 1;
  27. remoteGlobalIDString = 5D8EC78E213AB6990053C2E9;
  28. remoteInfo = "AIFit-Demo";
  29. };
  30. /* End PBXContainerItemProxy section */
  31. /* Begin PBXFileReference section */
  32. 5D8EC78F213AB6990053C2E9 /* AIFit-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "AIFit-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  33. 5D8EC792213AB6990053C2E9 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  34. 5D8EC793213AB6990053C2E9 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  35. 5D8EC799213AB6990053C2E9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  36. 5D8EC79B213AB6990053C2E9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  37. 5D8EC79E213AB6990053C2E9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  38. 5D8EC7A0213AB6990053C2E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  39. 5D8EC7A1213AB6990053C2E9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  40. 5D8EC7A7213AB6990053C2E9 /* AIFit-DemoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "AIFit-DemoUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  41. 5D8EC7AB213AB6990053C2E9 /* AIFit_DemoUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AIFit_DemoUITests.m; sourceTree = "<group>"; };
  42. 5D8EC7AD213AB6990053C2E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  43. 8279C3D4213D21EB00805897 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; };
  44. 8279C3D5213D21EB00805897 /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; };
  45. 8279C3D7213D243700805897 /* SearchDeviceVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchDeviceVC.h; sourceTree = "<group>"; };
  46. 8279C3D8213D243700805897 /* SearchDeviceVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchDeviceVC.m; sourceTree = "<group>"; };
  47. 9583C020277EB87400CAE22C /* InetBleSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = InetBleSDK.framework; path = InetBleSDK/Products/InetBleSDK.framework; sourceTree = SOURCE_ROOT; };
  48. 95DC38BC23AB8D9B00C5E6E3 /* AppUser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppUser.h; sourceTree = "<group>"; };
  49. 95DC38BD23AB8D9B00C5E6E3 /* AppUser.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppUser.m; sourceTree = "<group>"; };
  50. 95DC38C723AC836D00C5E6E3 /* SetUserViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SetUserViewController.h; sourceTree = "<group>"; };
  51. 95DC38C823AC836D00C5E6E3 /* SetUserViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SetUserViewController.m; sourceTree = "<group>"; };
  52. 95DC38C923AC836D00C5E6E3 /* SetUserViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SetUserViewController.xib; sourceTree = "<group>"; };
  53. /* End PBXFileReference section */
  54. /* Begin PBXFrameworksBuildPhase section */
  55. 5D8EC78C213AB6990053C2E9 /* Frameworks */ = {
  56. isa = PBXFrameworksBuildPhase;
  57. buildActionMask = 2147483647;
  58. files = (
  59. 9583C021277EB87400CAE22C /* InetBleSDK.framework in Frameworks */,
  60. );
  61. runOnlyForDeploymentPostprocessing = 0;
  62. };
  63. 5D8EC7A4213AB6990053C2E9 /* Frameworks */ = {
  64. isa = PBXFrameworksBuildPhase;
  65. buildActionMask = 2147483647;
  66. files = (
  67. );
  68. runOnlyForDeploymentPostprocessing = 0;
  69. };
  70. /* End PBXFrameworksBuildPhase section */
  71. /* Begin PBXGroup section */
  72. 5D8EC786213AB6990053C2E9 = {
  73. isa = PBXGroup;
  74. children = (
  75. 5D8EC791213AB6990053C2E9 /* AIFit-Demo */,
  76. 5D8EC7AA213AB6990053C2E9 /* AIFit-DemoUITests */,
  77. 5D8EC790213AB6990053C2E9 /* Products */,
  78. 5D8EC80C213ACCC80053C2E9 /* Frameworks */,
  79. );
  80. sourceTree = "<group>";
  81. };
  82. 5D8EC790213AB6990053C2E9 /* Products */ = {
  83. isa = PBXGroup;
  84. children = (
  85. 5D8EC78F213AB6990053C2E9 /* AIFit-Demo.app */,
  86. 5D8EC7A7213AB6990053C2E9 /* AIFit-DemoUITests.xctest */,
  87. );
  88. name = Products;
  89. sourceTree = "<group>";
  90. };
  91. 5D8EC791213AB6990053C2E9 /* AIFit-Demo */ = {
  92. isa = PBXGroup;
  93. children = (
  94. 9583C020277EB87400CAE22C /* InetBleSDK.framework */,
  95. 5D8EC792213AB6990053C2E9 /* AppDelegate.h */,
  96. 5D8EC793213AB6990053C2E9 /* AppDelegate.m */,
  97. 95DC38BC23AB8D9B00C5E6E3 /* AppUser.h */,
  98. 95DC38BD23AB8D9B00C5E6E3 /* AppUser.m */,
  99. 8279C3D7213D243700805897 /* SearchDeviceVC.h */,
  100. 8279C3D8213D243700805897 /* SearchDeviceVC.m */,
  101. 8279C3D4213D21EB00805897 /* MainViewController.h */,
  102. 8279C3D5213D21EB00805897 /* MainViewController.m */,
  103. 95DC38C723AC836D00C5E6E3 /* SetUserViewController.h */,
  104. 95DC38C823AC836D00C5E6E3 /* SetUserViewController.m */,
  105. 95DC38C923AC836D00C5E6E3 /* SetUserViewController.xib */,
  106. 5D8EC798213AB6990053C2E9 /* Main.storyboard */,
  107. 5D8EC79B213AB6990053C2E9 /* Assets.xcassets */,
  108. 5D8EC79D213AB6990053C2E9 /* LaunchScreen.storyboard */,
  109. 5D8EC7A0213AB6990053C2E9 /* Info.plist */,
  110. 5D8EC7A1213AB6990053C2E9 /* main.m */,
  111. );
  112. path = "AIFit-Demo";
  113. sourceTree = "<group>";
  114. };
  115. 5D8EC7AA213AB6990053C2E9 /* AIFit-DemoUITests */ = {
  116. isa = PBXGroup;
  117. children = (
  118. 5D8EC7AB213AB6990053C2E9 /* AIFit_DemoUITests.m */,
  119. 5D8EC7AD213AB6990053C2E9 /* Info.plist */,
  120. );
  121. path = "AIFit-DemoUITests";
  122. sourceTree = "<group>";
  123. };
  124. 5D8EC80C213ACCC80053C2E9 /* Frameworks */ = {
  125. isa = PBXGroup;
  126. children = (
  127. );
  128. name = Frameworks;
  129. sourceTree = "<group>";
  130. };
  131. /* End PBXGroup section */
  132. /* Begin PBXNativeTarget section */
  133. 5D8EC78E213AB6990053C2E9 /* AIFit-Demo */ = {
  134. isa = PBXNativeTarget;
  135. buildConfigurationList = 5D8EC7B0213AB6990053C2E9 /* Build configuration list for PBXNativeTarget "AIFit-Demo" */;
  136. buildPhases = (
  137. 5D8EC78B213AB6990053C2E9 /* Sources */,
  138. 5D8EC78C213AB6990053C2E9 /* Frameworks */,
  139. 5D8EC78D213AB6990053C2E9 /* Resources */,
  140. );
  141. buildRules = (
  142. );
  143. dependencies = (
  144. );
  145. name = "AIFit-Demo";
  146. productName = "AIFit-Demo";
  147. productReference = 5D8EC78F213AB6990053C2E9 /* AIFit-Demo.app */;
  148. productType = "com.apple.product-type.application";
  149. };
  150. 5D8EC7A6213AB6990053C2E9 /* AIFit-DemoUITests */ = {
  151. isa = PBXNativeTarget;
  152. buildConfigurationList = 5D8EC7B3213AB6990053C2E9 /* Build configuration list for PBXNativeTarget "AIFit-DemoUITests" */;
  153. buildPhases = (
  154. 5D8EC7A3213AB6990053C2E9 /* Sources */,
  155. 5D8EC7A4213AB6990053C2E9 /* Frameworks */,
  156. 5D8EC7A5213AB6990053C2E9 /* Resources */,
  157. );
  158. buildRules = (
  159. );
  160. dependencies = (
  161. 5D8EC7A9213AB6990053C2E9 /* PBXTargetDependency */,
  162. );
  163. name = "AIFit-DemoUITests";
  164. productName = "AIFit-DemoUITests";
  165. productReference = 5D8EC7A7213AB6990053C2E9 /* AIFit-DemoUITests.xctest */;
  166. productType = "com.apple.product-type.bundle.ui-testing";
  167. };
  168. /* End PBXNativeTarget section */
  169. /* Begin PBXProject section */
  170. 5D8EC787213AB6990053C2E9 /* Project object */ = {
  171. isa = PBXProject;
  172. attributes = {
  173. LastUpgradeCheck = 0920;
  174. ORGANIZATIONNAME = wujia121;
  175. TargetAttributes = {
  176. 5D8EC78E213AB6990053C2E9 = {
  177. CreatedOnToolsVersion = 9.2;
  178. ProvisioningStyle = Automatic;
  179. };
  180. 5D8EC7A6213AB6990053C2E9 = {
  181. CreatedOnToolsVersion = 9.2;
  182. ProvisioningStyle = Automatic;
  183. TestTargetID = 5D8EC78E213AB6990053C2E9;
  184. };
  185. };
  186. };
  187. buildConfigurationList = 5D8EC78A213AB6990053C2E9 /* Build configuration list for PBXProject "AIFit-Demo" */;
  188. compatibilityVersion = "Xcode 8.0";
  189. developmentRegion = en;
  190. hasScannedForEncodings = 0;
  191. knownRegions = (
  192. en,
  193. Base,
  194. );
  195. mainGroup = 5D8EC786213AB6990053C2E9;
  196. productRefGroup = 5D8EC790213AB6990053C2E9 /* Products */;
  197. projectDirPath = "";
  198. projectRoot = "";
  199. targets = (
  200. 5D8EC78E213AB6990053C2E9 /* AIFit-Demo */,
  201. 5D8EC7A6213AB6990053C2E9 /* AIFit-DemoUITests */,
  202. );
  203. };
  204. /* End PBXProject section */
  205. /* Begin PBXResourcesBuildPhase section */
  206. 5D8EC78D213AB6990053C2E9 /* Resources */ = {
  207. isa = PBXResourcesBuildPhase;
  208. buildActionMask = 2147483647;
  209. files = (
  210. 95DC38CB23AC836D00C5E6E3 /* SetUserViewController.xib in Resources */,
  211. 5D8EC79F213AB6990053C2E9 /* LaunchScreen.storyboard in Resources */,
  212. 5D8EC79C213AB6990053C2E9 /* Assets.xcassets in Resources */,
  213. 5D8EC79A213AB6990053C2E9 /* Main.storyboard in Resources */,
  214. );
  215. runOnlyForDeploymentPostprocessing = 0;
  216. };
  217. 5D8EC7A5213AB6990053C2E9 /* Resources */ = {
  218. isa = PBXResourcesBuildPhase;
  219. buildActionMask = 2147483647;
  220. files = (
  221. );
  222. runOnlyForDeploymentPostprocessing = 0;
  223. };
  224. /* End PBXResourcesBuildPhase section */
  225. /* Begin PBXSourcesBuildPhase section */
  226. 5D8EC78B213AB6990053C2E9 /* Sources */ = {
  227. isa = PBXSourcesBuildPhase;
  228. buildActionMask = 2147483647;
  229. files = (
  230. 5D8EC7A2213AB6990053C2E9 /* main.m in Sources */,
  231. 8279C3D6213D21EB00805897 /* MainViewController.m in Sources */,
  232. 95DC38CA23AC836D00C5E6E3 /* SetUserViewController.m in Sources */,
  233. 95DC38BE23AB8D9B00C5E6E3 /* AppUser.m in Sources */,
  234. 8279C3D9213D243700805897 /* SearchDeviceVC.m in Sources */,
  235. 5D8EC794213AB6990053C2E9 /* AppDelegate.m in Sources */,
  236. );
  237. runOnlyForDeploymentPostprocessing = 0;
  238. };
  239. 5D8EC7A3213AB6990053C2E9 /* Sources */ = {
  240. isa = PBXSourcesBuildPhase;
  241. buildActionMask = 2147483647;
  242. files = (
  243. 5D8EC7AC213AB6990053C2E9 /* AIFit_DemoUITests.m in Sources */,
  244. );
  245. runOnlyForDeploymentPostprocessing = 0;
  246. };
  247. /* End PBXSourcesBuildPhase section */
  248. /* Begin PBXTargetDependency section */
  249. 5D8EC7A9213AB6990053C2E9 /* PBXTargetDependency */ = {
  250. isa = PBXTargetDependency;
  251. target = 5D8EC78E213AB6990053C2E9 /* AIFit-Demo */;
  252. targetProxy = 5D8EC7A8213AB6990053C2E9 /* PBXContainerItemProxy */;
  253. };
  254. /* End PBXTargetDependency section */
  255. /* Begin PBXVariantGroup section */
  256. 5D8EC798213AB6990053C2E9 /* Main.storyboard */ = {
  257. isa = PBXVariantGroup;
  258. children = (
  259. 5D8EC799213AB6990053C2E9 /* Base */,
  260. );
  261. name = Main.storyboard;
  262. sourceTree = "<group>";
  263. };
  264. 5D8EC79D213AB6990053C2E9 /* LaunchScreen.storyboard */ = {
  265. isa = PBXVariantGroup;
  266. children = (
  267. 5D8EC79E213AB6990053C2E9 /* Base */,
  268. );
  269. name = LaunchScreen.storyboard;
  270. sourceTree = "<group>";
  271. };
  272. /* End PBXVariantGroup section */
  273. /* Begin XCBuildConfiguration section */
  274. 5D8EC7AE213AB6990053C2E9 /* Debug */ = {
  275. isa = XCBuildConfiguration;
  276. buildSettings = {
  277. ALWAYS_SEARCH_USER_PATHS = NO;
  278. CLANG_ANALYZER_NONNULL = YES;
  279. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  280. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  281. CLANG_CXX_LIBRARY = "libc++";
  282. CLANG_ENABLE_MODULES = YES;
  283. CLANG_ENABLE_OBJC_ARC = YES;
  284. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  285. CLANG_WARN_BOOL_CONVERSION = YES;
  286. CLANG_WARN_COMMA = YES;
  287. CLANG_WARN_CONSTANT_CONVERSION = YES;
  288. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  289. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  290. CLANG_WARN_EMPTY_BODY = YES;
  291. CLANG_WARN_ENUM_CONVERSION = YES;
  292. CLANG_WARN_INFINITE_RECURSION = YES;
  293. CLANG_WARN_INT_CONVERSION = YES;
  294. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  295. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  296. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  297. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  298. CLANG_WARN_STRICT_PROTOTYPES = YES;
  299. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  300. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  301. CLANG_WARN_UNREACHABLE_CODE = YES;
  302. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  303. CODE_SIGN_IDENTITY = "iPhone Developer";
  304. COPY_PHASE_STRIP = NO;
  305. DEBUG_INFORMATION_FORMAT = dwarf;
  306. ENABLE_STRICT_OBJC_MSGSEND = YES;
  307. ENABLE_TESTABILITY = YES;
  308. GCC_C_LANGUAGE_STANDARD = gnu11;
  309. GCC_DYNAMIC_NO_PIC = NO;
  310. GCC_NO_COMMON_BLOCKS = YES;
  311. GCC_OPTIMIZATION_LEVEL = 0;
  312. GCC_PREPROCESSOR_DEFINITIONS = (
  313. "DEBUG=1",
  314. "$(inherited)",
  315. );
  316. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  317. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  318. GCC_WARN_UNDECLARED_SELECTOR = YES;
  319. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  320. GCC_WARN_UNUSED_FUNCTION = YES;
  321. GCC_WARN_UNUSED_VARIABLE = YES;
  322. IPHONEOS_DEPLOYMENT_TARGET = 11.2;
  323. MTL_ENABLE_DEBUG_INFO = YES;
  324. ONLY_ACTIVE_ARCH = YES;
  325. SDKROOT = iphoneos;
  326. };
  327. name = Debug;
  328. };
  329. 5D8EC7AF213AB6990053C2E9 /* Release */ = {
  330. isa = XCBuildConfiguration;
  331. buildSettings = {
  332. ALWAYS_SEARCH_USER_PATHS = NO;
  333. CLANG_ANALYZER_NONNULL = YES;
  334. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  335. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  336. CLANG_CXX_LIBRARY = "libc++";
  337. CLANG_ENABLE_MODULES = YES;
  338. CLANG_ENABLE_OBJC_ARC = YES;
  339. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  340. CLANG_WARN_BOOL_CONVERSION = YES;
  341. CLANG_WARN_COMMA = YES;
  342. CLANG_WARN_CONSTANT_CONVERSION = YES;
  343. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  344. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  345. CLANG_WARN_EMPTY_BODY = YES;
  346. CLANG_WARN_ENUM_CONVERSION = YES;
  347. CLANG_WARN_INFINITE_RECURSION = YES;
  348. CLANG_WARN_INT_CONVERSION = YES;
  349. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  350. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  351. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  352. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  353. CLANG_WARN_STRICT_PROTOTYPES = YES;
  354. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  355. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  356. CLANG_WARN_UNREACHABLE_CODE = YES;
  357. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  358. CODE_SIGN_IDENTITY = "iPhone Developer";
  359. COPY_PHASE_STRIP = NO;
  360. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  361. ENABLE_NS_ASSERTIONS = NO;
  362. ENABLE_STRICT_OBJC_MSGSEND = YES;
  363. GCC_C_LANGUAGE_STANDARD = gnu11;
  364. GCC_NO_COMMON_BLOCKS = YES;
  365. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  366. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  367. GCC_WARN_UNDECLARED_SELECTOR = YES;
  368. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  369. GCC_WARN_UNUSED_FUNCTION = YES;
  370. GCC_WARN_UNUSED_VARIABLE = YES;
  371. IPHONEOS_DEPLOYMENT_TARGET = 11.2;
  372. MTL_ENABLE_DEBUG_INFO = NO;
  373. SDKROOT = iphoneos;
  374. VALIDATE_PRODUCT = YES;
  375. };
  376. name = Release;
  377. };
  378. 5D8EC7B1213AB6990053C2E9 /* Debug */ = {
  379. isa = XCBuildConfiguration;
  380. buildSettings = {
  381. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  382. CODE_SIGN_STYLE = Automatic;
  383. CURRENT_PROJECT_VERSION = 20230210;
  384. DEVELOPMENT_TEAM = YEU77XR292;
  385. FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/InetBleSDK/Products";
  386. HEADER_SEARCH_PATHS = "";
  387. INFOPLIST_FILE = "AIFit-Demo/Info.plist";
  388. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  389. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  390. MARKETING_VERSION = 2.11;
  391. PRODUCT_BUNDLE_IDENTIFIER = com.pingwang.InetBleSDKDemo;
  392. PRODUCT_NAME = "$(TARGET_NAME)";
  393. TARGETED_DEVICE_FAMILY = "1,2";
  394. };
  395. name = Debug;
  396. };
  397. 5D8EC7B2213AB6990053C2E9 /* Release */ = {
  398. isa = XCBuildConfiguration;
  399. buildSettings = {
  400. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  401. CODE_SIGN_STYLE = Automatic;
  402. CURRENT_PROJECT_VERSION = 20230210;
  403. DEVELOPMENT_TEAM = YEU77XR292;
  404. FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/InetBleSDK/Products";
  405. HEADER_SEARCH_PATHS = "";
  406. INFOPLIST_FILE = "AIFit-Demo/Info.plist";
  407. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  408. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  409. MARKETING_VERSION = 2.11;
  410. PRODUCT_BUNDLE_IDENTIFIER = com.pingwang.InetBleSDKDemo;
  411. PRODUCT_NAME = "$(TARGET_NAME)";
  412. TARGETED_DEVICE_FAMILY = "1,2";
  413. };
  414. name = Release;
  415. };
  416. 5D8EC7B4213AB6990053C2E9 /* Debug */ = {
  417. isa = XCBuildConfiguration;
  418. buildSettings = {
  419. CODE_SIGN_STYLE = Automatic;
  420. INFOPLIST_FILE = "AIFit-DemoUITests/Info.plist";
  421. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  422. PRODUCT_BUNDLE_IDENTIFIER = "com.pingwang.AIFit-DemoUITests";
  423. PRODUCT_NAME = "$(TARGET_NAME)";
  424. TARGETED_DEVICE_FAMILY = "1,2";
  425. TEST_TARGET_NAME = "AIFit-Demo";
  426. };
  427. name = Debug;
  428. };
  429. 5D8EC7B5213AB6990053C2E9 /* Release */ = {
  430. isa = XCBuildConfiguration;
  431. buildSettings = {
  432. CODE_SIGN_STYLE = Automatic;
  433. INFOPLIST_FILE = "AIFit-DemoUITests/Info.plist";
  434. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  435. PRODUCT_BUNDLE_IDENTIFIER = "com.pingwang.AIFit-DemoUITests";
  436. PRODUCT_NAME = "$(TARGET_NAME)";
  437. TARGETED_DEVICE_FAMILY = "1,2";
  438. TEST_TARGET_NAME = "AIFit-Demo";
  439. };
  440. name = Release;
  441. };
  442. /* End XCBuildConfiguration section */
  443. /* Begin XCConfigurationList section */
  444. 5D8EC78A213AB6990053C2E9 /* Build configuration list for PBXProject "AIFit-Demo" */ = {
  445. isa = XCConfigurationList;
  446. buildConfigurations = (
  447. 5D8EC7AE213AB6990053C2E9 /* Debug */,
  448. 5D8EC7AF213AB6990053C2E9 /* Release */,
  449. );
  450. defaultConfigurationIsVisible = 0;
  451. defaultConfigurationName = Release;
  452. };
  453. 5D8EC7B0213AB6990053C2E9 /* Build configuration list for PBXNativeTarget "AIFit-Demo" */ = {
  454. isa = XCConfigurationList;
  455. buildConfigurations = (
  456. 5D8EC7B1213AB6990053C2E9 /* Debug */,
  457. 5D8EC7B2213AB6990053C2E9 /* Release */,
  458. );
  459. defaultConfigurationIsVisible = 0;
  460. defaultConfigurationName = Release;
  461. };
  462. 5D8EC7B3213AB6990053C2E9 /* Build configuration list for PBXNativeTarget "AIFit-DemoUITests" */ = {
  463. isa = XCConfigurationList;
  464. buildConfigurations = (
  465. 5D8EC7B4213AB6990053C2E9 /* Debug */,
  466. 5D8EC7B5213AB6990053C2E9 /* Release */,
  467. );
  468. defaultConfigurationIsVisible = 0;
  469. defaultConfigurationName = Release;
  470. };
  471. /* End XCConfigurationList section */
  472. };
  473. rootObject = 5D8EC787213AB6990053C2E9 /* Project object */;
  474. }