project.pbxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  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. path = Pods;
  99. sourceTree = "<group>";
  100. };
  101. /* End PBXGroup section */
  102. /* Begin PBXNativeTarget section */
  103. 504EC3031FED79650016851F /* App */ = {
  104. isa = PBXNativeTarget;
  105. buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */;
  106. buildPhases = (
  107. 818545F0788D5DB466761623 /* [CP] Check Pods Manifest.lock */,
  108. 504EC3001FED79650016851F /* Sources */,
  109. 504EC3011FED79650016851F /* Frameworks */,
  110. 504EC3021FED79650016851F /* Resources */,
  111. 4BF32F1E9453A6AB603D7CD2 /* [CP] Embed Pods Frameworks */,
  112. );
  113. buildRules = (
  114. );
  115. dependencies = (
  116. );
  117. name = App;
  118. productName = App;
  119. productReference = 504EC3041FED79650016851F /* App.app */;
  120. productType = "com.apple.product-type.application";
  121. };
  122. /* End PBXNativeTarget section */
  123. /* Begin PBXProject section */
  124. 504EC2FC1FED79650016851F /* Project object */ = {
  125. isa = PBXProject;
  126. attributes = {
  127. LastSwiftUpdateCheck = 0920;
  128. LastUpgradeCheck = 1310;
  129. TargetAttributes = {
  130. 504EC3031FED79650016851F = {
  131. CreatedOnToolsVersion = 9.2;
  132. LastSwiftMigration = 1250;
  133. ProvisioningStyle = Automatic;
  134. };
  135. };
  136. };
  137. buildConfigurationList = 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */;
  138. compatibilityVersion = "Xcode 8.0";
  139. developmentRegion = en;
  140. hasScannedForEncodings = 0;
  141. knownRegions = (
  142. en,
  143. Base,
  144. );
  145. mainGroup = 504EC2FB1FED79650016851F;
  146. productRefGroup = 504EC3051FED79650016851F /* Products */;
  147. projectDirPath = "";
  148. projectRoot = "";
  149. targets = (
  150. 504EC3031FED79650016851F /* App */,
  151. );
  152. };
  153. /* End PBXProject section */
  154. /* Begin PBXResourcesBuildPhase section */
  155. 504EC3021FED79650016851F /* Resources */ = {
  156. isa = PBXResourcesBuildPhase;
  157. buildActionMask = 2147483647;
  158. files = (
  159. 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */,
  160. 50B271D11FEDC1A000F3C39B /* public in Resources */,
  161. 504EC30F1FED79650016851F /* Assets.xcassets in Resources */,
  162. 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */,
  163. 504EC30D1FED79650016851F /* Main.storyboard in Resources */,
  164. 2FAD9763203C412B000D30F8 /* config.xml in Resources */,
  165. );
  166. runOnlyForDeploymentPostprocessing = 0;
  167. };
  168. /* End PBXResourcesBuildPhase section */
  169. /* Begin PBXShellScriptBuildPhase section */
  170. 4BF32F1E9453A6AB603D7CD2 /* [CP] Embed Pods Frameworks */ = {
  171. isa = PBXShellScriptBuildPhase;
  172. buildActionMask = 2147483647;
  173. files = (
  174. );
  175. inputPaths = (
  176. );
  177. name = "[CP] Embed Pods Frameworks";
  178. outputPaths = (
  179. );
  180. runOnlyForDeploymentPostprocessing = 0;
  181. shellPath = /bin/sh;
  182. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
  183. showEnvVarsInLog = 0;
  184. };
  185. 818545F0788D5DB466761623 /* [CP] Check Pods Manifest.lock */ = {
  186. isa = PBXShellScriptBuildPhase;
  187. buildActionMask = 2147483647;
  188. files = (
  189. );
  190. inputFileListPaths = (
  191. );
  192. inputPaths = (
  193. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  194. "${PODS_ROOT}/Manifest.lock",
  195. );
  196. name = "[CP] Check Pods Manifest.lock";
  197. outputFileListPaths = (
  198. );
  199. outputPaths = (
  200. "$(DERIVED_FILE_DIR)/Pods-App-checkManifestLockResult.txt",
  201. );
  202. runOnlyForDeploymentPostprocessing = 0;
  203. shellPath = /bin/sh;
  204. 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";
  205. showEnvVarsInLog = 0;
  206. };
  207. /* End PBXShellScriptBuildPhase section */
  208. /* Begin PBXSourcesBuildPhase section */
  209. 504EC3001FED79650016851F /* Sources */ = {
  210. isa = PBXSourcesBuildPhase;
  211. buildActionMask = 2147483647;
  212. files = (
  213. 504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
  214. 7435D10F2704660B00AB88E0 /* FolderPicker.m in Sources */,
  215. 7435D10C2704659F00AB88E0 /* FolderPicker.swift in Sources */,
  216. );
  217. runOnlyForDeploymentPostprocessing = 0;
  218. };
  219. /* End PBXSourcesBuildPhase section */
  220. /* Begin PBXVariantGroup section */
  221. 504EC30B1FED79650016851F /* Main.storyboard */ = {
  222. isa = PBXVariantGroup;
  223. children = (
  224. 504EC30C1FED79650016851F /* Base */,
  225. );
  226. name = Main.storyboard;
  227. sourceTree = "<group>";
  228. };
  229. 504EC3101FED79650016851F /* LaunchScreen.storyboard */ = {
  230. isa = PBXVariantGroup;
  231. children = (
  232. 504EC3111FED79650016851F /* Base */,
  233. );
  234. name = LaunchScreen.storyboard;
  235. sourceTree = "<group>";
  236. };
  237. /* End PBXVariantGroup section */
  238. /* Begin XCBuildConfiguration section */
  239. 504EC3141FED79650016851F /* Debug */ = {
  240. isa = XCBuildConfiguration;
  241. buildSettings = {
  242. ALWAYS_SEARCH_USER_PATHS = NO;
  243. CLANG_ANALYZER_NONNULL = YES;
  244. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  245. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  246. CLANG_CXX_LIBRARY = "libc++";
  247. CLANG_ENABLE_MODULES = YES;
  248. CLANG_ENABLE_OBJC_ARC = YES;
  249. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  250. CLANG_WARN_BOOL_CONVERSION = YES;
  251. CLANG_WARN_COMMA = YES;
  252. CLANG_WARN_CONSTANT_CONVERSION = YES;
  253. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  254. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  255. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  256. CLANG_WARN_EMPTY_BODY = YES;
  257. CLANG_WARN_ENUM_CONVERSION = YES;
  258. CLANG_WARN_INFINITE_RECURSION = YES;
  259. CLANG_WARN_INT_CONVERSION = YES;
  260. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  261. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  262. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  263. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  264. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  265. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  266. CLANG_WARN_STRICT_PROTOTYPES = YES;
  267. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  268. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  269. CLANG_WARN_UNREACHABLE_CODE = YES;
  270. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  271. CODE_SIGN_IDENTITY = "iPhone Developer";
  272. COPY_PHASE_STRIP = NO;
  273. DEBUG_INFORMATION_FORMAT = dwarf;
  274. ENABLE_STRICT_OBJC_MSGSEND = YES;
  275. ENABLE_TESTABILITY = YES;
  276. GCC_C_LANGUAGE_STANDARD = gnu11;
  277. GCC_DYNAMIC_NO_PIC = NO;
  278. GCC_NO_COMMON_BLOCKS = YES;
  279. GCC_OPTIMIZATION_LEVEL = 0;
  280. GCC_PREPROCESSOR_DEFINITIONS = (
  281. "DEBUG=1",
  282. "$(inherited)",
  283. );
  284. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  285. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  286. GCC_WARN_UNDECLARED_SELECTOR = YES;
  287. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  288. GCC_WARN_UNUSED_FUNCTION = YES;
  289. GCC_WARN_UNUSED_VARIABLE = YES;
  290. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  291. MTL_ENABLE_DEBUG_INFO = YES;
  292. ONLY_ACTIVE_ARCH = YES;
  293. SDKROOT = iphoneos;
  294. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  295. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  296. };
  297. name = Debug;
  298. };
  299. 504EC3151FED79650016851F /* Release */ = {
  300. isa = XCBuildConfiguration;
  301. buildSettings = {
  302. ALWAYS_SEARCH_USER_PATHS = NO;
  303. CLANG_ANALYZER_NONNULL = YES;
  304. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  305. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  306. CLANG_CXX_LIBRARY = "libc++";
  307. CLANG_ENABLE_MODULES = YES;
  308. CLANG_ENABLE_OBJC_ARC = YES;
  309. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  310. CLANG_WARN_BOOL_CONVERSION = YES;
  311. CLANG_WARN_COMMA = YES;
  312. CLANG_WARN_CONSTANT_CONVERSION = YES;
  313. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  314. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  315. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  316. CLANG_WARN_EMPTY_BODY = YES;
  317. CLANG_WARN_ENUM_CONVERSION = YES;
  318. CLANG_WARN_INFINITE_RECURSION = YES;
  319. CLANG_WARN_INT_CONVERSION = YES;
  320. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  321. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  322. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  323. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  324. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  325. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  326. CLANG_WARN_STRICT_PROTOTYPES = YES;
  327. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  328. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  329. CLANG_WARN_UNREACHABLE_CODE = YES;
  330. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  331. CODE_SIGN_IDENTITY = "iPhone Developer";
  332. COPY_PHASE_STRIP = NO;
  333. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  334. ENABLE_NS_ASSERTIONS = NO;
  335. ENABLE_STRICT_OBJC_MSGSEND = YES;
  336. GCC_C_LANGUAGE_STANDARD = gnu11;
  337. GCC_NO_COMMON_BLOCKS = YES;
  338. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  339. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  340. GCC_WARN_UNDECLARED_SELECTOR = YES;
  341. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  342. GCC_WARN_UNUSED_FUNCTION = YES;
  343. GCC_WARN_UNUSED_VARIABLE = YES;
  344. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  345. MTL_ENABLE_DEBUG_INFO = NO;
  346. SDKROOT = iphoneos;
  347. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  348. VALIDATE_PRODUCT = YES;
  349. };
  350. name = Release;
  351. };
  352. 504EC3171FED79650016851F /* Debug */ = {
  353. isa = XCBuildConfiguration;
  354. baseConfigurationReference = B9A79754543D95E609C23F91 /* Pods-App.debug.xcconfig */;
  355. buildSettings = {
  356. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  357. CLANG_ENABLE_MODULES = YES;
  358. CODE_SIGN_STYLE = Automatic;
  359. DEVELOPMENT_TEAM = K378MFWK59;
  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. DEVELOPMENT_TEAM = K378MFWK59;
  382. INFOPLIST_FILE = App/Info.plist;
  383. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  384. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  385. PRODUCT_BUNDLE_IDENTIFIER = com.logseq.app;
  386. PRODUCT_NAME = "$(TARGET_NAME)";
  387. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
  388. SWIFT_OBJC_BRIDGING_HEADER = "App/App-Bridging-Header.h";
  389. SWIFT_VERSION = 5.0;
  390. TARGETED_DEVICE_FAMILY = "1,2";
  391. };
  392. name = Release;
  393. };
  394. /* End XCBuildConfiguration section */
  395. /* Begin XCConfigurationList section */
  396. 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */ = {
  397. isa = XCConfigurationList;
  398. buildConfigurations = (
  399. 504EC3141FED79650016851F /* Debug */,
  400. 504EC3151FED79650016851F /* Release */,
  401. );
  402. defaultConfigurationIsVisible = 0;
  403. defaultConfigurationName = Release;
  404. };
  405. 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */ = {
  406. isa = XCConfigurationList;
  407. buildConfigurations = (
  408. 504EC3171FED79650016851F /* Debug */,
  409. 504EC3181FED79650016851F /* Release */,
  410. );
  411. defaultConfigurationIsVisible = 0;
  412. defaultConfigurationName = Release;
  413. };
  414. /* End XCConfigurationList section */
  415. };
  416. rootObject = 504EC2FC1FED79650016851F /* Project object */;
  417. }