project.pbxproj 45 KB

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