四电极体脂算法-iOS版本-ObjectiveC
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 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 9595F999265BAEAE0051E006 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9595F998265BAEAE0051E006 /* AppDelegate.m */; };
  10. 9595F99C265BAEAE0051E006 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9595F99B265BAEAE0051E006 /* SceneDelegate.m */; };
  11. 9595F99F265BAEAE0051E006 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9595F99E265BAEAE0051E006 /* ViewController.m */; };
  12. 9595F9A2265BAEAE0051E006 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9595F9A0265BAEAE0051E006 /* Main.storyboard */; };
  13. 9595F9A4265BAEB00051E006 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9595F9A3265BAEB00051E006 /* Assets.xcassets */; };
  14. 9595F9A7265BAEB00051E006 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9595F9A5265BAEB00051E006 /* LaunchScreen.storyboard */; };
  15. 9595F9AA265BAEB00051E006 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9595F9A9265BAEB00051E006 /* main.m */; };
  16. 9595F9EB265C92800051E006 /* BodyFatAlgorithmSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9595F9EA265C92800051E006 /* BodyFatAlgorithmSDK.framework */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. 9595F994265BAEAE0051E006 /* BodyFatAlgorithmSDK_Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BodyFatAlgorithmSDK_Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  20. 9595F997265BAEAE0051E006 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  21. 9595F998265BAEAE0051E006 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  22. 9595F99A265BAEAE0051E006 /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
  23. 9595F99B265BAEAE0051E006 /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
  24. 9595F99D265BAEAE0051E006 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  25. 9595F99E265BAEAE0051E006 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  26. 9595F9A1265BAEAE0051E006 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  27. 9595F9A3265BAEB00051E006 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  28. 9595F9A6265BAEB00051E006 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  29. 9595F9A8265BAEB00051E006 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  30. 9595F9A9265BAEB00051E006 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  31. 9595F9EA265C92800051E006 /* BodyFatAlgorithmSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = BodyFatAlgorithmSDK.framework; sourceTree = SOURCE_ROOT; };
  32. /* End PBXFileReference section */
  33. /* Begin PBXFrameworksBuildPhase section */
  34. 9595F991265BAEAE0051E006 /* Frameworks */ = {
  35. isa = PBXFrameworksBuildPhase;
  36. buildActionMask = 2147483647;
  37. files = (
  38. 9595F9EB265C92800051E006 /* BodyFatAlgorithmSDK.framework in Frameworks */,
  39. );
  40. runOnlyForDeploymentPostprocessing = 0;
  41. };
  42. /* End PBXFrameworksBuildPhase section */
  43. /* Begin PBXGroup section */
  44. 9595F98B265BAEAE0051E006 = {
  45. isa = PBXGroup;
  46. children = (
  47. 9595F996265BAEAE0051E006 /* BodyFatAlgorithmSDK_Demo */,
  48. 9595F995265BAEAE0051E006 /* Products */,
  49. );
  50. sourceTree = "<group>";
  51. };
  52. 9595F995265BAEAE0051E006 /* Products */ = {
  53. isa = PBXGroup;
  54. children = (
  55. 9595F994265BAEAE0051E006 /* BodyFatAlgorithmSDK_Demo.app */,
  56. );
  57. name = Products;
  58. sourceTree = "<group>";
  59. };
  60. 9595F996265BAEAE0051E006 /* BodyFatAlgorithmSDK_Demo */ = {
  61. isa = PBXGroup;
  62. children = (
  63. 9595F9EA265C92800051E006 /* BodyFatAlgorithmSDK.framework */,
  64. 9595F997265BAEAE0051E006 /* AppDelegate.h */,
  65. 9595F998265BAEAE0051E006 /* AppDelegate.m */,
  66. 9595F99A265BAEAE0051E006 /* SceneDelegate.h */,
  67. 9595F99B265BAEAE0051E006 /* SceneDelegate.m */,
  68. 9595F99D265BAEAE0051E006 /* ViewController.h */,
  69. 9595F99E265BAEAE0051E006 /* ViewController.m */,
  70. 9595F9A0265BAEAE0051E006 /* Main.storyboard */,
  71. 9595F9A3265BAEB00051E006 /* Assets.xcassets */,
  72. 9595F9A5265BAEB00051E006 /* LaunchScreen.storyboard */,
  73. 9595F9A8265BAEB00051E006 /* Info.plist */,
  74. 9595F9A9265BAEB00051E006 /* main.m */,
  75. );
  76. path = BodyFatAlgorithmSDK_Demo;
  77. sourceTree = "<group>";
  78. };
  79. /* End PBXGroup section */
  80. /* Begin PBXNativeTarget section */
  81. 9595F993265BAEAE0051E006 /* BodyFatAlgorithmSDK_Demo */ = {
  82. isa = PBXNativeTarget;
  83. buildConfigurationList = 9595F9AD265BAEB00051E006 /* Build configuration list for PBXNativeTarget "BodyFatAlgorithmSDK_Demo" */;
  84. buildPhases = (
  85. 9595F990265BAEAE0051E006 /* Sources */,
  86. 9595F991265BAEAE0051E006 /* Frameworks */,
  87. 9595F992265BAEAE0051E006 /* Resources */,
  88. );
  89. buildRules = (
  90. );
  91. dependencies = (
  92. );
  93. name = BodyFatAlgorithmSDK_Demo;
  94. productName = BodyFatAlgorithmSDK_Demo;
  95. productReference = 9595F994265BAEAE0051E006 /* BodyFatAlgorithmSDK_Demo.app */;
  96. productType = "com.apple.product-type.application";
  97. };
  98. /* End PBXNativeTarget section */
  99. /* Begin PBXProject section */
  100. 9595F98C265BAEAE0051E006 /* Project object */ = {
  101. isa = PBXProject;
  102. attributes = {
  103. LastUpgradeCheck = 1230;
  104. TargetAttributes = {
  105. 9595F993265BAEAE0051E006 = {
  106. CreatedOnToolsVersion = 12.3;
  107. };
  108. };
  109. };
  110. buildConfigurationList = 9595F98F265BAEAE0051E006 /* Build configuration list for PBXProject "BodyFatAlgorithmSDK_Demo" */;
  111. compatibilityVersion = "Xcode 9.3";
  112. developmentRegion = en;
  113. hasScannedForEncodings = 0;
  114. knownRegions = (
  115. en,
  116. Base,
  117. );
  118. mainGroup = 9595F98B265BAEAE0051E006;
  119. productRefGroup = 9595F995265BAEAE0051E006 /* Products */;
  120. projectDirPath = "";
  121. projectRoot = "";
  122. targets = (
  123. 9595F993265BAEAE0051E006 /* BodyFatAlgorithmSDK_Demo */,
  124. );
  125. };
  126. /* End PBXProject section */
  127. /* Begin PBXResourcesBuildPhase section */
  128. 9595F992265BAEAE0051E006 /* Resources */ = {
  129. isa = PBXResourcesBuildPhase;
  130. buildActionMask = 2147483647;
  131. files = (
  132. 9595F9A7265BAEB00051E006 /* LaunchScreen.storyboard in Resources */,
  133. 9595F9A4265BAEB00051E006 /* Assets.xcassets in Resources */,
  134. 9595F9A2265BAEAE0051E006 /* Main.storyboard in Resources */,
  135. );
  136. runOnlyForDeploymentPostprocessing = 0;
  137. };
  138. /* End PBXResourcesBuildPhase section */
  139. /* Begin PBXSourcesBuildPhase section */
  140. 9595F990265BAEAE0051E006 /* Sources */ = {
  141. isa = PBXSourcesBuildPhase;
  142. buildActionMask = 2147483647;
  143. files = (
  144. 9595F99F265BAEAE0051E006 /* ViewController.m in Sources */,
  145. 9595F999265BAEAE0051E006 /* AppDelegate.m in Sources */,
  146. 9595F9AA265BAEB00051E006 /* main.m in Sources */,
  147. 9595F99C265BAEAE0051E006 /* SceneDelegate.m in Sources */,
  148. );
  149. runOnlyForDeploymentPostprocessing = 0;
  150. };
  151. /* End PBXSourcesBuildPhase section */
  152. /* Begin PBXVariantGroup section */
  153. 9595F9A0265BAEAE0051E006 /* Main.storyboard */ = {
  154. isa = PBXVariantGroup;
  155. children = (
  156. 9595F9A1265BAEAE0051E006 /* Base */,
  157. );
  158. name = Main.storyboard;
  159. sourceTree = "<group>";
  160. };
  161. 9595F9A5265BAEB00051E006 /* LaunchScreen.storyboard */ = {
  162. isa = PBXVariantGroup;
  163. children = (
  164. 9595F9A6265BAEB00051E006 /* Base */,
  165. );
  166. name = LaunchScreen.storyboard;
  167. sourceTree = "<group>";
  168. };
  169. /* End PBXVariantGroup section */
  170. /* Begin XCBuildConfiguration section */
  171. 9595F9AB265BAEB00051E006 /* Debug */ = {
  172. isa = XCBuildConfiguration;
  173. buildSettings = {
  174. ALWAYS_SEARCH_USER_PATHS = NO;
  175. CLANG_ANALYZER_NONNULL = YES;
  176. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  177. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  178. CLANG_CXX_LIBRARY = "libc++";
  179. CLANG_ENABLE_MODULES = YES;
  180. CLANG_ENABLE_OBJC_ARC = YES;
  181. CLANG_ENABLE_OBJC_WEAK = YES;
  182. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  183. CLANG_WARN_BOOL_CONVERSION = YES;
  184. CLANG_WARN_COMMA = YES;
  185. CLANG_WARN_CONSTANT_CONVERSION = YES;
  186. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  187. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  188. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  189. CLANG_WARN_EMPTY_BODY = YES;
  190. CLANG_WARN_ENUM_CONVERSION = YES;
  191. CLANG_WARN_INFINITE_RECURSION = YES;
  192. CLANG_WARN_INT_CONVERSION = YES;
  193. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  194. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  195. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  196. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  197. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  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. COPY_PHASE_STRIP = NO;
  205. DEBUG_INFORMATION_FORMAT = dwarf;
  206. ENABLE_STRICT_OBJC_MSGSEND = YES;
  207. ENABLE_TESTABILITY = YES;
  208. GCC_C_LANGUAGE_STANDARD = gnu11;
  209. GCC_DYNAMIC_NO_PIC = NO;
  210. GCC_NO_COMMON_BLOCKS = YES;
  211. GCC_OPTIMIZATION_LEVEL = 0;
  212. GCC_PREPROCESSOR_DEFINITIONS = (
  213. "DEBUG=1",
  214. "$(inherited)",
  215. );
  216. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  217. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  218. GCC_WARN_UNDECLARED_SELECTOR = YES;
  219. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  220. GCC_WARN_UNUSED_FUNCTION = YES;
  221. GCC_WARN_UNUSED_VARIABLE = YES;
  222. IPHONEOS_DEPLOYMENT_TARGET = 14.3;
  223. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  224. MTL_FAST_MATH = YES;
  225. ONLY_ACTIVE_ARCH = YES;
  226. SDKROOT = iphoneos;
  227. };
  228. name = Debug;
  229. };
  230. 9595F9AC265BAEB00051E006 /* 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  257. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  258. CLANG_WARN_STRICT_PROTOTYPES = YES;
  259. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  260. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  261. CLANG_WARN_UNREACHABLE_CODE = YES;
  262. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  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 = 14.3;
  276. MTL_ENABLE_DEBUG_INFO = NO;
  277. MTL_FAST_MATH = YES;
  278. SDKROOT = iphoneos;
  279. VALIDATE_PRODUCT = YES;
  280. };
  281. name = Release;
  282. };
  283. 9595F9AE265BAEB00051E006 /* Debug */ = {
  284. isa = XCBuildConfiguration;
  285. buildSettings = {
  286. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  287. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  288. CODE_SIGN_STYLE = Automatic;
  289. DEVELOPMENT_TEAM = ZS5NB5WV7X;
  290. FRAMEWORK_SEARCH_PATHS = (
  291. "$(inherited)",
  292. "$(PROJECT_DIR)/BodyFatAlgorithmSDK/Products",
  293. "$(PROJECT_DIR)",
  294. );
  295. INFOPLIST_FILE = BodyFatAlgorithmSDK_Demo/Info.plist;
  296. LD_RUNPATH_SEARCH_PATHS = (
  297. "$(inherited)",
  298. "@executable_path/Frameworks",
  299. );
  300. PRODUCT_BUNDLE_IDENTIFIER = "com.elinkthings.BodyFatAlgorithmSDK-Demo";
  301. PRODUCT_NAME = "$(TARGET_NAME)";
  302. TARGETED_DEVICE_FAMILY = "1,2";
  303. };
  304. name = Debug;
  305. };
  306. 9595F9AF265BAEB00051E006 /* Release */ = {
  307. isa = XCBuildConfiguration;
  308. buildSettings = {
  309. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  310. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  311. CODE_SIGN_STYLE = Automatic;
  312. DEVELOPMENT_TEAM = ZS5NB5WV7X;
  313. FRAMEWORK_SEARCH_PATHS = (
  314. "$(inherited)",
  315. "$(PROJECT_DIR)/BodyFatAlgorithmSDK/Products",
  316. "$(PROJECT_DIR)",
  317. );
  318. INFOPLIST_FILE = BodyFatAlgorithmSDK_Demo/Info.plist;
  319. LD_RUNPATH_SEARCH_PATHS = (
  320. "$(inherited)",
  321. "@executable_path/Frameworks",
  322. );
  323. PRODUCT_BUNDLE_IDENTIFIER = "com.elinkthings.BodyFatAlgorithmSDK-Demo";
  324. PRODUCT_NAME = "$(TARGET_NAME)";
  325. TARGETED_DEVICE_FAMILY = "1,2";
  326. };
  327. name = Release;
  328. };
  329. /* End XCBuildConfiguration section */
  330. /* Begin XCConfigurationList section */
  331. 9595F98F265BAEAE0051E006 /* Build configuration list for PBXProject "BodyFatAlgorithmSDK_Demo" */ = {
  332. isa = XCConfigurationList;
  333. buildConfigurations = (
  334. 9595F9AB265BAEB00051E006 /* Debug */,
  335. 9595F9AC265BAEB00051E006 /* Release */,
  336. );
  337. defaultConfigurationIsVisible = 0;
  338. defaultConfigurationName = Release;
  339. };
  340. 9595F9AD265BAEB00051E006 /* Build configuration list for PBXNativeTarget "BodyFatAlgorithmSDK_Demo" */ = {
  341. isa = XCConfigurationList;
  342. buildConfigurations = (
  343. 9595F9AE265BAEB00051E006 /* Debug */,
  344. 9595F9AF265BAEB00051E006 /* Release */,
  345. );
  346. defaultConfigurationIsVisible = 0;
  347. defaultConfigurationName = Release;
  348. };
  349. /* End XCConfigurationList section */
  350. };
  351. rootObject = 9595F98C265BAEAE0051E006 /* Project object */;
  352. }