Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

project.pbxproj 19KB

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