Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

project.pbxproj 18KB

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