project.pbxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 63;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; };
  10. 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; };
  11. 504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; };
  12. 504EC30D1FED79650016851F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30B1FED79650016851F /* Main.storyboard */; };
  13. 504EC30F1FED79650016851F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30E1FED79650016851F /* Assets.xcassets */; };
  14. 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC3101FED79650016851F /* LaunchScreen.storyboard */; };
  15. 50B271D11FEDC1A000F3C39B /* public in Resources */ = {isa = PBXBuildFile; fileRef = 50B271D01FEDC1A000F3C39B /* public */; };
  16. A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. 2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
  20. 50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
  21. 504EC3041FED79650016851F /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
  22. 504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  23. 504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  24. 504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  25. 504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  26. 504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  27. 50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
  28. AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  29. AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = "<group>"; };
  30. E229B1E82DDC71C500E390C8 /* App copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "App copy-Info.plist"; path = "/Users/liming/Documents/小梦/流量池/apk/app/ios/App/App copy-Info.plist"; sourceTree = "<absolute>"; };
  31. FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; };
  32. /* End PBXFileReference section */
  33. /* Begin PBXFrameworksBuildPhase section */
  34. 504EC3011FED79650016851F /* Frameworks */ = {
  35. isa = PBXFrameworksBuildPhase;
  36. buildActionMask = 2147483647;
  37. files = (
  38. A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */,
  39. );
  40. runOnlyForDeploymentPostprocessing = 0;
  41. };
  42. /* End PBXFrameworksBuildPhase section */
  43. /* Begin PBXGroup section */
  44. 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */ = {
  45. isa = PBXGroup;
  46. children = (
  47. AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */,
  48. );
  49. name = Frameworks;
  50. sourceTree = "<group>";
  51. };
  52. 504EC2FB1FED79650016851F = {
  53. isa = PBXGroup;
  54. children = (
  55. 504EC3061FED79650016851F /* App */,
  56. 504EC3051FED79650016851F /* Products */,
  57. 7F8756D8B27F46E3366F6CEA /* Pods */,
  58. 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */,
  59. E229B1E82DDC71C500E390C8 /* App copy-Info.plist */,
  60. );
  61. sourceTree = "<group>";
  62. usesTabs = 0;
  63. };
  64. 504EC3051FED79650016851F /* Products */ = {
  65. isa = PBXGroup;
  66. children = (
  67. 504EC3041FED79650016851F /* App.app */,
  68. );
  69. name = Products;
  70. sourceTree = "<group>";
  71. };
  72. 504EC3061FED79650016851F /* App */ = {
  73. isa = PBXGroup;
  74. children = (
  75. 50379B222058CBB4000EE86E /* capacitor.config.json */,
  76. 504EC3071FED79650016851F /* AppDelegate.swift */,
  77. 504EC30B1FED79650016851F /* Main.storyboard */,
  78. 504EC30E1FED79650016851F /* Assets.xcassets */,
  79. 504EC3101FED79650016851F /* LaunchScreen.storyboard */,
  80. 504EC3131FED79650016851F /* Info.plist */,
  81. 2FAD9762203C412B000D30F8 /* config.xml */,
  82. 50B271D01FEDC1A000F3C39B /* public */,
  83. );
  84. path = App;
  85. sourceTree = "<group>";
  86. };
  87. 7F8756D8B27F46E3366F6CEA /* Pods */ = {
  88. isa = PBXGroup;
  89. children = (
  90. FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */,
  91. AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */,
  92. );
  93. name = Pods;
  94. sourceTree = "<group>";
  95. };
  96. /* End PBXGroup section */
  97. /* Begin PBXNativeTarget section */
  98. 504EC3031FED79650016851F /* App */ = {
  99. isa = PBXNativeTarget;
  100. buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */;
  101. buildPhases = (
  102. 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */,
  103. 504EC3001FED79650016851F /* Sources */,
  104. 504EC3011FED79650016851F /* Frameworks */,
  105. 504EC3021FED79650016851F /* Resources */,
  106. 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */,
  107. );
  108. buildRules = (
  109. );
  110. dependencies = (
  111. );
  112. name = App;
  113. productName = App;
  114. productReference = 504EC3041FED79650016851F /* App.app */;
  115. productType = "com.apple.product-type.application";
  116. };
  117. /* End PBXNativeTarget section */
  118. /* Begin PBXProject section */
  119. 504EC2FC1FED79650016851F /* Project object */ = {
  120. isa = PBXProject;
  121. attributes = {
  122. LastSwiftUpdateCheck = 920;
  123. LastUpgradeCheck = 920;
  124. TargetAttributes = {
  125. 504EC3031FED79650016851F = {
  126. CreatedOnToolsVersion = 9.2;
  127. LastSwiftMigration = 1100;
  128. ProvisioningStyle = Automatic;
  129. };
  130. };
  131. };
  132. buildConfigurationList = 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */;
  133. compatibilityVersion = "Xcode 15.3";
  134. developmentRegion = en;
  135. hasScannedForEncodings = 0;
  136. knownRegions = (
  137. en,
  138. Base,
  139. );
  140. mainGroup = 504EC2FB1FED79650016851F;
  141. productRefGroup = 504EC3051FED79650016851F /* Products */;
  142. projectDirPath = "";
  143. projectRoot = "";
  144. targets = (
  145. 504EC3031FED79650016851F /* App */,
  146. );
  147. };
  148. /* End PBXProject section */
  149. /* Begin PBXResourcesBuildPhase section */
  150. 504EC3021FED79650016851F /* Resources */ = {
  151. isa = PBXResourcesBuildPhase;
  152. buildActionMask = 2147483647;
  153. files = (
  154. 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */,
  155. 50B271D11FEDC1A000F3C39B /* public in Resources */,
  156. 504EC30F1FED79650016851F /* Assets.xcassets in Resources */,
  157. 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */,
  158. 504EC30D1FED79650016851F /* Main.storyboard in Resources */,
  159. 2FAD9763203C412B000D30F8 /* config.xml in Resources */,
  160. );
  161. runOnlyForDeploymentPostprocessing = 0;
  162. };
  163. /* End PBXResourcesBuildPhase section */
  164. /* Begin PBXShellScriptBuildPhase section */
  165. 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */ = {
  166. isa = PBXShellScriptBuildPhase;
  167. buildActionMask = 2147483647;
  168. files = (
  169. );
  170. inputPaths = (
  171. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  172. "${PODS_ROOT}/Manifest.lock",
  173. );
  174. name = "[CP] Check Pods Manifest.lock";
  175. outputPaths = (
  176. "$(DERIVED_FILE_DIR)/Pods-App-checkManifestLockResult.txt",
  177. );
  178. runOnlyForDeploymentPostprocessing = 0;
  179. shellPath = /bin/sh;
  180. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  181. showEnvVarsInLog = 0;
  182. };
  183. 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */ = {
  184. isa = PBXShellScriptBuildPhase;
  185. buildActionMask = 2147483647;
  186. files = (
  187. );
  188. inputFileListPaths = (
  189. );
  190. name = "[CP] Embed Pods Frameworks";
  191. outputFileListPaths = (
  192. );
  193. runOnlyForDeploymentPostprocessing = 0;
  194. shellPath = /bin/sh;
  195. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
  196. showEnvVarsInLog = 0;
  197. };
  198. /* End PBXShellScriptBuildPhase section */
  199. /* Begin PBXSourcesBuildPhase section */
  200. 504EC3001FED79650016851F /* Sources */ = {
  201. isa = PBXSourcesBuildPhase;
  202. buildActionMask = 2147483647;
  203. files = (
  204. 504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
  205. );
  206. runOnlyForDeploymentPostprocessing = 0;
  207. };
  208. /* End PBXSourcesBuildPhase section */
  209. /* Begin PBXVariantGroup section */
  210. 504EC30B1FED79650016851F /* Main.storyboard */ = {
  211. isa = PBXVariantGroup;
  212. children = (
  213. 504EC30C1FED79650016851F /* Base */,
  214. );
  215. name = Main.storyboard;
  216. sourceTree = "<group>";
  217. };
  218. 504EC3101FED79650016851F /* LaunchScreen.storyboard */ = {
  219. isa = PBXVariantGroup;
  220. children = (
  221. 504EC3111FED79650016851F /* Base */,
  222. );
  223. name = LaunchScreen.storyboard;
  224. sourceTree = "<group>";
  225. };
  226. /* End PBXVariantGroup section */
  227. /* Begin XCBuildConfiguration section */
  228. 504EC3141FED79650016851F /* Debug */ = {
  229. isa = XCBuildConfiguration;
  230. buildSettings = {
  231. ALWAYS_SEARCH_USER_PATHS = NO;
  232. CLANG_ANALYZER_NONNULL = YES;
  233. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  234. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  235. CLANG_CXX_LIBRARY = "libc++";
  236. CLANG_ENABLE_MODULES = YES;
  237. CLANG_ENABLE_OBJC_ARC = YES;
  238. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  239. CLANG_WARN_BOOL_CONVERSION = YES;
  240. CLANG_WARN_COMMA = YES;
  241. CLANG_WARN_CONSTANT_CONVERSION = YES;
  242. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  243. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  244. CLANG_WARN_EMPTY_BODY = YES;
  245. CLANG_WARN_ENUM_CONVERSION = YES;
  246. CLANG_WARN_INFINITE_RECURSION = YES;
  247. CLANG_WARN_INT_CONVERSION = YES;
  248. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  249. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  250. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  251. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  252. CLANG_WARN_STRICT_PROTOTYPES = YES;
  253. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  254. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  255. CLANG_WARN_UNREACHABLE_CODE = YES;
  256. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  257. CODE_SIGN_IDENTITY = "iPhone Developer";
  258. COPY_PHASE_STRIP = NO;
  259. DEBUG_INFORMATION_FORMAT = dwarf;
  260. ENABLE_STRICT_OBJC_MSGSEND = YES;
  261. ENABLE_TESTABILITY = YES;
  262. GCC_C_LANGUAGE_STANDARD = gnu11;
  263. GCC_DYNAMIC_NO_PIC = NO;
  264. GCC_NO_COMMON_BLOCKS = YES;
  265. GCC_OPTIMIZATION_LEVEL = 0;
  266. GCC_PREPROCESSOR_DEFINITIONS = (
  267. "DEBUG=1",
  268. "$(inherited)",
  269. );
  270. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  271. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  272. GCC_WARN_UNDECLARED_SELECTOR = YES;
  273. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  274. GCC_WARN_UNUSED_FUNCTION = YES;
  275. GCC_WARN_UNUSED_VARIABLE = YES;
  276. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  277. MTL_ENABLE_DEBUG_INFO = YES;
  278. ONLY_ACTIVE_ARCH = YES;
  279. SDKROOT = iphoneos;
  280. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  281. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  282. };
  283. name = Debug;
  284. };
  285. 504EC3151FED79650016851F /* Release */ = {
  286. isa = XCBuildConfiguration;
  287. buildSettings = {
  288. ALWAYS_SEARCH_USER_PATHS = NO;
  289. CLANG_ANALYZER_NONNULL = YES;
  290. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  291. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  292. CLANG_CXX_LIBRARY = "libc++";
  293. CLANG_ENABLE_MODULES = YES;
  294. CLANG_ENABLE_OBJC_ARC = YES;
  295. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  296. CLANG_WARN_BOOL_CONVERSION = YES;
  297. CLANG_WARN_COMMA = YES;
  298. CLANG_WARN_CONSTANT_CONVERSION = YES;
  299. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  300. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  301. CLANG_WARN_EMPTY_BODY = YES;
  302. CLANG_WARN_ENUM_CONVERSION = YES;
  303. CLANG_WARN_INFINITE_RECURSION = YES;
  304. CLANG_WARN_INT_CONVERSION = YES;
  305. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  306. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  307. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  308. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  309. CLANG_WARN_STRICT_PROTOTYPES = YES;
  310. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  311. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  312. CLANG_WARN_UNREACHABLE_CODE = YES;
  313. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  314. CODE_SIGN_IDENTITY = "iPhone Developer";
  315. COPY_PHASE_STRIP = NO;
  316. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  317. ENABLE_NS_ASSERTIONS = NO;
  318. ENABLE_STRICT_OBJC_MSGSEND = YES;
  319. GCC_C_LANGUAGE_STANDARD = gnu11;
  320. GCC_NO_COMMON_BLOCKS = YES;
  321. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  322. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  323. GCC_WARN_UNDECLARED_SELECTOR = YES;
  324. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  325. GCC_WARN_UNUSED_FUNCTION = YES;
  326. GCC_WARN_UNUSED_VARIABLE = YES;
  327. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  328. MTL_ENABLE_DEBUG_INFO = NO;
  329. SDKROOT = iphoneos;
  330. SWIFT_COMPILATION_MODE = wholemodule;
  331. SWIFT_OPTIMIZATION_LEVEL = "-O";
  332. VALIDATE_PRODUCT = YES;
  333. };
  334. name = Release;
  335. };
  336. 504EC3171FED79650016851F /* Debug */ = {
  337. isa = XCBuildConfiguration;
  338. baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */;
  339. buildSettings = {
  340. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  341. CODE_SIGN_IDENTITY = "Apple Development";
  342. CODE_SIGN_STYLE = Automatic;
  343. CURRENT_PROJECT_VERSION = 1;
  344. DEVELOPMENT_TEAM = 4VH5GYV2ZD;
  345. INFOPLIST_FILE = App/Info.plist;
  346. INFOPLIST_KEY_CFBundleDisplayName = apptest;
  347. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  348. LD_RUNPATH_SEARCH_PATHS = (
  349. "$(inherited)",
  350. "@executable_path/Frameworks",
  351. );
  352. MARKETING_VERSION = 1.0;
  353. OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
  354. PRODUCT_BUNDLE_IDENTIFIER = com.liming.dapp;
  355. PRODUCT_NAME = "$(TARGET_NAME)";
  356. PROVISIONING_PROFILE_SPECIFIER = "";
  357. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  358. SWIFT_VERSION = 5.0;
  359. TARGETED_DEVICE_FAMILY = "1,2";
  360. };
  361. name = Debug;
  362. };
  363. 504EC3181FED79650016851F /* Release */ = {
  364. isa = XCBuildConfiguration;
  365. baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */;
  366. buildSettings = {
  367. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  368. CODE_SIGN_STYLE = Automatic;
  369. CURRENT_PROJECT_VERSION = 1;
  370. DEVELOPMENT_TEAM = 4VH5GYV2ZD;
  371. INFOPLIST_FILE = App/Info.plist;
  372. INFOPLIST_KEY_CFBundleDisplayName = apptest;
  373. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  374. LD_RUNPATH_SEARCH_PATHS = (
  375. "$(inherited)",
  376. "@executable_path/Frameworks",
  377. );
  378. MARKETING_VERSION = 1.0;
  379. PRODUCT_BUNDLE_IDENTIFIER = sim.ainets.net;
  380. PRODUCT_NAME = "$(TARGET_NAME)";
  381. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
  382. SWIFT_VERSION = 5.0;
  383. TARGETED_DEVICE_FAMILY = "1,2";
  384. };
  385. name = Release;
  386. };
  387. /* End XCBuildConfiguration section */
  388. /* Begin XCConfigurationList section */
  389. 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */ = {
  390. isa = XCConfigurationList;
  391. buildConfigurations = (
  392. 504EC3141FED79650016851F /* Debug */,
  393. 504EC3151FED79650016851F /* Release */,
  394. );
  395. defaultConfigurationIsVisible = 0;
  396. defaultConfigurationName = Release;
  397. };
  398. 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */ = {
  399. isa = XCConfigurationList;
  400. buildConfigurations = (
  401. 504EC3171FED79650016851F /* Debug */,
  402. 504EC3181FED79650016851F /* Release */,
  403. );
  404. defaultConfigurationIsVisible = 0;
  405. defaultConfigurationName = Release;
  406. };
  407. /* End XCConfigurationList section */
  408. };
  409. rootObject = 504EC2FC1FED79650016851F /* Project object */;
  410. }