project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. C9401CD62631EF9B00E5208E /* EnableWiFiDemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9401CD52631EF9B00E5208E /* EnableWiFiDemoApp.swift */; };
  10. C9401CD82631EF9B00E5208E /* CameraSelectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9401CD72631EF9B00E5208E /* CameraSelectionView.swift */; };
  11. C9401CDA2631EF9F00E5208E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C9401CD92631EF9F00E5208E /* Assets.xcassets */; };
  12. C9401CDD2631EF9F00E5208E /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C9401CDC2631EF9F00E5208E /* Preview Assets.xcassets */; };
  13. C9401CE62631EFC300E5208E /* CentralManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9401CE52631EFC300E5208E /* CentralManager.swift */; };
  14. C9401CE92631EFE200E5208E /* Peripheral.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9401CE82631EFE200E5208E /* Peripheral.swift */; };
  15. C9401CEC2631EFF900E5208E /* Atomic.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9401CEB2631EFF900E5208E /* Atomic.swift */; };
  16. C9401CF22631FBFD00E5208E /* CameraView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9401CF12631FBFD00E5208E /* CameraView.swift */; };
  17. C9401D04263200C400E5208E /* CameraError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9401D03263200C400E5208E /* CameraError.swift */; };
  18. C9401D0B2632015600E5208E /* Peripheral+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9401D0A2632015600E5208E /* Peripheral+Camera.swift */; };
  19. C9628A812636FEEB009101EC /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9628A802636FEEB009101EC /* NetworkExtension.framework */; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXFileReference section */
  22. C9401CD22631EF9B00E5208E /* EnableWiFiDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EnableWiFiDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  23. C9401CD52631EF9B00E5208E /* EnableWiFiDemoApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnableWiFiDemoApp.swift; sourceTree = "<group>"; };
  24. C9401CD72631EF9B00E5208E /* CameraSelectionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CameraSelectionView.swift; sourceTree = "<group>"; };
  25. C9401CD92631EF9F00E5208E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  26. C9401CDC2631EF9F00E5208E /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  27. C9401CDE2631EF9F00E5208E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  28. C9401CE52631EFC300E5208E /* CentralManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CentralManager.swift; sourceTree = "<group>"; };
  29. C9401CE82631EFE200E5208E /* Peripheral.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Peripheral.swift; sourceTree = "<group>"; };
  30. C9401CEB2631EFF900E5208E /* Atomic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Atomic.swift; sourceTree = "<group>"; };
  31. C9401CF12631FBFD00E5208E /* CameraView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CameraView.swift; sourceTree = "<group>"; };
  32. C9401D03263200C400E5208E /* CameraError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CameraError.swift; sourceTree = "<group>"; };
  33. C9401D0A2632015600E5208E /* Peripheral+Camera.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Peripheral+Camera.swift"; sourceTree = "<group>"; };
  34. C9628A7E2636FEEB009101EC /* EnableWiFiDemo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = EnableWiFiDemo.entitlements; sourceTree = "<group>"; };
  35. C9628A802636FEEB009101EC /* NetworkExtension.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NetworkExtension.framework; path = System/Library/Frameworks/NetworkExtension.framework; sourceTree = SDKROOT; };
  36. /* End PBXFileReference section */
  37. /* Begin PBXFrameworksBuildPhase section */
  38. C9401CCF2631EF9B00E5208E /* Frameworks */ = {
  39. isa = PBXFrameworksBuildPhase;
  40. buildActionMask = 2147483647;
  41. files = (
  42. C9628A812636FEEB009101EC /* NetworkExtension.framework in Frameworks */,
  43. );
  44. runOnlyForDeploymentPostprocessing = 0;
  45. };
  46. /* End PBXFrameworksBuildPhase section */
  47. /* Begin PBXGroup section */
  48. C9401CC92631EF9B00E5208E = {
  49. isa = PBXGroup;
  50. children = (
  51. C9401CD42631EF9B00E5208E /* EnableWiFiDemo */,
  52. C9401CD32631EF9B00E5208E /* Products */,
  53. C9628A7F2636FEEB009101EC /* Frameworks */,
  54. );
  55. sourceTree = "<group>";
  56. };
  57. C9401CD32631EF9B00E5208E /* Products */ = {
  58. isa = PBXGroup;
  59. children = (
  60. C9401CD22631EF9B00E5208E /* EnableWiFiDemo.app */,
  61. );
  62. name = Products;
  63. sourceTree = "<group>";
  64. };
  65. C9401CD42631EF9B00E5208E /* EnableWiFiDemo */ = {
  66. isa = PBXGroup;
  67. children = (
  68. C9628A7E2636FEEB009101EC /* EnableWiFiDemo.entitlements */,
  69. C9401D07263200F400E5208E /* BLE */,
  70. C9401D092632012300E5208E /* Helpers */,
  71. C9401D06263200E800E5208E /* Views */,
  72. C9401D03263200C400E5208E /* CameraError.swift */,
  73. C9401CD52631EF9B00E5208E /* EnableWiFiDemoApp.swift */,
  74. C9401CD92631EF9F00E5208E /* Assets.xcassets */,
  75. C9401CDE2631EF9F00E5208E /* Info.plist */,
  76. C9401CDB2631EF9F00E5208E /* Preview Content */,
  77. );
  78. path = EnableWiFiDemo;
  79. sourceTree = "<group>";
  80. };
  81. C9401CDB2631EF9F00E5208E /* Preview Content */ = {
  82. isa = PBXGroup;
  83. children = (
  84. C9401CDC2631EF9F00E5208E /* Preview Assets.xcassets */,
  85. );
  86. path = "Preview Content";
  87. sourceTree = "<group>";
  88. };
  89. C9401D06263200E800E5208E /* Views */ = {
  90. isa = PBXGroup;
  91. children = (
  92. C9401CD72631EF9B00E5208E /* CameraSelectionView.swift */,
  93. C9401CF12631FBFD00E5208E /* CameraView.swift */,
  94. );
  95. path = Views;
  96. sourceTree = "<group>";
  97. };
  98. C9401D07263200F400E5208E /* BLE */ = {
  99. isa = PBXGroup;
  100. children = (
  101. C9401CE52631EFC300E5208E /* CentralManager.swift */,
  102. C9401CE82631EFE200E5208E /* Peripheral.swift */,
  103. C9401D0A2632015600E5208E /* Peripheral+Camera.swift */,
  104. );
  105. path = BLE;
  106. sourceTree = "<group>";
  107. };
  108. C9401D092632012300E5208E /* Helpers */ = {
  109. isa = PBXGroup;
  110. children = (
  111. C9401CEB2631EFF900E5208E /* Atomic.swift */,
  112. );
  113. path = Helpers;
  114. sourceTree = "<group>";
  115. };
  116. C9628A7F2636FEEB009101EC /* Frameworks */ = {
  117. isa = PBXGroup;
  118. children = (
  119. C9628A802636FEEB009101EC /* NetworkExtension.framework */,
  120. );
  121. name = Frameworks;
  122. sourceTree = "<group>";
  123. };
  124. /* End PBXGroup section */
  125. /* Begin PBXNativeTarget section */
  126. C9401CD12631EF9B00E5208E /* EnableWiFiDemo */ = {
  127. isa = PBXNativeTarget;
  128. buildConfigurationList = C9401CE12631EF9F00E5208E /* Build configuration list for PBXNativeTarget "EnableWiFiDemo" */;
  129. buildPhases = (
  130. C9401CCE2631EF9B00E5208E /* Sources */,
  131. C9401CCF2631EF9B00E5208E /* Frameworks */,
  132. C9401CD02631EF9B00E5208E /* Resources */,
  133. );
  134. buildRules = (
  135. );
  136. dependencies = (
  137. );
  138. name = EnableWiFiDemo;
  139. productName = Sample;
  140. productReference = C9401CD22631EF9B00E5208E /* EnableWiFiDemo.app */;
  141. productType = "com.apple.product-type.application";
  142. };
  143. /* End PBXNativeTarget section */
  144. /* Begin PBXProject section */
  145. C9401CCA2631EF9B00E5208E /* Project object */ = {
  146. isa = PBXProject;
  147. attributes = {
  148. LastSwiftUpdateCheck = 1240;
  149. LastUpgradeCheck = 1240;
  150. TargetAttributes = {
  151. C9401CD12631EF9B00E5208E = {
  152. CreatedOnToolsVersion = 12.4;
  153. };
  154. };
  155. };
  156. buildConfigurationList = C9401CCD2631EF9B00E5208E /* Build configuration list for PBXProject "EnableWiFiDemo" */;
  157. compatibilityVersion = "Xcode 9.3";
  158. developmentRegion = en;
  159. hasScannedForEncodings = 0;
  160. knownRegions = (
  161. en,
  162. Base,
  163. );
  164. mainGroup = C9401CC92631EF9B00E5208E;
  165. productRefGroup = C9401CD32631EF9B00E5208E /* Products */;
  166. projectDirPath = "";
  167. projectRoot = "";
  168. targets = (
  169. C9401CD12631EF9B00E5208E /* EnableWiFiDemo */,
  170. );
  171. };
  172. /* End PBXProject section */
  173. /* Begin PBXResourcesBuildPhase section */
  174. C9401CD02631EF9B00E5208E /* Resources */ = {
  175. isa = PBXResourcesBuildPhase;
  176. buildActionMask = 2147483647;
  177. files = (
  178. C9401CDD2631EF9F00E5208E /* Preview Assets.xcassets in Resources */,
  179. C9401CDA2631EF9F00E5208E /* Assets.xcassets in Resources */,
  180. );
  181. runOnlyForDeploymentPostprocessing = 0;
  182. };
  183. /* End PBXResourcesBuildPhase section */
  184. /* Begin PBXSourcesBuildPhase section */
  185. C9401CCE2631EF9B00E5208E /* Sources */ = {
  186. isa = PBXSourcesBuildPhase;
  187. buildActionMask = 2147483647;
  188. files = (
  189. C9401CD82631EF9B00E5208E /* CameraSelectionView.swift in Sources */,
  190. C9401D0B2632015600E5208E /* Peripheral+Camera.swift in Sources */,
  191. C9401CF22631FBFD00E5208E /* CameraView.swift in Sources */,
  192. C9401CD62631EF9B00E5208E /* EnableWiFiDemoApp.swift in Sources */,
  193. C9401CE62631EFC300E5208E /* CentralManager.swift in Sources */,
  194. C9401CE92631EFE200E5208E /* Peripheral.swift in Sources */,
  195. C9401CEC2631EFF900E5208E /* Atomic.swift in Sources */,
  196. C9401D04263200C400E5208E /* CameraError.swift in Sources */,
  197. );
  198. runOnlyForDeploymentPostprocessing = 0;
  199. };
  200. /* End PBXSourcesBuildPhase section */
  201. /* Begin XCBuildConfiguration section */
  202. C9401CDF2631EF9F00E5208E /* Debug */ = {
  203. isa = XCBuildConfiguration;
  204. buildSettings = {
  205. ALWAYS_SEARCH_USER_PATHS = NO;
  206. CLANG_ANALYZER_NONNULL = YES;
  207. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  208. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  209. CLANG_CXX_LIBRARY = "libc++";
  210. CLANG_ENABLE_MODULES = YES;
  211. CLANG_ENABLE_OBJC_ARC = YES;
  212. CLANG_ENABLE_OBJC_WEAK = YES;
  213. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  214. CLANG_WARN_BOOL_CONVERSION = YES;
  215. CLANG_WARN_COMMA = YES;
  216. CLANG_WARN_CONSTANT_CONVERSION = YES;
  217. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  218. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  219. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  220. CLANG_WARN_EMPTY_BODY = YES;
  221. CLANG_WARN_ENUM_CONVERSION = YES;
  222. CLANG_WARN_INFINITE_RECURSION = YES;
  223. CLANG_WARN_INT_CONVERSION = YES;
  224. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  225. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  226. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  227. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  228. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  229. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  230. CLANG_WARN_STRICT_PROTOTYPES = YES;
  231. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  232. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  233. CLANG_WARN_UNREACHABLE_CODE = YES;
  234. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  235. COPY_PHASE_STRIP = NO;
  236. DEBUG_INFORMATION_FORMAT = dwarf;
  237. ENABLE_STRICT_OBJC_MSGSEND = YES;
  238. ENABLE_TESTABILITY = YES;
  239. GCC_C_LANGUAGE_STANDARD = gnu11;
  240. GCC_DYNAMIC_NO_PIC = NO;
  241. GCC_NO_COMMON_BLOCKS = YES;
  242. GCC_OPTIMIZATION_LEVEL = 0;
  243. GCC_PREPROCESSOR_DEFINITIONS = (
  244. "DEBUG=1",
  245. "$(inherited)",
  246. );
  247. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  248. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  249. GCC_WARN_UNDECLARED_SELECTOR = YES;
  250. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  251. GCC_WARN_UNUSED_FUNCTION = YES;
  252. GCC_WARN_UNUSED_VARIABLE = YES;
  253. IPHONEOS_DEPLOYMENT_TARGET = 14.4;
  254. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  255. MTL_FAST_MATH = YES;
  256. ONLY_ACTIVE_ARCH = YES;
  257. SDKROOT = iphoneos;
  258. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  259. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  260. };
  261. name = Debug;
  262. };
  263. C9401CE02631EF9F00E5208E /* Release */ = {
  264. isa = XCBuildConfiguration;
  265. buildSettings = {
  266. ALWAYS_SEARCH_USER_PATHS = NO;
  267. CLANG_ANALYZER_NONNULL = YES;
  268. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  269. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  270. CLANG_CXX_LIBRARY = "libc++";
  271. CLANG_ENABLE_MODULES = YES;
  272. CLANG_ENABLE_OBJC_ARC = YES;
  273. CLANG_ENABLE_OBJC_WEAK = YES;
  274. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  275. CLANG_WARN_BOOL_CONVERSION = YES;
  276. CLANG_WARN_COMMA = YES;
  277. CLANG_WARN_CONSTANT_CONVERSION = YES;
  278. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  279. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  280. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  281. CLANG_WARN_EMPTY_BODY = YES;
  282. CLANG_WARN_ENUM_CONVERSION = YES;
  283. CLANG_WARN_INFINITE_RECURSION = YES;
  284. CLANG_WARN_INT_CONVERSION = YES;
  285. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  286. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  287. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  288. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  289. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  290. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  291. CLANG_WARN_STRICT_PROTOTYPES = YES;
  292. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  293. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  294. CLANG_WARN_UNREACHABLE_CODE = YES;
  295. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  296. COPY_PHASE_STRIP = NO;
  297. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  298. ENABLE_NS_ASSERTIONS = NO;
  299. ENABLE_STRICT_OBJC_MSGSEND = YES;
  300. GCC_C_LANGUAGE_STANDARD = gnu11;
  301. GCC_NO_COMMON_BLOCKS = YES;
  302. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  303. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  304. GCC_WARN_UNDECLARED_SELECTOR = YES;
  305. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  306. GCC_WARN_UNUSED_FUNCTION = YES;
  307. GCC_WARN_UNUSED_VARIABLE = YES;
  308. IPHONEOS_DEPLOYMENT_TARGET = 14.4;
  309. MTL_ENABLE_DEBUG_INFO = NO;
  310. MTL_FAST_MATH = YES;
  311. SDKROOT = iphoneos;
  312. SWIFT_COMPILATION_MODE = wholemodule;
  313. SWIFT_OPTIMIZATION_LEVEL = "-O";
  314. VALIDATE_PRODUCT = YES;
  315. };
  316. name = Release;
  317. };
  318. C9401CE22631EF9F00E5208E /* Debug */ = {
  319. isa = XCBuildConfiguration;
  320. buildSettings = {
  321. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  322. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  323. CODE_SIGN_ENTITLEMENTS = EnableWiFiDemo/EnableWiFiDemo.entitlements;
  324. CODE_SIGN_STYLE = Automatic;
  325. DEVELOPMENT_ASSET_PATHS = "\"EnableWiFiDemo/Preview Content\"";
  326. DEVELOPMENT_TEAM = 5R97Y7Q7FD;
  327. ENABLE_PREVIEWS = YES;
  328. INFOPLIST_FILE = EnableWiFiDemo/Info.plist;
  329. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  330. LD_RUNPATH_SEARCH_PATHS = (
  331. "$(inherited)",
  332. "@executable_path/Frameworks",
  333. );
  334. PRODUCT_BUNDLE_IDENTIFIER = com.gopro.EnableWiFiDemo;
  335. PRODUCT_NAME = "$(TARGET_NAME)";
  336. SWIFT_VERSION = 5.0;
  337. TARGETED_DEVICE_FAMILY = "1,2";
  338. };
  339. name = Debug;
  340. };
  341. C9401CE32631EF9F00E5208E /* Release */ = {
  342. isa = XCBuildConfiguration;
  343. buildSettings = {
  344. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  345. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  346. CODE_SIGN_ENTITLEMENTS = EnableWiFiDemo/EnableWiFiDemo.entitlements;
  347. CODE_SIGN_STYLE = Automatic;
  348. DEVELOPMENT_ASSET_PATHS = "\"EnableWiFiDemo/Preview Content\"";
  349. DEVELOPMENT_TEAM = 5R97Y7Q7FD;
  350. ENABLE_PREVIEWS = YES;
  351. INFOPLIST_FILE = EnableWiFiDemo/Info.plist;
  352. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  353. LD_RUNPATH_SEARCH_PATHS = (
  354. "$(inherited)",
  355. "@executable_path/Frameworks",
  356. );
  357. PRODUCT_BUNDLE_IDENTIFIER = com.gopro.EnableWiFiDemo;
  358. PRODUCT_NAME = "$(TARGET_NAME)";
  359. SWIFT_VERSION = 5.0;
  360. TARGETED_DEVICE_FAMILY = "1,2";
  361. };
  362. name = Release;
  363. };
  364. /* End XCBuildConfiguration section */
  365. /* Begin XCConfigurationList section */
  366. C9401CCD2631EF9B00E5208E /* Build configuration list for PBXProject "EnableWiFiDemo" */ = {
  367. isa = XCConfigurationList;
  368. buildConfigurations = (
  369. C9401CDF2631EF9F00E5208E /* Debug */,
  370. C9401CE02631EF9F00E5208E /* Release */,
  371. );
  372. defaultConfigurationIsVisible = 0;
  373. defaultConfigurationName = Release;
  374. };
  375. C9401CE12631EF9F00E5208E /* Build configuration list for PBXNativeTarget "EnableWiFiDemo" */ = {
  376. isa = XCConfigurationList;
  377. buildConfigurations = (
  378. C9401CE22631EF9F00E5208E /* Debug */,
  379. C9401CE32631EF9F00E5208E /* Release */,
  380. );
  381. defaultConfigurationIsVisible = 0;
  382. defaultConfigurationName = Release;
  383. };
  384. /* End XCConfigurationList section */
  385. };
  386. rootObject = C9401CCA2631EF9B00E5208E /* Project object */;
  387. }