project.pbxproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  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. 5FF8632A283B5ADB0047731B /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FF86329283B5ADB0047731B /* Utils.swift */; };
  19. 5FF8632C283B5BFD0047731B /* Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FF8632B283B5BFD0047731B /* Utils.m */; };
  20. 5FFF7D6D27E343FA00B00DA8 /* ShareViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FFF7D6C27E343FA00B00DA8 /* ShareViewController.swift */; };
  21. 5FFF7D7027E343FA00B00DA8 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5FFF7D6E27E343FA00B00DA8 /* MainInterface.storyboard */; };
  22. 5FFF7D7427E343FA00B00DA8 /* ShareViewController.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  23. 7435D10C2704659F00AB88E0 /* FolderPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7435D10B2704659F00AB88E0 /* FolderPicker.swift */; };
  24. 7435D10F2704660B00AB88E0 /* FolderPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 7435D10E2704660B00AB88E0 /* FolderPicker.m */; };
  25. C3718FCEFAECFFB66E93FFC4 /* Pods_Logseq.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2E26D73EA097D0B3B22942E /* Pods_Logseq.framework */; };
  26. D32752BE275496C60039291C /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D32752BD275496C60039291C /* CloudKit.framework */; };
  27. D3D62A0A275C92880003FBDC /* FileContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3D62A09275C92880003FBDC /* FileContainer.swift */; };
  28. D3D62A0C275C928F0003FBDC /* FileContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = D3D62A0B275C928F0003FBDC /* FileContainer.m */; };
  29. FE443F1C27FF5420007ECE65 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE443F1B27FF5420007ECE65 /* Extensions.swift */; };
  30. FE443F1E27FF54AA007ECE65 /* Payload.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE443F1D27FF54AA007ECE65 /* Payload.swift */; };
  31. FE443F2027FF54C9007ECE65 /* SyncClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE443F1F27FF54C9007ECE65 /* SyncClient.swift */; };
  32. FE647FF427BDFEDE00F3206B /* FsWatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE647FF327BDFEDE00F3206B /* FsWatcher.swift */; };
  33. FE647FF627BDFEF500F3206B /* FsWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = FE647FF527BDFEF500F3206B /* FsWatcher.m */; };
  34. FE8C946B27FD762700C8017B /* FileSync.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8C946927FD762700C8017B /* FileSync.swift */; };
  35. FE8C946C27FD762700C8017B /* FileSync.m in Sources */ = {isa = PBXBuildFile; fileRef = FE8C946A27FD762700C8017B /* FileSync.m */; };
  36. /* End PBXBuildFile section */
  37. /* Begin PBXContainerItemProxy section */
  38. 5FFF7D7227E343FA00B00DA8 /* PBXContainerItemProxy */ = {
  39. isa = PBXContainerItemProxy;
  40. containerPortal = 504EC2FC1FED79650016851F /* Project object */;
  41. proxyType = 1;
  42. remoteGlobalIDString = 5FFF7D6927E343FA00B00DA8;
  43. remoteInfo = ShareViewController;
  44. };
  45. /* End PBXContainerItemProxy section */
  46. /* Begin PBXCopyFilesBuildPhase section */
  47. 5FFF7D7527E343FA00B00DA8 /* Embed App Extensions */ = {
  48. isa = PBXCopyFilesBuildPhase;
  49. buildActionMask = 2147483647;
  50. dstPath = "";
  51. dstSubfolderSpec = 13;
  52. files = (
  53. 5FFF7D7427E343FA00B00DA8 /* ShareViewController.appex in Embed App Extensions */,
  54. );
  55. name = "Embed App Extensions";
  56. runOnlyForDeploymentPostprocessing = 0;
  57. };
  58. /* End PBXCopyFilesBuildPhase section */
  59. /* Begin PBXFileReference section */
  60. 2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
  61. 50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
  62. 504EC3041FED79650016851F /* Logseq.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Logseq.app; sourceTree = BUILT_PRODUCTS_DIR; };
  63. 504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  64. 504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  65. 504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  66. 504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  67. 504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  68. 50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
  69. 5FD5BB70278579F5008E6875 /* DownloadiCloudFiles.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloadiCloudFiles.swift; sourceTree = "<group>"; };
  70. 5FD5BB72278579FF008E6875 /* DownloadiCloudFiles.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DownloadiCloudFiles.m; sourceTree = "<group>"; };
  71. 5FF86329283B5ADB0047731B /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
  72. 5FF8632B283B5BFD0047731B /* Utils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Utils.m; sourceTree = "<group>"; };
  73. 5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ShareViewController.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  74. 5FFF7D6C27E343FA00B00DA8 /* ShareViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareViewController.swift; sourceTree = "<group>"; };
  75. 5FFF7D6F27E343FA00B00DA8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
  76. 5FFF7D7127E343FA00B00DA8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  77. 5FFF7D7927E4E70700B00DA8 /* ShareViewController.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ShareViewController.entitlements; sourceTree = "<group>"; };
  78. 7435D10B2704659F00AB88E0 /* FolderPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FolderPicker.swift; sourceTree = "<group>"; };
  79. 7435D10D2704660A00AB88E0 /* App-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "App-Bridging-Header.h"; sourceTree = "<group>"; };
  80. 7435D10E2704660B00AB88E0 /* FolderPicker.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FolderPicker.m; sourceTree = "<group>"; };
  81. 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>"; };
  82. B2E26D73EA097D0B3B22942E /* Pods_Logseq.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Logseq.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  83. D32752BC275496A60039291C /* App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; };
  84. D32752BD275496C60039291C /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
  85. D32752BF2754C5AB0039291C /* AppDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AppDebug.entitlements; sourceTree = "<group>"; };
  86. D3D62A09275C92880003FBDC /* FileContainer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileContainer.swift; sourceTree = "<group>"; };
  87. D3D62A0B275C928F0003FBDC /* FileContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FileContainer.m; sourceTree = "<group>"; };
  88. 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>"; };
  89. FE443F1B27FF5420007ECE65 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
  90. FE443F1D27FF54AA007ECE65 /* Payload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Payload.swift; sourceTree = "<group>"; };
  91. FE443F1F27FF54C9007ECE65 /* SyncClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SyncClient.swift; sourceTree = "<group>"; };
  92. FE647FF327BDFEDE00F3206B /* FsWatcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FsWatcher.swift; sourceTree = "<group>"; };
  93. FE647FF527BDFEF500F3206B /* FsWatcher.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FsWatcher.m; sourceTree = "<group>"; };
  94. FE8C946927FD762700C8017B /* FileSync.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileSync.swift; sourceTree = "<group>"; };
  95. FE8C946A27FD762700C8017B /* FileSync.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FileSync.m; sourceTree = "<group>"; };
  96. /* End PBXFileReference section */
  97. /* Begin PBXFrameworksBuildPhase section */
  98. 504EC3011FED79650016851F /* Frameworks */ = {
  99. isa = PBXFrameworksBuildPhase;
  100. buildActionMask = 2147483647;
  101. files = (
  102. D32752BE275496C60039291C /* CloudKit.framework in Frameworks */,
  103. C3718FCEFAECFFB66E93FFC4 /* Pods_Logseq.framework in Frameworks */,
  104. );
  105. runOnlyForDeploymentPostprocessing = 0;
  106. };
  107. 5FFF7D6727E343FA00B00DA8 /* Frameworks */ = {
  108. isa = PBXFrameworksBuildPhase;
  109. buildActionMask = 2147483647;
  110. files = (
  111. );
  112. runOnlyForDeploymentPostprocessing = 0;
  113. };
  114. /* End PBXFrameworksBuildPhase section */
  115. /* Begin PBXGroup section */
  116. 504EC2FB1FED79650016851F = {
  117. isa = PBXGroup;
  118. children = (
  119. 504EC3061FED79650016851F /* App */,
  120. 5FFF7D6B27E343FA00B00DA8 /* ShareViewController */,
  121. 504EC3051FED79650016851F /* Products */,
  122. D337740F89DEEAD18C87762B /* Pods */,
  123. 9FC5AB18C7E7E43B09B33A61 /* Frameworks */,
  124. );
  125. sourceTree = "<group>";
  126. };
  127. 504EC3051FED79650016851F /* Products */ = {
  128. isa = PBXGroup;
  129. children = (
  130. 504EC3041FED79650016851F /* Logseq.app */,
  131. 5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */,
  132. );
  133. name = Products;
  134. sourceTree = "<group>";
  135. };
  136. 504EC3061FED79650016851F /* App */ = {
  137. isa = PBXGroup;
  138. children = (
  139. 5FF86329283B5ADB0047731B /* Utils.swift */,
  140. 5FF8632B283B5BFD0047731B /* Utils.m */,
  141. 5FD5BB72278579FF008E6875 /* DownloadiCloudFiles.m */,
  142. 5FD5BB70278579F5008E6875 /* DownloadiCloudFiles.swift */,
  143. D32752BF2754C5AB0039291C /* AppDebug.entitlements */,
  144. D32752BC275496A60039291C /* App.entitlements */,
  145. 50379B222058CBB4000EE86E /* capacitor.config.json */,
  146. 504EC3071FED79650016851F /* AppDelegate.swift */,
  147. 504EC30B1FED79650016851F /* Main.storyboard */,
  148. 504EC30E1FED79650016851F /* Assets.xcassets */,
  149. 504EC3101FED79650016851F /* LaunchScreen.storyboard */,
  150. 504EC3131FED79650016851F /* Info.plist */,
  151. 2FAD9762203C412B000D30F8 /* config.xml */,
  152. 50B271D01FEDC1A000F3C39B /* public */,
  153. 7435D10B2704659F00AB88E0 /* FolderPicker.swift */,
  154. FE647FF327BDFEDE00F3206B /* FsWatcher.swift */,
  155. FE443F1A27FF53A2007ECE65 /* FileSync */,
  156. FE647FF527BDFEF500F3206B /* FsWatcher.m */,
  157. 7435D10E2704660B00AB88E0 /* FolderPicker.m */,
  158. D3D62A09275C92880003FBDC /* FileContainer.swift */,
  159. D3D62A0B275C928F0003FBDC /* FileContainer.m */,
  160. 7435D10D2704660A00AB88E0 /* App-Bridging-Header.h */,
  161. );
  162. path = App;
  163. sourceTree = "<group>";
  164. };
  165. 5FFF7D6B27E343FA00B00DA8 /* ShareViewController */ = {
  166. isa = PBXGroup;
  167. children = (
  168. 5FFF7D7927E4E70700B00DA8 /* ShareViewController.entitlements */,
  169. 5FFF7D6C27E343FA00B00DA8 /* ShareViewController.swift */,
  170. 5FFF7D6E27E343FA00B00DA8 /* MainInterface.storyboard */,
  171. 5FFF7D7127E343FA00B00DA8 /* Info.plist */,
  172. );
  173. path = ShareViewController;
  174. sourceTree = "<group>";
  175. };
  176. 9FC5AB18C7E7E43B09B33A61 /* Frameworks */ = {
  177. isa = PBXGroup;
  178. children = (
  179. D32752BD275496C60039291C /* CloudKit.framework */,
  180. B2E26D73EA097D0B3B22942E /* Pods_Logseq.framework */,
  181. );
  182. name = Frameworks;
  183. sourceTree = "<group>";
  184. };
  185. D337740F89DEEAD18C87762B /* Pods */ = {
  186. isa = PBXGroup;
  187. children = (
  188. DE5650F4AD4E2242AB9C012D /* Pods-Logseq.debug.xcconfig */,
  189. 8A489CEC51E94726DDD58810 /* Pods-Logseq.release.xcconfig */,
  190. );
  191. path = Pods;
  192. sourceTree = "<group>";
  193. };
  194. FE443F1A27FF53A2007ECE65 /* FileSync */ = {
  195. isa = PBXGroup;
  196. children = (
  197. FE8C946927FD762700C8017B /* FileSync.swift */,
  198. FE443F1F27FF54C9007ECE65 /* SyncClient.swift */,
  199. FE443F1D27FF54AA007ECE65 /* Payload.swift */,
  200. FE443F1B27FF5420007ECE65 /* Extensions.swift */,
  201. FE8C946A27FD762700C8017B /* FileSync.m */,
  202. );
  203. path = FileSync;
  204. sourceTree = "<group>";
  205. };
  206. /* End PBXGroup section */
  207. /* Begin PBXNativeTarget section */
  208. 504EC3031FED79650016851F /* Logseq */ = {
  209. isa = PBXNativeTarget;
  210. buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "Logseq" */;
  211. buildPhases = (
  212. 818545F0788D5DB466761623 /* [CP] Check Pods Manifest.lock */,
  213. 504EC3001FED79650016851F /* Sources */,
  214. 504EC3011FED79650016851F /* Frameworks */,
  215. 504EC3021FED79650016851F /* Resources */,
  216. 4BF32F1E9453A6AB603D7CD2 /* [CP] Embed Pods Frameworks */,
  217. 5FFF7D7527E343FA00B00DA8 /* Embed App Extensions */,
  218. );
  219. buildRules = (
  220. );
  221. dependencies = (
  222. 5FFF7D7327E343FA00B00DA8 /* PBXTargetDependency */,
  223. );
  224. name = Logseq;
  225. productName = App;
  226. productReference = 504EC3041FED79650016851F /* Logseq.app */;
  227. productType = "com.apple.product-type.application";
  228. };
  229. 5FFF7D6927E343FA00B00DA8 /* ShareViewController */ = {
  230. isa = PBXNativeTarget;
  231. buildConfigurationList = 5FFF7D7827E343FA00B00DA8 /* Build configuration list for PBXNativeTarget "ShareViewController" */;
  232. buildPhases = (
  233. 5FFF7D6627E343FA00B00DA8 /* Sources */,
  234. 5FFF7D6727E343FA00B00DA8 /* Frameworks */,
  235. 5FFF7D6827E343FA00B00DA8 /* Resources */,
  236. );
  237. buildRules = (
  238. );
  239. dependencies = (
  240. );
  241. name = ShareViewController;
  242. productName = ShareViewController;
  243. productReference = 5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */;
  244. productType = "com.apple.product-type.app-extension";
  245. };
  246. /* End PBXNativeTarget section */
  247. /* Begin PBXProject section */
  248. 504EC2FC1FED79650016851F /* Project object */ = {
  249. isa = PBXProject;
  250. attributes = {
  251. LastSwiftUpdateCheck = 1330;
  252. LastUpgradeCheck = 1310;
  253. TargetAttributes = {
  254. 504EC3031FED79650016851F = {
  255. CreatedOnToolsVersion = 9.2;
  256. LastSwiftMigration = 1250;
  257. ProvisioningStyle = Automatic;
  258. };
  259. 5FFF7D6927E343FA00B00DA8 = {
  260. CreatedOnToolsVersion = 13.3;
  261. ProvisioningStyle = Automatic;
  262. };
  263. };
  264. };
  265. buildConfigurationList = 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */;
  266. compatibilityVersion = "Xcode 8.0";
  267. developmentRegion = en;
  268. hasScannedForEncodings = 0;
  269. knownRegions = (
  270. en,
  271. Base,
  272. );
  273. mainGroup = 504EC2FB1FED79650016851F;
  274. productRefGroup = 504EC3051FED79650016851F /* Products */;
  275. projectDirPath = "";
  276. projectRoot = "";
  277. targets = (
  278. 504EC3031FED79650016851F /* Logseq */,
  279. 5FFF7D6927E343FA00B00DA8 /* ShareViewController */,
  280. );
  281. };
  282. /* End PBXProject section */
  283. /* Begin PBXResourcesBuildPhase section */
  284. 504EC3021FED79650016851F /* Resources */ = {
  285. isa = PBXResourcesBuildPhase;
  286. buildActionMask = 2147483647;
  287. files = (
  288. 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */,
  289. 50B271D11FEDC1A000F3C39B /* public in Resources */,
  290. 504EC30F1FED79650016851F /* Assets.xcassets in Resources */,
  291. 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */,
  292. 504EC30D1FED79650016851F /* Main.storyboard in Resources */,
  293. 2FAD9763203C412B000D30F8 /* config.xml in Resources */,
  294. );
  295. runOnlyForDeploymentPostprocessing = 0;
  296. };
  297. 5FFF7D6827E343FA00B00DA8 /* Resources */ = {
  298. isa = PBXResourcesBuildPhase;
  299. buildActionMask = 2147483647;
  300. files = (
  301. 5FFF7D7027E343FA00B00DA8 /* MainInterface.storyboard in Resources */,
  302. );
  303. runOnlyForDeploymentPostprocessing = 0;
  304. };
  305. /* End PBXResourcesBuildPhase section */
  306. /* Begin PBXShellScriptBuildPhase section */
  307. 4BF32F1E9453A6AB603D7CD2 /* [CP] Embed Pods Frameworks */ = {
  308. isa = PBXShellScriptBuildPhase;
  309. buildActionMask = 2147483647;
  310. files = (
  311. );
  312. inputPaths = (
  313. );
  314. name = "[CP] Embed Pods Frameworks";
  315. outputPaths = (
  316. );
  317. runOnlyForDeploymentPostprocessing = 0;
  318. shellPath = /bin/sh;
  319. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Logseq/Pods-Logseq-frameworks.sh\"\n";
  320. showEnvVarsInLog = 0;
  321. };
  322. 818545F0788D5DB466761623 /* [CP] Check Pods Manifest.lock */ = {
  323. isa = PBXShellScriptBuildPhase;
  324. buildActionMask = 2147483647;
  325. files = (
  326. );
  327. inputFileListPaths = (
  328. );
  329. inputPaths = (
  330. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  331. "${PODS_ROOT}/Manifest.lock",
  332. );
  333. name = "[CP] Check Pods Manifest.lock";
  334. outputFileListPaths = (
  335. );
  336. outputPaths = (
  337. "$(DERIVED_FILE_DIR)/Pods-Logseq-checkManifestLockResult.txt",
  338. );
  339. runOnlyForDeploymentPostprocessing = 0;
  340. shellPath = /bin/sh;
  341. 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";
  342. showEnvVarsInLog = 0;
  343. };
  344. /* End PBXShellScriptBuildPhase section */
  345. /* Begin PBXSourcesBuildPhase section */
  346. 504EC3001FED79650016851F /* Sources */ = {
  347. isa = PBXSourcesBuildPhase;
  348. buildActionMask = 2147483647;
  349. files = (
  350. 504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
  351. 5FD5BB71278579F5008E6875 /* DownloadiCloudFiles.swift in Sources */,
  352. FE443F1E27FF54AA007ECE65 /* Payload.swift in Sources */,
  353. 5FF8632C283B5BFD0047731B /* Utils.m in Sources */,
  354. FE8C946B27FD762700C8017B /* FileSync.swift in Sources */,
  355. FE647FF427BDFEDE00F3206B /* FsWatcher.swift in Sources */,
  356. 5FF8632A283B5ADB0047731B /* Utils.swift in Sources */,
  357. 5FD5BB73278579FF008E6875 /* DownloadiCloudFiles.m in Sources */,
  358. D3D62A0A275C92880003FBDC /* FileContainer.swift in Sources */,
  359. D3D62A0C275C928F0003FBDC /* FileContainer.m in Sources */,
  360. FE443F1C27FF5420007ECE65 /* Extensions.swift in Sources */,
  361. FE8C946C27FD762700C8017B /* FileSync.m in Sources */,
  362. 7435D10F2704660B00AB88E0 /* FolderPicker.m in Sources */,
  363. 7435D10C2704659F00AB88E0 /* FolderPicker.swift in Sources */,
  364. FE647FF627BDFEF500F3206B /* FsWatcher.m in Sources */,
  365. FE443F2027FF54C9007ECE65 /* SyncClient.swift in Sources */,
  366. );
  367. runOnlyForDeploymentPostprocessing = 0;
  368. };
  369. 5FFF7D6627E343FA00B00DA8 /* Sources */ = {
  370. isa = PBXSourcesBuildPhase;
  371. buildActionMask = 2147483647;
  372. files = (
  373. 5FFF7D6D27E343FA00B00DA8 /* ShareViewController.swift in Sources */,
  374. );
  375. runOnlyForDeploymentPostprocessing = 0;
  376. };
  377. /* End PBXSourcesBuildPhase section */
  378. /* Begin PBXTargetDependency section */
  379. 5FFF7D7327E343FA00B00DA8 /* PBXTargetDependency */ = {
  380. isa = PBXTargetDependency;
  381. target = 5FFF7D6927E343FA00B00DA8 /* ShareViewController */;
  382. targetProxy = 5FFF7D7227E343FA00B00DA8 /* PBXContainerItemProxy */;
  383. };
  384. /* End PBXTargetDependency section */
  385. /* Begin PBXVariantGroup section */
  386. 504EC30B1FED79650016851F /* Main.storyboard */ = {
  387. isa = PBXVariantGroup;
  388. children = (
  389. 504EC30C1FED79650016851F /* Base */,
  390. );
  391. name = Main.storyboard;
  392. sourceTree = "<group>";
  393. };
  394. 504EC3101FED79650016851F /* LaunchScreen.storyboard */ = {
  395. isa = PBXVariantGroup;
  396. children = (
  397. 504EC3111FED79650016851F /* Base */,
  398. );
  399. name = LaunchScreen.storyboard;
  400. sourceTree = "<group>";
  401. };
  402. 5FFF7D6E27E343FA00B00DA8 /* MainInterface.storyboard */ = {
  403. isa = PBXVariantGroup;
  404. children = (
  405. 5FFF7D6F27E343FA00B00DA8 /* Base */,
  406. );
  407. name = MainInterface.storyboard;
  408. sourceTree = "<group>";
  409. };
  410. /* End PBXVariantGroup section */
  411. /* Begin XCBuildConfiguration section */
  412. 504EC3141FED79650016851F /* Debug */ = {
  413. isa = XCBuildConfiguration;
  414. buildSettings = {
  415. ALWAYS_SEARCH_USER_PATHS = NO;
  416. CLANG_ANALYZER_NONNULL = YES;
  417. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  418. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  419. CLANG_CXX_LIBRARY = "libc++";
  420. CLANG_ENABLE_MODULES = YES;
  421. CLANG_ENABLE_OBJC_ARC = YES;
  422. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  423. CLANG_WARN_BOOL_CONVERSION = YES;
  424. CLANG_WARN_COMMA = YES;
  425. CLANG_WARN_CONSTANT_CONVERSION = YES;
  426. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  427. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  428. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  429. CLANG_WARN_EMPTY_BODY = YES;
  430. CLANG_WARN_ENUM_CONVERSION = YES;
  431. CLANG_WARN_INFINITE_RECURSION = YES;
  432. CLANG_WARN_INT_CONVERSION = YES;
  433. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  434. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  435. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  436. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  437. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  438. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  439. CLANG_WARN_STRICT_PROTOTYPES = YES;
  440. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  441. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  442. CLANG_WARN_UNREACHABLE_CODE = YES;
  443. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  444. CODE_SIGN_IDENTITY = "iPhone Developer";
  445. COPY_PHASE_STRIP = NO;
  446. DEBUG_INFORMATION_FORMAT = dwarf;
  447. ENABLE_STRICT_OBJC_MSGSEND = YES;
  448. ENABLE_TESTABILITY = YES;
  449. GCC_C_LANGUAGE_STANDARD = gnu11;
  450. GCC_DYNAMIC_NO_PIC = NO;
  451. GCC_NO_COMMON_BLOCKS = YES;
  452. GCC_OPTIMIZATION_LEVEL = 0;
  453. GCC_PREPROCESSOR_DEFINITIONS = (
  454. "DEBUG=1",
  455. "$(inherited)",
  456. );
  457. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  458. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  459. GCC_WARN_UNDECLARED_SELECTOR = YES;
  460. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  461. GCC_WARN_UNUSED_FUNCTION = YES;
  462. GCC_WARN_UNUSED_VARIABLE = YES;
  463. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  464. MTL_ENABLE_DEBUG_INFO = YES;
  465. ONLY_ACTIVE_ARCH = YES;
  466. SDKROOT = iphoneos;
  467. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  468. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  469. };
  470. name = Debug;
  471. };
  472. 504EC3151FED79650016851F /* Release */ = {
  473. isa = XCBuildConfiguration;
  474. buildSettings = {
  475. ALWAYS_SEARCH_USER_PATHS = NO;
  476. CLANG_ANALYZER_NONNULL = YES;
  477. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  478. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  479. CLANG_CXX_LIBRARY = "libc++";
  480. CLANG_ENABLE_MODULES = YES;
  481. CLANG_ENABLE_OBJC_ARC = YES;
  482. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  483. CLANG_WARN_BOOL_CONVERSION = YES;
  484. CLANG_WARN_COMMA = YES;
  485. CLANG_WARN_CONSTANT_CONVERSION = YES;
  486. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  487. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  488. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  489. CLANG_WARN_EMPTY_BODY = YES;
  490. CLANG_WARN_ENUM_CONVERSION = YES;
  491. CLANG_WARN_INFINITE_RECURSION = YES;
  492. CLANG_WARN_INT_CONVERSION = YES;
  493. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  494. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  495. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  496. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  497. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  498. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  499. CLANG_WARN_STRICT_PROTOTYPES = YES;
  500. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  501. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  502. CLANG_WARN_UNREACHABLE_CODE = YES;
  503. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  504. CODE_SIGN_IDENTITY = "iPhone Developer";
  505. COPY_PHASE_STRIP = NO;
  506. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  507. ENABLE_NS_ASSERTIONS = NO;
  508. ENABLE_STRICT_OBJC_MSGSEND = YES;
  509. GCC_C_LANGUAGE_STANDARD = gnu11;
  510. GCC_NO_COMMON_BLOCKS = YES;
  511. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  512. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  513. GCC_WARN_UNDECLARED_SELECTOR = YES;
  514. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  515. GCC_WARN_UNUSED_FUNCTION = YES;
  516. GCC_WARN_UNUSED_VARIABLE = YES;
  517. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  518. MTL_ENABLE_DEBUG_INFO = NO;
  519. SDKROOT = iphoneos;
  520. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  521. VALIDATE_PRODUCT = YES;
  522. };
  523. name = Release;
  524. };
  525. 504EC3171FED79650016851F /* Debug */ = {
  526. isa = XCBuildConfiguration;
  527. baseConfigurationReference = DE5650F4AD4E2242AB9C012D /* Pods-Logseq.debug.xcconfig */;
  528. buildSettings = {
  529. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  530. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  531. CLANG_ENABLE_MODULES = YES;
  532. CODE_SIGN_ENTITLEMENTS = App/AppDebug.entitlements;
  533. CODE_SIGN_STYLE = Automatic;
  534. CURRENT_PROJECT_VERSION = 1;
  535. DEVELOPMENT_TEAM = K378MFWK59;
  536. INFOPLIST_FILE = App/Info.plist;
  537. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  538. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  539. MARKETING_VERSION = 0.7.1;
  540. OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
  541. PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq;
  542. PRODUCT_NAME = "$(TARGET_NAME)";
  543. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  544. SWIFT_OBJC_BRIDGING_HEADER = "App/App-Bridging-Header.h";
  545. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  546. SWIFT_VERSION = 5.0;
  547. TARGETED_DEVICE_FAMILY = "1,2";
  548. };
  549. name = Debug;
  550. };
  551. 504EC3181FED79650016851F /* Release */ = {
  552. isa = XCBuildConfiguration;
  553. baseConfigurationReference = 8A489CEC51E94726DDD58810 /* Pods-Logseq.release.xcconfig */;
  554. buildSettings = {
  555. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  556. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  557. CLANG_ENABLE_MODULES = YES;
  558. CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
  559. CODE_SIGN_STYLE = Automatic;
  560. CURRENT_PROJECT_VERSION = 1;
  561. DEVELOPMENT_TEAM = K378MFWK59;
  562. INFOPLIST_FILE = App/Info.plist;
  563. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  564. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  565. MARKETING_VERSION = 0.7.1;
  566. PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq;
  567. PRODUCT_NAME = "$(TARGET_NAME)";
  568. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
  569. SWIFT_OBJC_BRIDGING_HEADER = "App/App-Bridging-Header.h";
  570. SWIFT_VERSION = 5.0;
  571. TARGETED_DEVICE_FAMILY = "1,2";
  572. };
  573. name = Release;
  574. };
  575. 5FFF7D7627E343FA00B00DA8 /* Debug */ = {
  576. isa = XCBuildConfiguration;
  577. buildSettings = {
  578. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  579. CLANG_ENABLE_OBJC_WEAK = YES;
  580. CODE_SIGN_ENTITLEMENTS = ShareViewController/ShareViewController.entitlements;
  581. CODE_SIGN_STYLE = Automatic;
  582. CURRENT_PROJECT_VERSION = 1;
  583. DEVELOPMENT_TEAM = K378MFWK59;
  584. GENERATE_INFOPLIST_FILE = YES;
  585. INFOPLIST_FILE = ShareViewController/Info.plist;
  586. INFOPLIST_KEY_CFBundleDisplayName = ShareViewController;
  587. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  588. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  589. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
  590. MARKETING_VERSION = 0.7.1;
  591. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  592. MTL_FAST_MATH = YES;
  593. PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.ShareViewController;
  594. PRODUCT_NAME = "$(TARGET_NAME)";
  595. SKIP_INSTALL = YES;
  596. SWIFT_EMIT_LOC_STRINGS = YES;
  597. SWIFT_VERSION = 5.0;
  598. TARGETED_DEVICE_FAMILY = "1,2";
  599. };
  600. name = Debug;
  601. };
  602. 5FFF7D7727E343FA00B00DA8 /* Release */ = {
  603. isa = XCBuildConfiguration;
  604. buildSettings = {
  605. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  606. CLANG_ENABLE_OBJC_WEAK = YES;
  607. CODE_SIGN_ENTITLEMENTS = ShareViewController/ShareViewController.entitlements;
  608. CODE_SIGN_STYLE = Automatic;
  609. CURRENT_PROJECT_VERSION = 1;
  610. DEVELOPMENT_TEAM = K378MFWK59;
  611. GENERATE_INFOPLIST_FILE = YES;
  612. INFOPLIST_FILE = ShareViewController/Info.plist;
  613. INFOPLIST_KEY_CFBundleDisplayName = ShareViewController;
  614. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  615. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  616. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
  617. MARKETING_VERSION = 0.7.1;
  618. MTL_FAST_MATH = YES;
  619. PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.ShareViewController;
  620. PRODUCT_NAME = "$(TARGET_NAME)";
  621. SKIP_INSTALL = YES;
  622. SWIFT_EMIT_LOC_STRINGS = YES;
  623. SWIFT_VERSION = 5.0;
  624. TARGETED_DEVICE_FAMILY = "1,2";
  625. };
  626. name = Release;
  627. };
  628. /* End XCBuildConfiguration section */
  629. /* Begin XCConfigurationList section */
  630. 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */ = {
  631. isa = XCConfigurationList;
  632. buildConfigurations = (
  633. 504EC3141FED79650016851F /* Debug */,
  634. 504EC3151FED79650016851F /* Release */,
  635. );
  636. defaultConfigurationIsVisible = 0;
  637. defaultConfigurationName = Release;
  638. };
  639. 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "Logseq" */ = {
  640. isa = XCConfigurationList;
  641. buildConfigurations = (
  642. 504EC3171FED79650016851F /* Debug */,
  643. 504EC3181FED79650016851F /* Release */,
  644. );
  645. defaultConfigurationIsVisible = 0;
  646. defaultConfigurationName = Release;
  647. };
  648. 5FFF7D7827E343FA00B00DA8 /* Build configuration list for PBXNativeTarget "ShareViewController" */ = {
  649. isa = XCConfigurationList;
  650. buildConfigurations = (
  651. 5FFF7D7627E343FA00B00DA8 /* Debug */,
  652. 5FFF7D7727E343FA00B00DA8 /* Release */,
  653. );
  654. defaultConfigurationIsVisible = 0;
  655. defaultConfigurationName = Release;
  656. };
  657. /* End XCConfigurationList section */
  658. };
  659. rootObject = 504EC2FC1FED79650016851F /* Project object */;
  660. }