project.pbxproj 17 KB

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