project.pbxproj 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 70;
  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. CBF2D2DA2DE83CB8006338BE /* UILocalPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBF2D2D92DE83CB0006338BE /* UILocalPlugin.swift */; };
  25. CBF2D2E22DE95970006338BE /* AppViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBF2D2E12DE95970006338BE /* AppViewController.swift */; };
  26. D32752BE275496C60039291C /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D32752BD275496C60039291C /* CloudKit.framework */; };
  27. D3490CC62E7CE9EA00E796A6 /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3490CC52E7CE9EA00E796A6 /* WidgetKit.framework */; };
  28. D3490CC82E7CE9EA00E796A6 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3490CC72E7CE9EA00E796A6 /* SwiftUI.framework */; };
  29. D3490CD52E7CE9EB00E796A6 /* shortcutsExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = D3490CC42E7CE9EA00E796A6 /* shortcutsExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  30. D3D62A0A275C92880003FBDC /* FileContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3D62A09275C92880003FBDC /* FileContainer.swift */; };
  31. D3D62A0C275C928F0003FBDC /* FileContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = D3D62A0B275C928F0003FBDC /* FileContainer.m */; };
  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. FE96D6102A1B811A001ECE32 /* SharedData.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE96D60F2A1B811A001ECE32 /* SharedData.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. D3490CD32E7CE9EB00E796A6 /* PBXContainerItemProxy */ = {
  45. isa = PBXContainerItemProxy;
  46. containerPortal = 504EC2FC1FED79650016851F /* Project object */;
  47. proxyType = 1;
  48. remoteGlobalIDString = D3490CC32E7CE9EA00E796A6;
  49. remoteInfo = shortcutsExtension;
  50. };
  51. /* End PBXContainerItemProxy section */
  52. /* Begin PBXCopyFilesBuildPhase section */
  53. 5FFF7D7527E343FA00B00DA8 /* Embed App Extensions */ = {
  54. isa = PBXCopyFilesBuildPhase;
  55. buildActionMask = 2147483647;
  56. dstPath = "";
  57. dstSubfolderSpec = 13;
  58. files = (
  59. D3490CD52E7CE9EB00E796A6 /* shortcutsExtension.appex in Embed App Extensions */,
  60. 5FFF7D7427E343FA00B00DA8 /* ShareViewController.appex in Embed App Extensions */,
  61. );
  62. name = "Embed App Extensions";
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. /* End PBXCopyFilesBuildPhase section */
  66. /* Begin PBXFileReference section */
  67. 2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
  68. 50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
  69. 504EC3041FED79650016851F /* Logseq.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Logseq.app; sourceTree = BUILT_PRODUCTS_DIR; };
  70. 504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  71. 504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  72. 504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  73. 504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  74. 504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  75. 50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
  76. 5FF86329283B5ADB0047731B /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
  77. 5FF8632B283B5BFD0047731B /* Utils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Utils.m; sourceTree = "<group>"; };
  78. 5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ShareViewController.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  79. 5FFF7D6C27E343FA00B00DA8 /* ShareViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareViewController.swift; sourceTree = "<group>"; };
  80. 5FFF7D6F27E343FA00B00DA8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
  81. 5FFF7D7127E343FA00B00DA8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  82. 5FFF7D7927E4E70700B00DA8 /* ShareViewController.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ShareViewController.entitlements; sourceTree = "<group>"; };
  83. 7435D10B2704659F00AB88E0 /* FolderPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FolderPicker.swift; sourceTree = "<group>"; };
  84. 7435D10D2704660A00AB88E0 /* App-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "App-Bridging-Header.h"; sourceTree = "<group>"; };
  85. 7435D10E2704660B00AB88E0 /* FolderPicker.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FolderPicker.m; sourceTree = "<group>"; };
  86. 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>"; };
  87. B2E26D73EA097D0B3B22942E /* Pods_Logseq.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Logseq.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  88. CBF2D2D92DE83CB0006338BE /* UILocalPlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UILocalPlugin.swift; sourceTree = "<group>"; };
  89. CBF2D2E12DE95970006338BE /* AppViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppViewController.swift; sourceTree = "<group>"; };
  90. D32752BC275496A60039291C /* App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; };
  91. D32752BD275496C60039291C /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
  92. D32752BF2754C5AB0039291C /* AppDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AppDebug.entitlements; sourceTree = "<group>"; };
  93. D3490CC42E7CE9EA00E796A6 /* shortcutsExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = shortcutsExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  94. D3490CC52E7CE9EA00E796A6 /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; };
  95. D3490CC72E7CE9EA00E796A6 /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; };
  96. D3490CDA2E7CEA3900E796A6 /* shortcutsExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = shortcutsExtension.entitlements; sourceTree = "<group>"; };
  97. D3D62A09275C92880003FBDC /* FileContainer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileContainer.swift; sourceTree = "<group>"; };
  98. D3D62A0B275C928F0003FBDC /* FileContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FileContainer.m; sourceTree = "<group>"; };
  99. 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>"; };
  100. FE647FF327BDFEDE00F3206B /* FsWatcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FsWatcher.swift; sourceTree = "<group>"; };
  101. FE647FF527BDFEF500F3206B /* FsWatcher.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FsWatcher.m; sourceTree = "<group>"; };
  102. FE96D60F2A1B811A001ECE32 /* SharedData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharedData.swift; sourceTree = "<group>"; };
  103. /* End PBXFileReference section */
  104. /* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
  105. D3490CD82E7CE9EB00E796A6 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = {
  106. isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
  107. membershipExceptions = (
  108. Info.plist,
  109. );
  110. target = D3490CC32E7CE9EA00E796A6 /* shortcutsExtension */;
  111. };
  112. /* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
  113. /* Begin PBXFileSystemSynchronizedRootGroup section */
  114. D3490CC92E7CE9EA00E796A6 /* shortcuts */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (D3490CD82E7CE9EB00E796A6 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = shortcuts; sourceTree = "<group>"; };
  115. /* End PBXFileSystemSynchronizedRootGroup section */
  116. /* Begin PBXFrameworksBuildPhase section */
  117. 504EC3011FED79650016851F /* Frameworks */ = {
  118. isa = PBXFrameworksBuildPhase;
  119. buildActionMask = 2147483647;
  120. files = (
  121. D32752BE275496C60039291C /* CloudKit.framework in Frameworks */,
  122. C3718FCEFAECFFB66E93FFC4 /* Pods_Logseq.framework in Frameworks */,
  123. );
  124. runOnlyForDeploymentPostprocessing = 0;
  125. };
  126. 5FFF7D6727E343FA00B00DA8 /* Frameworks */ = {
  127. isa = PBXFrameworksBuildPhase;
  128. buildActionMask = 2147483647;
  129. files = (
  130. );
  131. runOnlyForDeploymentPostprocessing = 0;
  132. };
  133. D3490CC12E7CE9EA00E796A6 /* Frameworks */ = {
  134. isa = PBXFrameworksBuildPhase;
  135. buildActionMask = 2147483647;
  136. files = (
  137. D3490CC82E7CE9EA00E796A6 /* SwiftUI.framework in Frameworks */,
  138. D3490CC62E7CE9EA00E796A6 /* WidgetKit.framework in Frameworks */,
  139. );
  140. runOnlyForDeploymentPostprocessing = 0;
  141. };
  142. /* End PBXFrameworksBuildPhase section */
  143. /* Begin PBXGroup section */
  144. 504EC2FB1FED79650016851F = {
  145. isa = PBXGroup;
  146. children = (
  147. D3490CDA2E7CEA3900E796A6 /* shortcutsExtension.entitlements */,
  148. 504EC3061FED79650016851F /* App */,
  149. 5FFF7D6B27E343FA00B00DA8 /* ShareViewController */,
  150. D3490CC92E7CE9EA00E796A6 /* shortcuts */,
  151. 504EC3051FED79650016851F /* Products */,
  152. D337740F89DEEAD18C87762B /* Pods */,
  153. 9FC5AB18C7E7E43B09B33A61 /* Frameworks */,
  154. );
  155. sourceTree = "<group>";
  156. };
  157. 504EC3051FED79650016851F /* Products */ = {
  158. isa = PBXGroup;
  159. children = (
  160. 504EC3041FED79650016851F /* Logseq.app */,
  161. 5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */,
  162. D3490CC42E7CE9EA00E796A6 /* shortcutsExtension.appex */,
  163. );
  164. name = Products;
  165. sourceTree = "<group>";
  166. };
  167. 504EC3061FED79650016851F /* App */ = {
  168. isa = PBXGroup;
  169. children = (
  170. CBF2D2E12DE95970006338BE /* AppViewController.swift */,
  171. CBF2D2D92DE83CB0006338BE /* UILocalPlugin.swift */,
  172. 5FF86329283B5ADB0047731B /* Utils.swift */,
  173. 5FF8632B283B5BFD0047731B /* Utils.m */,
  174. D32752BF2754C5AB0039291C /* AppDebug.entitlements */,
  175. D32752BC275496A60039291C /* App.entitlements */,
  176. 50379B222058CBB4000EE86E /* capacitor.config.json */,
  177. 504EC3071FED79650016851F /* AppDelegate.swift */,
  178. 504EC30B1FED79650016851F /* Main.storyboard */,
  179. 504EC30E1FED79650016851F /* Assets.xcassets */,
  180. 504EC3101FED79650016851F /* LaunchScreen.storyboard */,
  181. 504EC3131FED79650016851F /* Info.plist */,
  182. 2FAD9762203C412B000D30F8 /* config.xml */,
  183. 50B271D01FEDC1A000F3C39B /* public */,
  184. 7435D10B2704659F00AB88E0 /* FolderPicker.swift */,
  185. FE647FF327BDFEDE00F3206B /* FsWatcher.swift */,
  186. FE647FF527BDFEF500F3206B /* FsWatcher.m */,
  187. 7435D10E2704660B00AB88E0 /* FolderPicker.m */,
  188. D3D62A09275C92880003FBDC /* FileContainer.swift */,
  189. D3D62A0B275C928F0003FBDC /* FileContainer.m */,
  190. 7435D10D2704660A00AB88E0 /* App-Bridging-Header.h */,
  191. );
  192. path = App;
  193. sourceTree = "<group>";
  194. };
  195. 5FFF7D6B27E343FA00B00DA8 /* ShareViewController */ = {
  196. isa = PBXGroup;
  197. children = (
  198. 5FFF7D7927E4E70700B00DA8 /* ShareViewController.entitlements */,
  199. 5FFF7D6C27E343FA00B00DA8 /* ShareViewController.swift */,
  200. FE96D60F2A1B811A001ECE32 /* SharedData.swift */,
  201. 5FFF7D6E27E343FA00B00DA8 /* MainInterface.storyboard */,
  202. 5FFF7D7127E343FA00B00DA8 /* Info.plist */,
  203. );
  204. path = ShareViewController;
  205. sourceTree = "<group>";
  206. };
  207. 9FC5AB18C7E7E43B09B33A61 /* Frameworks */ = {
  208. isa = PBXGroup;
  209. children = (
  210. D32752BD275496C60039291C /* CloudKit.framework */,
  211. B2E26D73EA097D0B3B22942E /* Pods_Logseq.framework */,
  212. D3490CC52E7CE9EA00E796A6 /* WidgetKit.framework */,
  213. D3490CC72E7CE9EA00E796A6 /* SwiftUI.framework */,
  214. );
  215. name = Frameworks;
  216. sourceTree = "<group>";
  217. };
  218. D337740F89DEEAD18C87762B /* Pods */ = {
  219. isa = PBXGroup;
  220. children = (
  221. DE5650F4AD4E2242AB9C012D /* Pods-Logseq.debug.xcconfig */,
  222. 8A489CEC51E94726DDD58810 /* Pods-Logseq.release.xcconfig */,
  223. );
  224. path = Pods;
  225. sourceTree = "<group>";
  226. };
  227. /* End PBXGroup section */
  228. /* Begin PBXNativeTarget section */
  229. 504EC3031FED79650016851F /* Logseq */ = {
  230. isa = PBXNativeTarget;
  231. buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "Logseq" */;
  232. buildPhases = (
  233. 818545F0788D5DB466761623 /* [CP] Check Pods Manifest.lock */,
  234. 504EC3001FED79650016851F /* Sources */,
  235. 504EC3011FED79650016851F /* Frameworks */,
  236. 504EC3021FED79650016851F /* Resources */,
  237. 4BF32F1E9453A6AB603D7CD2 /* [CP] Embed Pods Frameworks */,
  238. 5FFF7D7527E343FA00B00DA8 /* Embed App Extensions */,
  239. );
  240. buildRules = (
  241. );
  242. dependencies = (
  243. 5FFF7D7327E343FA00B00DA8 /* PBXTargetDependency */,
  244. D3490CD42E7CE9EB00E796A6 /* PBXTargetDependency */,
  245. );
  246. name = Logseq;
  247. productName = App;
  248. productReference = 504EC3041FED79650016851F /* Logseq.app */;
  249. productType = "com.apple.product-type.application";
  250. };
  251. 5FFF7D6927E343FA00B00DA8 /* ShareViewController */ = {
  252. isa = PBXNativeTarget;
  253. buildConfigurationList = 5FFF7D7827E343FA00B00DA8 /* Build configuration list for PBXNativeTarget "ShareViewController" */;
  254. buildPhases = (
  255. 5FFF7D6627E343FA00B00DA8 /* Sources */,
  256. 5FFF7D6727E343FA00B00DA8 /* Frameworks */,
  257. 5FFF7D6827E343FA00B00DA8 /* Resources */,
  258. );
  259. buildRules = (
  260. );
  261. dependencies = (
  262. );
  263. name = ShareViewController;
  264. productName = ShareViewController;
  265. productReference = 5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */;
  266. productType = "com.apple.product-type.app-extension";
  267. };
  268. D3490CC32E7CE9EA00E796A6 /* shortcutsExtension */ = {
  269. isa = PBXNativeTarget;
  270. buildConfigurationList = D3490CD92E7CE9EB00E796A6 /* Build configuration list for PBXNativeTarget "shortcutsExtension" */;
  271. buildPhases = (
  272. D3490CC02E7CE9EA00E796A6 /* Sources */,
  273. D3490CC12E7CE9EA00E796A6 /* Frameworks */,
  274. D3490CC22E7CE9EA00E796A6 /* Resources */,
  275. );
  276. buildRules = (
  277. );
  278. dependencies = (
  279. );
  280. fileSystemSynchronizedGroups = (
  281. D3490CC92E7CE9EA00E796A6 /* shortcuts */,
  282. );
  283. name = shortcutsExtension;
  284. packageProductDependencies = (
  285. );
  286. productName = shortcutsExtension;
  287. productReference = D3490CC42E7CE9EA00E796A6 /* shortcutsExtension.appex */;
  288. productType = "com.apple.product-type.app-extension";
  289. };
  290. /* End PBXNativeTarget section */
  291. /* Begin PBXProject section */
  292. 504EC2FC1FED79650016851F /* Project object */ = {
  293. isa = PBXProject;
  294. attributes = {
  295. LastSwiftUpdateCheck = 2600;
  296. LastUpgradeCheck = 1310;
  297. TargetAttributes = {
  298. 504EC3031FED79650016851F = {
  299. CreatedOnToolsVersion = 9.2;
  300. LastSwiftMigration = 1250;
  301. ProvisioningStyle = Automatic;
  302. };
  303. 5FFF7D6927E343FA00B00DA8 = {
  304. CreatedOnToolsVersion = 13.3;
  305. ProvisioningStyle = Automatic;
  306. };
  307. D3490CC32E7CE9EA00E796A6 = {
  308. CreatedOnToolsVersion = 26.0;
  309. };
  310. };
  311. };
  312. buildConfigurationList = 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */;
  313. compatibilityVersion = "Xcode 8.0";
  314. developmentRegion = en;
  315. hasScannedForEncodings = 0;
  316. knownRegions = (
  317. en,
  318. Base,
  319. );
  320. mainGroup = 504EC2FB1FED79650016851F;
  321. productRefGroup = 504EC3051FED79650016851F /* Products */;
  322. projectDirPath = "";
  323. projectRoot = "";
  324. targets = (
  325. 504EC3031FED79650016851F /* Logseq */,
  326. 5FFF7D6927E343FA00B00DA8 /* ShareViewController */,
  327. D3490CC32E7CE9EA00E796A6 /* shortcutsExtension */,
  328. );
  329. };
  330. /* End PBXProject section */
  331. /* Begin PBXResourcesBuildPhase section */
  332. 504EC3021FED79650016851F /* Resources */ = {
  333. isa = PBXResourcesBuildPhase;
  334. buildActionMask = 2147483647;
  335. files = (
  336. 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */,
  337. 50B271D11FEDC1A000F3C39B /* public in Resources */,
  338. 504EC30F1FED79650016851F /* Assets.xcassets in Resources */,
  339. 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */,
  340. 504EC30D1FED79650016851F /* Main.storyboard in Resources */,
  341. 2FAD9763203C412B000D30F8 /* config.xml in Resources */,
  342. );
  343. runOnlyForDeploymentPostprocessing = 0;
  344. };
  345. 5FFF7D6827E343FA00B00DA8 /* Resources */ = {
  346. isa = PBXResourcesBuildPhase;
  347. buildActionMask = 2147483647;
  348. files = (
  349. 5FFF7D7027E343FA00B00DA8 /* MainInterface.storyboard in Resources */,
  350. );
  351. runOnlyForDeploymentPostprocessing = 0;
  352. };
  353. D3490CC22E7CE9EA00E796A6 /* Resources */ = {
  354. isa = PBXResourcesBuildPhase;
  355. buildActionMask = 2147483647;
  356. files = (
  357. );
  358. runOnlyForDeploymentPostprocessing = 0;
  359. };
  360. /* End PBXResourcesBuildPhase section */
  361. /* Begin PBXShellScriptBuildPhase section */
  362. 4BF32F1E9453A6AB603D7CD2 /* [CP] Embed Pods Frameworks */ = {
  363. isa = PBXShellScriptBuildPhase;
  364. buildActionMask = 2147483647;
  365. files = (
  366. );
  367. inputPaths = (
  368. );
  369. name = "[CP] Embed Pods Frameworks";
  370. outputPaths = (
  371. );
  372. runOnlyForDeploymentPostprocessing = 0;
  373. shellPath = /bin/sh;
  374. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Logseq/Pods-Logseq-frameworks.sh\"\n";
  375. showEnvVarsInLog = 0;
  376. };
  377. 818545F0788D5DB466761623 /* [CP] Check Pods Manifest.lock */ = {
  378. isa = PBXShellScriptBuildPhase;
  379. buildActionMask = 2147483647;
  380. files = (
  381. );
  382. inputFileListPaths = (
  383. );
  384. inputPaths = (
  385. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  386. "${PODS_ROOT}/Manifest.lock",
  387. );
  388. name = "[CP] Check Pods Manifest.lock";
  389. outputFileListPaths = (
  390. );
  391. outputPaths = (
  392. "$(DERIVED_FILE_DIR)/Pods-Logseq-checkManifestLockResult.txt",
  393. );
  394. runOnlyForDeploymentPostprocessing = 0;
  395. shellPath = /bin/sh;
  396. 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";
  397. showEnvVarsInLog = 0;
  398. };
  399. /* End PBXShellScriptBuildPhase section */
  400. /* Begin PBXSourcesBuildPhase section */
  401. 504EC3001FED79650016851F /* Sources */ = {
  402. isa = PBXSourcesBuildPhase;
  403. buildActionMask = 2147483647;
  404. files = (
  405. 504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
  406. 5FF8632C283B5BFD0047731B /* Utils.m in Sources */,
  407. FE647FF427BDFEDE00F3206B /* FsWatcher.swift in Sources */,
  408. 5FF8632A283B5ADB0047731B /* Utils.swift in Sources */,
  409. CBF2D2E22DE95970006338BE /* AppViewController.swift in Sources */,
  410. D3D62A0A275C92880003FBDC /* FileContainer.swift in Sources */,
  411. CBF2D2DA2DE83CB8006338BE /* UILocalPlugin.swift in Sources */,
  412. D3D62A0C275C928F0003FBDC /* FileContainer.m in Sources */,
  413. 7435D10F2704660B00AB88E0 /* FolderPicker.m in Sources */,
  414. 7435D10C2704659F00AB88E0 /* FolderPicker.swift in Sources */,
  415. FE647FF627BDFEF500F3206B /* FsWatcher.m in Sources */,
  416. );
  417. runOnlyForDeploymentPostprocessing = 0;
  418. };
  419. 5FFF7D6627E343FA00B00DA8 /* Sources */ = {
  420. isa = PBXSourcesBuildPhase;
  421. buildActionMask = 2147483647;
  422. files = (
  423. FE96D6102A1B811A001ECE32 /* SharedData.swift in Sources */,
  424. 5FFF7D6D27E343FA00B00DA8 /* ShareViewController.swift in Sources */,
  425. );
  426. runOnlyForDeploymentPostprocessing = 0;
  427. };
  428. D3490CC02E7CE9EA00E796A6 /* Sources */ = {
  429. isa = PBXSourcesBuildPhase;
  430. buildActionMask = 2147483647;
  431. files = (
  432. );
  433. runOnlyForDeploymentPostprocessing = 0;
  434. };
  435. /* End PBXSourcesBuildPhase section */
  436. /* Begin PBXTargetDependency section */
  437. 5FFF7D7327E343FA00B00DA8 /* PBXTargetDependency */ = {
  438. isa = PBXTargetDependency;
  439. target = 5FFF7D6927E343FA00B00DA8 /* ShareViewController */;
  440. targetProxy = 5FFF7D7227E343FA00B00DA8 /* PBXContainerItemProxy */;
  441. };
  442. D3490CD42E7CE9EB00E796A6 /* PBXTargetDependency */ = {
  443. isa = PBXTargetDependency;
  444. target = D3490CC32E7CE9EA00E796A6 /* shortcutsExtension */;
  445. targetProxy = D3490CD32E7CE9EB00E796A6 /* PBXContainerItemProxy */;
  446. };
  447. /* End PBXTargetDependency section */
  448. /* Begin PBXVariantGroup section */
  449. 504EC30B1FED79650016851F /* Main.storyboard */ = {
  450. isa = PBXVariantGroup;
  451. children = (
  452. 504EC30C1FED79650016851F /* Base */,
  453. );
  454. name = Main.storyboard;
  455. sourceTree = "<group>";
  456. };
  457. 504EC3101FED79650016851F /* LaunchScreen.storyboard */ = {
  458. isa = PBXVariantGroup;
  459. children = (
  460. 504EC3111FED79650016851F /* Base */,
  461. );
  462. name = LaunchScreen.storyboard;
  463. sourceTree = "<group>";
  464. };
  465. 5FFF7D6E27E343FA00B00DA8 /* MainInterface.storyboard */ = {
  466. isa = PBXVariantGroup;
  467. children = (
  468. 5FFF7D6F27E343FA00B00DA8 /* Base */,
  469. );
  470. name = MainInterface.storyboard;
  471. sourceTree = "<group>";
  472. };
  473. /* End PBXVariantGroup section */
  474. /* Begin XCBuildConfiguration section */
  475. 504EC3141FED79650016851F /* Debug */ = {
  476. isa = XCBuildConfiguration;
  477. buildSettings = {
  478. ALWAYS_SEARCH_USER_PATHS = NO;
  479. CLANG_ANALYZER_NONNULL = YES;
  480. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  481. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  482. CLANG_CXX_LIBRARY = "libc++";
  483. CLANG_ENABLE_MODULES = YES;
  484. CLANG_ENABLE_OBJC_ARC = YES;
  485. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  486. CLANG_WARN_BOOL_CONVERSION = YES;
  487. CLANG_WARN_COMMA = YES;
  488. CLANG_WARN_CONSTANT_CONVERSION = YES;
  489. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  490. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  491. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  492. CLANG_WARN_EMPTY_BODY = YES;
  493. CLANG_WARN_ENUM_CONVERSION = YES;
  494. CLANG_WARN_INFINITE_RECURSION = YES;
  495. CLANG_WARN_INT_CONVERSION = YES;
  496. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  497. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  498. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  499. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  500. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  501. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  502. CLANG_WARN_STRICT_PROTOTYPES = YES;
  503. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  504. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  505. CLANG_WARN_UNREACHABLE_CODE = YES;
  506. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  507. CODE_SIGN_IDENTITY = "iPhone Developer";
  508. COPY_PHASE_STRIP = NO;
  509. DEBUG_INFORMATION_FORMAT = dwarf;
  510. ENABLE_STRICT_OBJC_MSGSEND = YES;
  511. ENABLE_TESTABILITY = YES;
  512. GCC_C_LANGUAGE_STANDARD = gnu11;
  513. GCC_DYNAMIC_NO_PIC = NO;
  514. GCC_NO_COMMON_BLOCKS = YES;
  515. GCC_OPTIMIZATION_LEVEL = 0;
  516. GCC_PREPROCESSOR_DEFINITIONS = (
  517. "DEBUG=1",
  518. "$(inherited)",
  519. );
  520. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  521. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  522. GCC_WARN_UNDECLARED_SELECTOR = YES;
  523. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  524. GCC_WARN_UNUSED_FUNCTION = YES;
  525. GCC_WARN_UNUSED_VARIABLE = YES;
  526. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  527. MTL_ENABLE_DEBUG_INFO = YES;
  528. ONLY_ACTIVE_ARCH = YES;
  529. SDKROOT = iphoneos;
  530. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  531. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  532. };
  533. name = Debug;
  534. };
  535. 504EC3151FED79650016851F /* Release */ = {
  536. isa = XCBuildConfiguration;
  537. buildSettings = {
  538. ALWAYS_SEARCH_USER_PATHS = NO;
  539. CLANG_ANALYZER_NONNULL = YES;
  540. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  541. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  542. CLANG_CXX_LIBRARY = "libc++";
  543. CLANG_ENABLE_MODULES = YES;
  544. CLANG_ENABLE_OBJC_ARC = YES;
  545. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  546. CLANG_WARN_BOOL_CONVERSION = YES;
  547. CLANG_WARN_COMMA = YES;
  548. CLANG_WARN_CONSTANT_CONVERSION = YES;
  549. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  550. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  551. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  552. CLANG_WARN_EMPTY_BODY = YES;
  553. CLANG_WARN_ENUM_CONVERSION = YES;
  554. CLANG_WARN_INFINITE_RECURSION = YES;
  555. CLANG_WARN_INT_CONVERSION = YES;
  556. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  557. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  558. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  559. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  560. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  561. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  562. CLANG_WARN_STRICT_PROTOTYPES = YES;
  563. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  564. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  565. CLANG_WARN_UNREACHABLE_CODE = YES;
  566. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  567. CODE_SIGN_IDENTITY = "iPhone Developer";
  568. COPY_PHASE_STRIP = NO;
  569. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  570. ENABLE_NS_ASSERTIONS = NO;
  571. ENABLE_STRICT_OBJC_MSGSEND = YES;
  572. GCC_C_LANGUAGE_STANDARD = gnu11;
  573. GCC_NO_COMMON_BLOCKS = YES;
  574. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  575. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  576. GCC_WARN_UNDECLARED_SELECTOR = YES;
  577. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  578. GCC_WARN_UNUSED_FUNCTION = YES;
  579. GCC_WARN_UNUSED_VARIABLE = YES;
  580. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  581. MTL_ENABLE_DEBUG_INFO = NO;
  582. SDKROOT = iphoneos;
  583. SWIFT_COMPILATION_MODE = wholemodule;
  584. SWIFT_OPTIMIZATION_LEVEL = "-O";
  585. VALIDATE_PRODUCT = YES;
  586. };
  587. name = Release;
  588. };
  589. 504EC3171FED79650016851F /* Debug */ = {
  590. isa = XCBuildConfiguration;
  591. baseConfigurationReference = DE5650F4AD4E2242AB9C012D /* Pods-Logseq.debug.xcconfig */;
  592. buildSettings = {
  593. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  594. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  595. CLANG_ENABLE_MODULES = YES;
  596. CODE_SIGN_ENTITLEMENTS = App/AppDebug.entitlements;
  597. CODE_SIGN_IDENTITY = "Apple Development";
  598. CODE_SIGN_STYLE = Automatic;
  599. CURRENT_PROJECT_VERSION = 1;
  600. DEVELOPMENT_TEAM = K378MFWK59;
  601. ENABLE_BITCODE = NO;
  602. INFOPLIST_FILE = App/Info.plist;
  603. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  604. LD_RUNPATH_SEARCH_PATHS = (
  605. "$(inherited)",
  606. "@executable_path/Frameworks",
  607. );
  608. MARKETING_VERSION = 0.11.0;
  609. OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
  610. PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq;
  611. PRODUCT_NAME = "$(TARGET_NAME)";
  612. PROVISIONING_PROFILE_SPECIFIER = "";
  613. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  614. SWIFT_OBJC_BRIDGING_HEADER = "App/App-Bridging-Header.h";
  615. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  616. SWIFT_VERSION = 5.0;
  617. TARGETED_DEVICE_FAMILY = "1,2";
  618. };
  619. name = Debug;
  620. };
  621. 504EC3181FED79650016851F /* Release */ = {
  622. isa = XCBuildConfiguration;
  623. baseConfigurationReference = 8A489CEC51E94726DDD58810 /* Pods-Logseq.release.xcconfig */;
  624. buildSettings = {
  625. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  626. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  627. CLANG_ENABLE_MODULES = YES;
  628. CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
  629. CODE_SIGN_IDENTITY = "Apple Development";
  630. CODE_SIGN_STYLE = Automatic;
  631. CURRENT_PROJECT_VERSION = 1;
  632. DEVELOPMENT_TEAM = K378MFWK59;
  633. ENABLE_BITCODE = NO;
  634. INFOPLIST_FILE = App/Info.plist;
  635. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  636. LD_RUNPATH_SEARCH_PATHS = (
  637. "$(inherited)",
  638. "@executable_path/Frameworks",
  639. );
  640. MARKETING_VERSION = 0.11.0;
  641. PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq;
  642. PRODUCT_NAME = "$(TARGET_NAME)";
  643. PROVISIONING_PROFILE_SPECIFIER = "";
  644. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
  645. SWIFT_OBJC_BRIDGING_HEADER = "App/App-Bridging-Header.h";
  646. SWIFT_VERSION = 5.0;
  647. TARGETED_DEVICE_FAMILY = "1,2";
  648. };
  649. name = Release;
  650. };
  651. 5FFF7D7627E343FA00B00DA8 /* Debug */ = {
  652. isa = XCBuildConfiguration;
  653. buildSettings = {
  654. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  655. CLANG_ENABLE_OBJC_WEAK = YES;
  656. CODE_SIGN_ENTITLEMENTS = ShareViewController/ShareViewController.entitlements;
  657. CODE_SIGN_IDENTITY = "Apple Development";
  658. CODE_SIGN_STYLE = Automatic;
  659. CURRENT_PROJECT_VERSION = 1;
  660. DEVELOPMENT_TEAM = K378MFWK59;
  661. GENERATE_INFOPLIST_FILE = YES;
  662. INFOPLIST_FILE = ShareViewController/Info.plist;
  663. INFOPLIST_KEY_CFBundleDisplayName = ShareViewController;
  664. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  665. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  666. LD_RUNPATH_SEARCH_PATHS = (
  667. "$(inherited)",
  668. "@executable_path/Frameworks",
  669. "@executable_path/../../Frameworks",
  670. );
  671. MARKETING_VERSION = 0.11.0;
  672. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  673. MTL_FAST_MATH = YES;
  674. PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.ShareViewController;
  675. PRODUCT_NAME = "$(TARGET_NAME)";
  676. PROVISIONING_PROFILE_SPECIFIER = "";
  677. SKIP_INSTALL = YES;
  678. SWIFT_EMIT_LOC_STRINGS = YES;
  679. SWIFT_VERSION = 5.0;
  680. TARGETED_DEVICE_FAMILY = "1,2";
  681. };
  682. name = Debug;
  683. };
  684. 5FFF7D7727E343FA00B00DA8 /* Release */ = {
  685. isa = XCBuildConfiguration;
  686. buildSettings = {
  687. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  688. CLANG_ENABLE_OBJC_WEAK = YES;
  689. CODE_SIGN_ENTITLEMENTS = ShareViewController/ShareViewController.entitlements;
  690. CODE_SIGN_IDENTITY = "Apple Development";
  691. CODE_SIGN_STYLE = Automatic;
  692. CURRENT_PROJECT_VERSION = 1;
  693. DEVELOPMENT_TEAM = K378MFWK59;
  694. GENERATE_INFOPLIST_FILE = YES;
  695. INFOPLIST_FILE = ShareViewController/Info.plist;
  696. INFOPLIST_KEY_CFBundleDisplayName = ShareViewController;
  697. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  698. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  699. LD_RUNPATH_SEARCH_PATHS = (
  700. "$(inherited)",
  701. "@executable_path/Frameworks",
  702. "@executable_path/../../Frameworks",
  703. );
  704. MARKETING_VERSION = 0.11.0;
  705. MTL_FAST_MATH = YES;
  706. PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.ShareViewController;
  707. PRODUCT_NAME = "$(TARGET_NAME)";
  708. PROVISIONING_PROFILE_SPECIFIER = "";
  709. SKIP_INSTALL = YES;
  710. SWIFT_EMIT_LOC_STRINGS = YES;
  711. SWIFT_VERSION = 5.0;
  712. TARGETED_DEVICE_FAMILY = "1,2";
  713. };
  714. name = Release;
  715. };
  716. D3490CD62E7CE9EB00E796A6 /* Debug */ = {
  717. isa = XCBuildConfiguration;
  718. buildSettings = {
  719. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  720. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  721. ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
  722. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  723. CLANG_ENABLE_OBJC_WEAK = YES;
  724. CODE_SIGN_ENTITLEMENTS = shortcutsExtension.entitlements;
  725. CODE_SIGN_IDENTITY = "Apple Development";
  726. CODE_SIGN_STYLE = Automatic;
  727. CURRENT_PROJECT_VERSION = 1;
  728. DEVELOPMENT_TEAM = K378MFWK59;
  729. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  730. GCC_C_LANGUAGE_STANDARD = gnu17;
  731. GENERATE_INFOPLIST_FILE = YES;
  732. INFOPLIST_FILE = shortcuts/Info.plist;
  733. INFOPLIST_KEY_CFBundleDisplayName = shortcuts;
  734. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  735. IPHONEOS_DEPLOYMENT_TARGET = 26.0;
  736. LD_RUNPATH_SEARCH_PATHS = (
  737. "$(inherited)",
  738. "@executable_path/Frameworks",
  739. "@executable_path/../../Frameworks",
  740. );
  741. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  742. MARKETING_VERSION = 1.0;
  743. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  744. MTL_FAST_MATH = YES;
  745. PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.shortcuts;
  746. PRODUCT_NAME = "$(TARGET_NAME)";
  747. SKIP_INSTALL = YES;
  748. STRING_CATALOG_GENERATE_SYMBOLS = YES;
  749. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  750. SWIFT_APPROACHABLE_CONCURRENCY = YES;
  751. SWIFT_EMIT_LOC_STRINGS = YES;
  752. SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
  753. SWIFT_VERSION = 5.0;
  754. TARGETED_DEVICE_FAMILY = "1,2";
  755. };
  756. name = Debug;
  757. };
  758. D3490CD72E7CE9EB00E796A6 /* Release */ = {
  759. isa = XCBuildConfiguration;
  760. buildSettings = {
  761. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  762. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  763. ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
  764. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  765. CLANG_ENABLE_OBJC_WEAK = YES;
  766. CODE_SIGN_ENTITLEMENTS = shortcutsExtension.entitlements;
  767. CODE_SIGN_IDENTITY = "Apple Development";
  768. CODE_SIGN_STYLE = Automatic;
  769. CURRENT_PROJECT_VERSION = 1;
  770. DEVELOPMENT_TEAM = K378MFWK59;
  771. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  772. GCC_C_LANGUAGE_STANDARD = gnu17;
  773. GENERATE_INFOPLIST_FILE = YES;
  774. INFOPLIST_FILE = shortcuts/Info.plist;
  775. INFOPLIST_KEY_CFBundleDisplayName = shortcuts;
  776. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  777. IPHONEOS_DEPLOYMENT_TARGET = 26.0;
  778. LD_RUNPATH_SEARCH_PATHS = (
  779. "$(inherited)",
  780. "@executable_path/Frameworks",
  781. "@executable_path/../../Frameworks",
  782. );
  783. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  784. MARKETING_VERSION = 1.0;
  785. MTL_FAST_MATH = YES;
  786. PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.shortcuts;
  787. PRODUCT_NAME = "$(TARGET_NAME)";
  788. SKIP_INSTALL = YES;
  789. STRING_CATALOG_GENERATE_SYMBOLS = YES;
  790. SWIFT_APPROACHABLE_CONCURRENCY = YES;
  791. SWIFT_EMIT_LOC_STRINGS = YES;
  792. SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
  793. SWIFT_VERSION = 5.0;
  794. TARGETED_DEVICE_FAMILY = "1,2";
  795. };
  796. name = Release;
  797. };
  798. /* End XCBuildConfiguration section */
  799. /* Begin XCConfigurationList section */
  800. 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */ = {
  801. isa = XCConfigurationList;
  802. buildConfigurations = (
  803. 504EC3141FED79650016851F /* Debug */,
  804. 504EC3151FED79650016851F /* Release */,
  805. );
  806. defaultConfigurationIsVisible = 0;
  807. defaultConfigurationName = Release;
  808. };
  809. 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "Logseq" */ = {
  810. isa = XCConfigurationList;
  811. buildConfigurations = (
  812. 504EC3171FED79650016851F /* Debug */,
  813. 504EC3181FED79650016851F /* Release */,
  814. );
  815. defaultConfigurationIsVisible = 0;
  816. defaultConfigurationName = Release;
  817. };
  818. 5FFF7D7827E343FA00B00DA8 /* Build configuration list for PBXNativeTarget "ShareViewController" */ = {
  819. isa = XCConfigurationList;
  820. buildConfigurations = (
  821. 5FFF7D7627E343FA00B00DA8 /* Debug */,
  822. 5FFF7D7727E343FA00B00DA8 /* Release */,
  823. );
  824. defaultConfigurationIsVisible = 0;
  825. defaultConfigurationName = Release;
  826. };
  827. D3490CD92E7CE9EB00E796A6 /* Build configuration list for PBXNativeTarget "shortcutsExtension" */ = {
  828. isa = XCConfigurationList;
  829. buildConfigurations = (
  830. D3490CD62E7CE9EB00E796A6 /* Debug */,
  831. D3490CD72E7CE9EB00E796A6 /* Release */,
  832. );
  833. defaultConfigurationIsVisible = 0;
  834. defaultConfigurationName = Release;
  835. };
  836. /* End XCConfigurationList section */
  837. };
  838. rootObject = 504EC2FC1FED79650016851F /* Project object */;
  839. }