project.pbxproj 31 KB

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