project.pbxproj 31 KB

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