1
0

project.pbxproj 21 KB

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