project.pbxproj 20 KB

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