Browse Source

add liquid tabs plugin

Tienson Qin 1 month ago
parent
commit
35999bce99

+ 846 - 842
ios/App/App.xcodeproj/project.pbxproj

@@ -1,896 +1,900 @@
 // !$*UTF8*$!
 {
-	archiveVersion = 1;
-	classes = {
-	};
-	objectVersion = 70;
-	objects = {
+        archiveVersion = 1;
+        classes = {
+        };
+        objectVersion = 77;
+        objects = {
 
 /* Begin PBXBuildFile section */
-		2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; };
-		50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; };
-		504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; };
-		504EC30D1FED79650016851F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30B1FED79650016851F /* Main.storyboard */; };
-		504EC30F1FED79650016851F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30E1FED79650016851F /* Assets.xcassets */; };
-		504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC3101FED79650016851F /* LaunchScreen.storyboard */; };
-		50B271D11FEDC1A000F3C39B /* public in Resources */ = {isa = PBXBuildFile; fileRef = 50B271D01FEDC1A000F3C39B /* public */; };
-		5FF8632A283B5ADB0047731B /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FF86329283B5ADB0047731B /* Utils.swift */; };
-		5FF8632C283B5BFD0047731B /* Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FF8632B283B5BFD0047731B /* Utils.m */; };
-		5FFF7D6D27E343FA00B00DA8 /* ShareViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FFF7D6C27E343FA00B00DA8 /* ShareViewController.swift */; };
-		5FFF7D7027E343FA00B00DA8 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5FFF7D6E27E343FA00B00DA8 /* MainInterface.storyboard */; };
-		5FFF7D7427E343FA00B00DA8 /* ShareViewController.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
-		7435D10C2704659F00AB88E0 /* FolderPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7435D10B2704659F00AB88E0 /* FolderPicker.swift */; };
-		7435D10F2704660B00AB88E0 /* FolderPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 7435D10E2704660B00AB88E0 /* FolderPicker.m */; };
-		A1B2C3D41E2F3A4B5C6D7E90 /* NativePageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D41E2F3A4B5C6D7E8F /* NativePageViewController.swift */; };
-		A1B2C3D41E2F3A4B5C6D7E92 /* SharedWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D41E2F3A4B5C6D7E91 /* SharedWebViewController.swift */; };
-		ABCDEF0123456789000000AB /* NativeTopBarPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABCDEF0123456789000000AA /* NativeTopBarPlugin.swift */; };
-		C3718FCEFAECFFB66E93FFC4 /* Pods_Logseq.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2E26D73EA097D0B3B22942E /* Pods_Logseq.framework */; };
-		CBF2D2DA2DE83CB8006338BE /* UILocalPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBF2D2D92DE83CB0006338BE /* UILocalPlugin.swift */; };
-		CBF2D2E22DE95970006338BE /* AppViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBF2D2E12DE95970006338BE /* AppViewController.swift */; };
-		D32752BE275496C60039291C /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D32752BD275496C60039291C /* CloudKit.framework */; };
-		D3490CC62E7CE9EA00E796A6 /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3490CC52E7CE9EA00E796A6 /* WidgetKit.framework */; };
-		D3490CC82E7CE9EA00E796A6 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3490CC72E7CE9EA00E796A6 /* SwiftUI.framework */; };
-		D3490CD52E7CE9EB00E796A6 /* shortcutsExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = D3490CC42E7CE9EA00E796A6 /* shortcutsExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
-		D3989CC22ECB0E5700D06615 /* LiquidTabsRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3989CBE2ECB0E5700D06615 /* LiquidTabsRootView.swift */; };
-		D3989CC32ECB0E5700D06615 /* LiquidTabsStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3989CBF2ECB0E5700D06615 /* LiquidTabsStore.swift */; };
-		D3989CC42ECB0E5700D06615 /* LiquidTabsPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3989CBD2ECB0E5700D06615 /* LiquidTabsPlugin.swift */; };
-		D3989CC52ECB0E5700D06615 /* NativeNavHost.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3989CC02ECB0E5700D06615 /* NativeNavHost.swift */; };
-		D3989CC62ECB0E5700D06615 /* SearchTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3989CC12ECB0E5700D06615 /* SearchTabView.swift */; };
-		D39D1FE02E7DAFB000C903D1 /* LogseqIntents.swift in Sources */ = {isa = PBXBuildFile; fileRef = D39D1FDF2E7DAFB000C903D1 /* LogseqIntents.swift */; };
-		D39D1FE12E7DAFB000C903D1 /* LogseqIntents.swift in Sources */ = {isa = PBXBuildFile; fileRef = D39D1FDF2E7DAFB000C903D1 /* LogseqIntents.swift */; };
-		D3D62A0A275C92880003FBDC /* FileContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3D62A09275C92880003FBDC /* FileContainer.swift */; };
-		D3D62A0C275C928F0003FBDC /* FileContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = D3D62A0B275C928F0003FBDC /* FileContainer.m */; };
-		FE647FF427BDFEDE00F3206B /* FsWatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE647FF327BDFEDE00F3206B /* FsWatcher.swift */; };
-		FE647FF627BDFEF500F3206B /* FsWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = FE647FF527BDFEF500F3206B /* FsWatcher.m */; };
-		FE96D6102A1B811A001ECE32 /* SharedData.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE96D60F2A1B811A001ECE32 /* SharedData.swift */; };
+                2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; };
+                50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; };
+                504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; };
+                504EC30D1FED79650016851F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30B1FED79650016851F /* Main.storyboard */; };
+                504EC30F1FED79650016851F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30E1FED79650016851F /* Assets.xcassets */; };
+                504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC3101FED79650016851F /* LaunchScreen.storyboard */; };
+                50B271D11FEDC1A000F3C39B /* public in Resources */ = {isa = PBXBuildFile; fileRef = 50B271D01FEDC1A000F3C39B /* public */; };
+                5FF8632A283B5ADB0047731B /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FF86329283B5ADB0047731B /* Utils.swift */; };
+                5FF8632C283B5BFD0047731B /* Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FF8632B283B5BFD0047731B /* Utils.m */; };
+                5FFF7D6D27E343FA00B00DA8 /* ShareViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FFF7D6C27E343FA00B00DA8 /* ShareViewController.swift */; };
+                5FFF7D7027E343FA00B00DA8 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5FFF7D6E27E343FA00B00DA8 /* MainInterface.storyboard */; };
+                5FFF7D7427E343FA00B00DA8 /* ShareViewController.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
+                7435D10C2704659F00AB88E0 /* FolderPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7435D10B2704659F00AB88E0 /* FolderPicker.swift */; };
+                7435D10F2704660B00AB88E0 /* FolderPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 7435D10E2704660B00AB88E0 /* FolderPicker.m */; };
+                A1B2C3D41E2F3A4B5C6D7E90 /* NativePageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D41E2F3A4B5C6D7E8F /* NativePageViewController.swift */; };
+                A1B2C3D41E2F3A4B5C6D7E92 /* SharedWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D41E2F3A4B5C6D7E91 /* SharedWebViewController.swift */; };
+                ABCDEF0123456789000000AB /* NativeTopBarPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABCDEF0123456789000000AA /* NativeTopBarPlugin.swift */; };
+                C3718FCEFAECFFB66E93FFC4 /* Pods_Logseq.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2E26D73EA097D0B3B22942E /* Pods_Logseq.framework */; };
+                CBF2D2DA2DE83CB8006338BE /* UILocalPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBF2D2D92DE83CB0006338BE /* UILocalPlugin.swift */; };
+                CBF2D2E22DE95970006338BE /* AppViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBF2D2E12DE95970006338BE /* AppViewController.swift */; };
+                D32752BE275496C60039291C /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D32752BD275496C60039291C /* CloudKit.framework */; };
+                D3490CC62E7CE9EA00E796A6 /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3490CC52E7CE9EA00E796A6 /* WidgetKit.framework */; };
+                D3490CC82E7CE9EA00E796A6 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3490CC72E7CE9EA00E796A6 /* SwiftUI.framework */; };
+                D3490CD52E7CE9EB00E796A6 /* shortcutsExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = D3490CC42E7CE9EA00E796A6 /* shortcutsExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
+                D3989CC22ECB0E5700D06615 /* LiquidTabsRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3989CBE2ECB0E5700D06615 /* LiquidTabsRootView.swift */; };
+                D3989CC32ECB0E5700D06615 /* LiquidTabsStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3989CBF2ECB0E5700D06615 /* LiquidTabsStore.swift */; };
+                D3989CC42ECB0E5700D06615 /* LiquidTabsPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3989CBD2ECB0E5700D06615 /* LiquidTabsPlugin.swift */; };
+                D3989CC52ECB0E5700D06615 /* NativeNavHost.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3989CC02ECB0E5700D06615 /* NativeNavHost.swift */; };
+                D3989CC62ECB0E5700D06615 /* SearchTabView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3989CC12ECB0E5700D06615 /* SearchTabView.swift */; };
+                D3989CC82ECB174A00D06615 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3989CC72ECB174A00D06615 /* SceneDelegate.swift */; };
+                D39D1FE02E7DAFB000C903D1 /* LogseqIntents.swift in Sources */ = {isa = PBXBuildFile; fileRef = D39D1FDF2E7DAFB000C903D1 /* LogseqIntents.swift */; };
+                D39D1FE12E7DAFB000C903D1 /* LogseqIntents.swift in Sources */ = {isa = PBXBuildFile; fileRef = D39D1FDF2E7DAFB000C903D1 /* LogseqIntents.swift */; };
+                D3D62A0A275C92880003FBDC /* FileContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3D62A09275C92880003FBDC /* FileContainer.swift */; };
+                D3D62A0C275C928F0003FBDC /* FileContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = D3D62A0B275C928F0003FBDC /* FileContainer.m */; };
+                FE647FF427BDFEDE00F3206B /* FsWatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE647FF327BDFEDE00F3206B /* FsWatcher.swift */; };
+                FE647FF627BDFEF500F3206B /* FsWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = FE647FF527BDFEF500F3206B /* FsWatcher.m */; };
+                FE96D6102A1B811A001ECE32 /* SharedData.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE96D60F2A1B811A001ECE32 /* SharedData.swift */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXContainerItemProxy section */
-		5FFF7D7227E343FA00B00DA8 /* PBXContainerItemProxy */ = {
-			isa = PBXContainerItemProxy;
-			containerPortal = 504EC2FC1FED79650016851F /* Project object */;
-			proxyType = 1;
-			remoteGlobalIDString = 5FFF7D6927E343FA00B00DA8;
-			remoteInfo = ShareViewController;
-		};
-		D3490CD32E7CE9EB00E796A6 /* PBXContainerItemProxy */ = {
-			isa = PBXContainerItemProxy;
-			containerPortal = 504EC2FC1FED79650016851F /* Project object */;
-			proxyType = 1;
-			remoteGlobalIDString = D3490CC32E7CE9EA00E796A6;
-			remoteInfo = shortcutsExtension;
-		};
+                5FFF7D7227E343FA00B00DA8 /* PBXContainerItemProxy */ = {
+                        isa = PBXContainerItemProxy;
+                        containerPortal = 504EC2FC1FED79650016851F /* Project object */;
+                        proxyType = 1;
+                        remoteGlobalIDString = 5FFF7D6927E343FA00B00DA8;
+                        remoteInfo = ShareViewController;
+                };
+                D3490CD32E7CE9EB00E796A6 /* PBXContainerItemProxy */ = {
+                        isa = PBXContainerItemProxy;
+                        containerPortal = 504EC2FC1FED79650016851F /* Project object */;
+                        proxyType = 1;
+                        remoteGlobalIDString = D3490CC32E7CE9EA00E796A6;
+                        remoteInfo = shortcutsExtension;
+                };
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXCopyFilesBuildPhase section */
-		5FFF7D7527E343FA00B00DA8 /* Embed App Extensions */ = {
-			isa = PBXCopyFilesBuildPhase;
-			buildActionMask = 2147483647;
-			dstPath = "";
-			dstSubfolderSpec = 13;
-			files = (
-				D3490CD52E7CE9EB00E796A6 /* shortcutsExtension.appex in Embed App Extensions */,
-				5FFF7D7427E343FA00B00DA8 /* ShareViewController.appex in Embed App Extensions */,
-			);
-			name = "Embed App Extensions";
-			runOnlyForDeploymentPostprocessing = 0;
-		};
+                5FFF7D7527E343FA00B00DA8 /* Embed App Extensions */ = {
+                        isa = PBXCopyFilesBuildPhase;
+                        buildActionMask = 2147483647;
+                        dstPath = "";
+                        dstSubfolderSpec = 13;
+                        files = (
+                                D3490CD52E7CE9EB00E796A6 /* shortcutsExtension.appex in Embed App Extensions */,
+                                5FFF7D7427E343FA00B00DA8 /* ShareViewController.appex in Embed App Extensions */,
+                        );
+                        name = "Embed App Extensions";
+                        runOnlyForDeploymentPostprocessing = 0;
+                };
 /* End PBXCopyFilesBuildPhase section */
 
 /* Begin PBXFileReference section */
-		2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
-		50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
-		504EC3041FED79650016851F /* Logseq.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Logseq.app; sourceTree = BUILT_PRODUCTS_DIR; };
-		504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
-		504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
-		504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
-		504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
-		504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
-		50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
-		5FF86329283B5ADB0047731B /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
-		5FF8632B283B5BFD0047731B /* Utils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Utils.m; sourceTree = "<group>"; };
-		5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ShareViewController.appex; sourceTree = BUILT_PRODUCTS_DIR; };
-		5FFF7D6C27E343FA00B00DA8 /* ShareViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareViewController.swift; sourceTree = "<group>"; };
-		5FFF7D6F27E343FA00B00DA8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
-		5FFF7D7127E343FA00B00DA8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
-		5FFF7D7927E4E70700B00DA8 /* ShareViewController.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ShareViewController.entitlements; sourceTree = "<group>"; };
-		7435D10B2704659F00AB88E0 /* FolderPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FolderPicker.swift; sourceTree = "<group>"; };
-		7435D10D2704660A00AB88E0 /* App-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "App-Bridging-Header.h"; sourceTree = "<group>"; };
-		7435D10E2704660B00AB88E0 /* FolderPicker.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FolderPicker.m; sourceTree = "<group>"; };
-		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>"; };
-		A1B2C3D41E2F3A4B5C6D7E8F /* NativePageViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NativePageViewController.swift; sourceTree = "<group>"; };
-		A1B2C3D41E2F3A4B5C6D7E91 /* SharedWebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharedWebViewController.swift; sourceTree = "<group>"; };
-		ABCDEF0123456789000000AA /* NativeTopBarPlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NativeTopBarPlugin.swift; sourceTree = "<group>"; };
-		B2E26D73EA097D0B3B22942E /* Pods_Logseq.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Logseq.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-		CBF2D2D92DE83CB0006338BE /* UILocalPlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UILocalPlugin.swift; sourceTree = "<group>"; };
-		CBF2D2E12DE95970006338BE /* AppViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppViewController.swift; sourceTree = "<group>"; };
-		D32752BC275496A60039291C /* App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; };
-		D32752BD275496C60039291C /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
-		D32752BF2754C5AB0039291C /* AppDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AppDebug.entitlements; sourceTree = "<group>"; };
-		D3490CC42E7CE9EA00E796A6 /* shortcutsExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = shortcutsExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
-		D3490CC52E7CE9EA00E796A6 /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; };
-		D3490CC72E7CE9EA00E796A6 /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; };
-		D3490CDA2E7CEA3900E796A6 /* shortcutsExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = shortcutsExtension.entitlements; sourceTree = "<group>"; };
-		D3989CBD2ECB0E5700D06615 /* LiquidTabsPlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiquidTabsPlugin.swift; sourceTree = "<group>"; };
-		D3989CBE2ECB0E5700D06615 /* LiquidTabsRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiquidTabsRootView.swift; sourceTree = "<group>"; };
-		D3989CBF2ECB0E5700D06615 /* LiquidTabsStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiquidTabsStore.swift; sourceTree = "<group>"; };
-		D3989CC02ECB0E5700D06615 /* NativeNavHost.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NativeNavHost.swift; sourceTree = "<group>"; };
-		D3989CC12ECB0E5700D06615 /* SearchTabView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchTabView.swift; sourceTree = "<group>"; };
-		D39D1FDF2E7DAFB000C903D1 /* LogseqIntents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogseqIntents.swift; sourceTree = "<group>"; };
-		D3D62A09275C92880003FBDC /* FileContainer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileContainer.swift; sourceTree = "<group>"; };
-		D3D62A0B275C928F0003FBDC /* FileContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FileContainer.m; sourceTree = "<group>"; };
-		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>"; };
-		FE647FF327BDFEDE00F3206B /* FsWatcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FsWatcher.swift; sourceTree = "<group>"; };
-		FE647FF527BDFEF500F3206B /* FsWatcher.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FsWatcher.m; sourceTree = "<group>"; };
-		FE96D60F2A1B811A001ECE32 /* SharedData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharedData.swift; sourceTree = "<group>"; };
+                2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
+                50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
+                504EC3041FED79650016851F /* Logseq.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Logseq.app; sourceTree = BUILT_PRODUCTS_DIR; };
+                504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
+                504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
+                504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
+                504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
+                504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+                50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
+                5FF86329283B5ADB0047731B /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
+                5FF8632B283B5BFD0047731B /* Utils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Utils.m; sourceTree = "<group>"; };
+                5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ShareViewController.appex; sourceTree = BUILT_PRODUCTS_DIR; };
+                5FFF7D6C27E343FA00B00DA8 /* ShareViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareViewController.swift; sourceTree = "<group>"; };
+                5FFF7D6F27E343FA00B00DA8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
+                5FFF7D7127E343FA00B00DA8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+                5FFF7D7927E4E70700B00DA8 /* ShareViewController.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ShareViewController.entitlements; sourceTree = "<group>"; };
+                7435D10B2704659F00AB88E0 /* FolderPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FolderPicker.swift; sourceTree = "<group>"; };
+                7435D10D2704660A00AB88E0 /* App-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "App-Bridging-Header.h"; sourceTree = "<group>"; };
+                7435D10E2704660B00AB88E0 /* FolderPicker.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FolderPicker.m; sourceTree = "<group>"; };
+                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>"; };
+                A1B2C3D41E2F3A4B5C6D7E8F /* NativePageViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NativePageViewController.swift; sourceTree = "<group>"; };
+                A1B2C3D41E2F3A4B5C6D7E91 /* SharedWebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharedWebViewController.swift; sourceTree = "<group>"; };
+                ABCDEF0123456789000000AA /* NativeTopBarPlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NativeTopBarPlugin.swift; sourceTree = "<group>"; };
+                B2E26D73EA097D0B3B22942E /* Pods_Logseq.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Logseq.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+                CBF2D2D92DE83CB0006338BE /* UILocalPlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UILocalPlugin.swift; sourceTree = "<group>"; };
+                CBF2D2E12DE95970006338BE /* AppViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppViewController.swift; sourceTree = "<group>"; };
+                D32752BC275496A60039291C /* App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; };
+                D32752BD275496C60039291C /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
+                D32752BF2754C5AB0039291C /* AppDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AppDebug.entitlements; sourceTree = "<group>"; };
+                D3490CC42E7CE9EA00E796A6 /* shortcutsExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = shortcutsExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
+                D3490CC52E7CE9EA00E796A6 /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; };
+                D3490CC72E7CE9EA00E796A6 /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; };
+                D3490CDA2E7CEA3900E796A6 /* shortcutsExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = shortcutsExtension.entitlements; sourceTree = "<group>"; };
+                D3989CBD2ECB0E5700D06615 /* LiquidTabsPlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiquidTabsPlugin.swift; sourceTree = "<group>"; };
+                D3989CBE2ECB0E5700D06615 /* LiquidTabsRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiquidTabsRootView.swift; sourceTree = "<group>"; };
+                D3989CBF2ECB0E5700D06615 /* LiquidTabsStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiquidTabsStore.swift; sourceTree = "<group>"; };
+                D3989CC02ECB0E5700D06615 /* NativeNavHost.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NativeNavHost.swift; sourceTree = "<group>"; };
+                D3989CC12ECB0E5700D06615 /* SearchTabView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchTabView.swift; sourceTree = "<group>"; };
+                D3989CC72ECB174A00D06615 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
+                D39D1FDF2E7DAFB000C903D1 /* LogseqIntents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogseqIntents.swift; sourceTree = "<group>"; };
+                D3D62A09275C92880003FBDC /* FileContainer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileContainer.swift; sourceTree = "<group>"; };
+                D3D62A0B275C928F0003FBDC /* FileContainer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FileContainer.m; sourceTree = "<group>"; };
+                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>"; };
+                FE647FF327BDFEDE00F3206B /* FsWatcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FsWatcher.swift; sourceTree = "<group>"; };
+                FE647FF527BDFEF500F3206B /* FsWatcher.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FsWatcher.m; sourceTree = "<group>"; };
+                FE96D60F2A1B811A001ECE32 /* SharedData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharedData.swift; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
 /* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
-		D3490CD82E7CE9EB00E796A6 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = {
-			isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
-			membershipExceptions = (
-				Info.plist,
-			);
-			target = D3490CC32E7CE9EA00E796A6 /* shortcutsExtension */;
-		};
+                D3490CD82E7CE9EB00E796A6 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = {
+                        isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
+                        membershipExceptions = (
+                                Info.plist,
+                        );
+                        target = D3490CC32E7CE9EA00E796A6 /* shortcutsExtension */;
+                };
 /* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
 
 /* Begin PBXFileSystemSynchronizedRootGroup section */
-		D3490CC92E7CE9EA00E796A6 /* shortcuts */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (D3490CD82E7CE9EB00E796A6 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = shortcuts; sourceTree = "<group>"; };
+                D3490CC92E7CE9EA00E796A6 /* shortcuts */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (D3490CD82E7CE9EB00E796A6 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = shortcuts; sourceTree = "<group>"; };
 /* End PBXFileSystemSynchronizedRootGroup section */
 
 /* Begin PBXFrameworksBuildPhase section */
-		504EC3011FED79650016851F /* Frameworks */ = {
-			isa = PBXFrameworksBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				D32752BE275496C60039291C /* CloudKit.framework in Frameworks */,
-				C3718FCEFAECFFB66E93FFC4 /* Pods_Logseq.framework in Frameworks */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-		5FFF7D6727E343FA00B00DA8 /* Frameworks */ = {
-			isa = PBXFrameworksBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-		D3490CC12E7CE9EA00E796A6 /* Frameworks */ = {
-			isa = PBXFrameworksBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				D3490CC82E7CE9EA00E796A6 /* SwiftUI.framework in Frameworks */,
-				D3490CC62E7CE9EA00E796A6 /* WidgetKit.framework in Frameworks */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
+                504EC3011FED79650016851F /* Frameworks */ = {
+                        isa = PBXFrameworksBuildPhase;
+                        buildActionMask = 2147483647;
+                        files = (
+                                D32752BE275496C60039291C /* CloudKit.framework in Frameworks */,
+                                C3718FCEFAECFFB66E93FFC4 /* Pods_Logseq.framework in Frameworks */,
+                        );
+                        runOnlyForDeploymentPostprocessing = 0;
+                };
+                5FFF7D6727E343FA00B00DA8 /* Frameworks */ = {
+                        isa = PBXFrameworksBuildPhase;
+                        buildActionMask = 2147483647;
+                        files = (
+                        );
+                        runOnlyForDeploymentPostprocessing = 0;
+                };
+                D3490CC12E7CE9EA00E796A6 /* Frameworks */ = {
+                        isa = PBXFrameworksBuildPhase;
+                        buildActionMask = 2147483647;
+                        files = (
+                                D3490CC82E7CE9EA00E796A6 /* SwiftUI.framework in Frameworks */,
+                                D3490CC62E7CE9EA00E796A6 /* WidgetKit.framework in Frameworks */,
+                        );
+                        runOnlyForDeploymentPostprocessing = 0;
+                };
 /* End PBXFrameworksBuildPhase section */
 
 /* Begin PBXGroup section */
-		504EC2FB1FED79650016851F = {
-			isa = PBXGroup;
-			children = (
-				D3490CDA2E7CEA3900E796A6 /* shortcutsExtension.entitlements */,
-				504EC3061FED79650016851F /* App */,
-				5FFF7D6B27E343FA00B00DA8 /* ShareViewController */,
-				D3490CC92E7CE9EA00E796A6 /* shortcuts */,
-				504EC3051FED79650016851F /* Products */,
-				D337740F89DEEAD18C87762B /* Pods */,
-				9FC5AB18C7E7E43B09B33A61 /* Frameworks */,
-			);
-			sourceTree = "<group>";
-		};
-		504EC3051FED79650016851F /* Products */ = {
-			isa = PBXGroup;
-			children = (
-				504EC3041FED79650016851F /* Logseq.app */,
-				5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */,
-				D3490CC42E7CE9EA00E796A6 /* shortcutsExtension.appex */,
-			);
-			name = Products;
-			sourceTree = "<group>";
-		};
-		504EC3061FED79650016851F /* App */ = {
-			isa = PBXGroup;
-			children = (
-				D3989CBD2ECB0E5700D06615 /* LiquidTabsPlugin.swift */,
-				D3989CBE2ECB0E5700D06615 /* LiquidTabsRootView.swift */,
-				D3989CBF2ECB0E5700D06615 /* LiquidTabsStore.swift */,
-				D3989CC02ECB0E5700D06615 /* NativeNavHost.swift */,
-				D3989CC12ECB0E5700D06615 /* SearchTabView.swift */,
-				D39D1FDF2E7DAFB000C903D1 /* LogseqIntents.swift */,
-				A1B2C3D41E2F3A4B5C6D7E8F /* NativePageViewController.swift */,
-				A1B2C3D41E2F3A4B5C6D7E91 /* SharedWebViewController.swift */,
-				CBF2D2E12DE95970006338BE /* AppViewController.swift */,
-				CBF2D2D92DE83CB0006338BE /* UILocalPlugin.swift */,
-				ABCDEF0123456789000000AA /* NativeTopBarPlugin.swift */,
-				5FF86329283B5ADB0047731B /* Utils.swift */,
-				5FF8632B283B5BFD0047731B /* Utils.m */,
-				D32752BF2754C5AB0039291C /* AppDebug.entitlements */,
-				D32752BC275496A60039291C /* App.entitlements */,
-				50379B222058CBB4000EE86E /* capacitor.config.json */,
-				504EC3071FED79650016851F /* AppDelegate.swift */,
-				504EC30B1FED79650016851F /* Main.storyboard */,
-				504EC30E1FED79650016851F /* Assets.xcassets */,
-				504EC3101FED79650016851F /* LaunchScreen.storyboard */,
-				504EC3131FED79650016851F /* Info.plist */,
-				2FAD9762203C412B000D30F8 /* config.xml */,
-				50B271D01FEDC1A000F3C39B /* public */,
-				7435D10B2704659F00AB88E0 /* FolderPicker.swift */,
-				FE647FF327BDFEDE00F3206B /* FsWatcher.swift */,
-				FE647FF527BDFEF500F3206B /* FsWatcher.m */,
-				7435D10E2704660B00AB88E0 /* FolderPicker.m */,
-				D3D62A09275C92880003FBDC /* FileContainer.swift */,
-				D3D62A0B275C928F0003FBDC /* FileContainer.m */,
-				7435D10D2704660A00AB88E0 /* App-Bridging-Header.h */,
-			);
-			path = App;
-			sourceTree = "<group>";
-		};
-		5FFF7D6B27E343FA00B00DA8 /* ShareViewController */ = {
-			isa = PBXGroup;
-			children = (
-				5FFF7D7927E4E70700B00DA8 /* ShareViewController.entitlements */,
-				5FFF7D6C27E343FA00B00DA8 /* ShareViewController.swift */,
-				FE96D60F2A1B811A001ECE32 /* SharedData.swift */,
-				5FFF7D6E27E343FA00B00DA8 /* MainInterface.storyboard */,
-				5FFF7D7127E343FA00B00DA8 /* Info.plist */,
-			);
-			path = ShareViewController;
-			sourceTree = "<group>";
-		};
-		9FC5AB18C7E7E43B09B33A61 /* Frameworks */ = {
-			isa = PBXGroup;
-			children = (
-				D32752BD275496C60039291C /* CloudKit.framework */,
-				B2E26D73EA097D0B3B22942E /* Pods_Logseq.framework */,
-				D3490CC52E7CE9EA00E796A6 /* WidgetKit.framework */,
-				D3490CC72E7CE9EA00E796A6 /* SwiftUI.framework */,
-			);
-			name = Frameworks;
-			sourceTree = "<group>";
-		};
-		D337740F89DEEAD18C87762B /* Pods */ = {
-			isa = PBXGroup;
-			children = (
-				DE5650F4AD4E2242AB9C012D /* Pods-Logseq.debug.xcconfig */,
-				8A489CEC51E94726DDD58810 /* Pods-Logseq.release.xcconfig */,
-			);
-			path = Pods;
-			sourceTree = "<group>";
-		};
+                504EC2FB1FED79650016851F = {
+                        isa = PBXGroup;
+                        children = (
+                                D3490CDA2E7CEA3900E796A6 /* shortcutsExtension.entitlements */,
+                                504EC3061FED79650016851F /* App */,
+                                5FFF7D6B27E343FA00B00DA8 /* ShareViewController */,
+                                D3490CC92E7CE9EA00E796A6 /* shortcuts */,
+                                504EC3051FED79650016851F /* Products */,
+                                D337740F89DEEAD18C87762B /* Pods */,
+                                9FC5AB18C7E7E43B09B33A61 /* Frameworks */,
+                        );
+                        sourceTree = "<group>";
+                };
+                504EC3051FED79650016851F /* Products */ = {
+                        isa = PBXGroup;
+                        children = (
+                                504EC3041FED79650016851F /* Logseq.app */,
+                                5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */,
+                                D3490CC42E7CE9EA00E796A6 /* shortcutsExtension.appex */,
+                        );
+                        name = Products;
+                        sourceTree = "<group>";
+                };
+                504EC3061FED79650016851F /* App */ = {
+                        isa = PBXGroup;
+                        children = (
+                                D3989CC72ECB174A00D06615 /* SceneDelegate.swift */,
+                                D3989CBD2ECB0E5700D06615 /* LiquidTabsPlugin.swift */,
+                                D3989CBE2ECB0E5700D06615 /* LiquidTabsRootView.swift */,
+                                D3989CBF2ECB0E5700D06615 /* LiquidTabsStore.swift */,
+                                D3989CC02ECB0E5700D06615 /* NativeNavHost.swift */,
+                                D3989CC12ECB0E5700D06615 /* SearchTabView.swift */,
+                                D39D1FDF2E7DAFB000C903D1 /* LogseqIntents.swift */,
+                                A1B2C3D41E2F3A4B5C6D7E8F /* NativePageViewController.swift */,
+                                A1B2C3D41E2F3A4B5C6D7E91 /* SharedWebViewController.swift */,
+                                CBF2D2E12DE95970006338BE /* AppViewController.swift */,
+                                CBF2D2D92DE83CB0006338BE /* UILocalPlugin.swift */,
+                                ABCDEF0123456789000000AA /* NativeTopBarPlugin.swift */,
+                                5FF86329283B5ADB0047731B /* Utils.swift */,
+                                5FF8632B283B5BFD0047731B /* Utils.m */,
+                                D32752BF2754C5AB0039291C /* AppDebug.entitlements */,
+                                D32752BC275496A60039291C /* App.entitlements */,
+                                50379B222058CBB4000EE86E /* capacitor.config.json */,
+                                504EC3071FED79650016851F /* AppDelegate.swift */,
+                                504EC30B1FED79650016851F /* Main.storyboard */,
+                                504EC30E1FED79650016851F /* Assets.xcassets */,
+                                504EC3101FED79650016851F /* LaunchScreen.storyboard */,
+                                504EC3131FED79650016851F /* Info.plist */,
+                                2FAD9762203C412B000D30F8 /* config.xml */,
+                                50B271D01FEDC1A000F3C39B /* public */,
+                                7435D10B2704659F00AB88E0 /* FolderPicker.swift */,
+                                FE647FF327BDFEDE00F3206B /* FsWatcher.swift */,
+                                FE647FF527BDFEF500F3206B /* FsWatcher.m */,
+                                7435D10E2704660B00AB88E0 /* FolderPicker.m */,
+                                D3D62A09275C92880003FBDC /* FileContainer.swift */,
+                                D3D62A0B275C928F0003FBDC /* FileContainer.m */,
+                                7435D10D2704660A00AB88E0 /* App-Bridging-Header.h */,
+                        );
+                        path = App;
+                        sourceTree = "<group>";
+                };
+                5FFF7D6B27E343FA00B00DA8 /* ShareViewController */ = {
+                        isa = PBXGroup;
+                        children = (
+                                5FFF7D7927E4E70700B00DA8 /* ShareViewController.entitlements */,
+                                5FFF7D6C27E343FA00B00DA8 /* ShareViewController.swift */,
+                                FE96D60F2A1B811A001ECE32 /* SharedData.swift */,
+                                5FFF7D6E27E343FA00B00DA8 /* MainInterface.storyboard */,
+                                5FFF7D7127E343FA00B00DA8 /* Info.plist */,
+                        );
+                        path = ShareViewController;
+                        sourceTree = "<group>";
+                };
+                9FC5AB18C7E7E43B09B33A61 /* Frameworks */ = {
+                        isa = PBXGroup;
+                        children = (
+                                D32752BD275496C60039291C /* CloudKit.framework */,
+                                B2E26D73EA097D0B3B22942E /* Pods_Logseq.framework */,
+                                D3490CC52E7CE9EA00E796A6 /* WidgetKit.framework */,
+                                D3490CC72E7CE9EA00E796A6 /* SwiftUI.framework */,
+                        );
+                        name = Frameworks;
+                        sourceTree = "<group>";
+                };
+                D337740F89DEEAD18C87762B /* Pods */ = {
+                        isa = PBXGroup;
+                        children = (
+                                DE5650F4AD4E2242AB9C012D /* Pods-Logseq.debug.xcconfig */,
+                                8A489CEC51E94726DDD58810 /* Pods-Logseq.release.xcconfig */,
+                        );
+                        path = Pods;
+                        sourceTree = "<group>";
+                };
 /* End PBXGroup section */
 
 /* Begin PBXNativeTarget section */
-		504EC3031FED79650016851F /* Logseq */ = {
-			isa = PBXNativeTarget;
-			buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "Logseq" */;
-			buildPhases = (
-				818545F0788D5DB466761623 /* [CP] Check Pods Manifest.lock */,
-				504EC3001FED79650016851F /* Sources */,
-				504EC3011FED79650016851F /* Frameworks */,
-				504EC3021FED79650016851F /* Resources */,
-				4BF32F1E9453A6AB603D7CD2 /* [CP] Embed Pods Frameworks */,
-				5FFF7D7527E343FA00B00DA8 /* Embed App Extensions */,
-			);
-			buildRules = (
-			);
-			dependencies = (
-				5FFF7D7327E343FA00B00DA8 /* PBXTargetDependency */,
-				D3490CD42E7CE9EB00E796A6 /* PBXTargetDependency */,
-			);
-			name = Logseq;
-			productName = App;
-			productReference = 504EC3041FED79650016851F /* Logseq.app */;
-			productType = "com.apple.product-type.application";
-		};
-		5FFF7D6927E343FA00B00DA8 /* ShareViewController */ = {
-			isa = PBXNativeTarget;
-			buildConfigurationList = 5FFF7D7827E343FA00B00DA8 /* Build configuration list for PBXNativeTarget "ShareViewController" */;
-			buildPhases = (
-				5FFF7D6627E343FA00B00DA8 /* Sources */,
-				5FFF7D6727E343FA00B00DA8 /* Frameworks */,
-				5FFF7D6827E343FA00B00DA8 /* Resources */,
-			);
-			buildRules = (
-			);
-			dependencies = (
-			);
-			name = ShareViewController;
-			productName = ShareViewController;
-			productReference = 5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */;
-			productType = "com.apple.product-type.app-extension";
-		};
-		D3490CC32E7CE9EA00E796A6 /* shortcutsExtension */ = {
-			isa = PBXNativeTarget;
-			buildConfigurationList = D3490CD92E7CE9EB00E796A6 /* Build configuration list for PBXNativeTarget "shortcutsExtension" */;
-			buildPhases = (
-				D3490CC02E7CE9EA00E796A6 /* Sources */,
-				D3490CC12E7CE9EA00E796A6 /* Frameworks */,
-				D3490CC22E7CE9EA00E796A6 /* Resources */,
-			);
-			buildRules = (
-			);
-			dependencies = (
-			);
-			fileSystemSynchronizedGroups = (
-				D3490CC92E7CE9EA00E796A6 /* shortcuts */,
-			);
-			name = shortcutsExtension;
-			packageProductDependencies = (
-			);
-			productName = shortcutsExtension;
-			productReference = D3490CC42E7CE9EA00E796A6 /* shortcutsExtension.appex */;
-			productType = "com.apple.product-type.app-extension";
-		};
+                504EC3031FED79650016851F /* Logseq */ = {
+                        isa = PBXNativeTarget;
+                        buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "Logseq" */;
+                        buildPhases = (
+                                818545F0788D5DB466761623 /* [CP] Check Pods Manifest.lock */,
+                                504EC3001FED79650016851F /* Sources */,
+                                504EC3011FED79650016851F /* Frameworks */,
+                                504EC3021FED79650016851F /* Resources */,
+                                4BF32F1E9453A6AB603D7CD2 /* [CP] Embed Pods Frameworks */,
+                                5FFF7D7527E343FA00B00DA8 /* Embed App Extensions */,
+                        );
+                        buildRules = (
+                        );
+                        dependencies = (
+                                5FFF7D7327E343FA00B00DA8 /* PBXTargetDependency */,
+                                D3490CD42E7CE9EB00E796A6 /* PBXTargetDependency */,
+                        );
+                        name = Logseq;
+                        productName = App;
+                        productReference = 504EC3041FED79650016851F /* Logseq.app */;
+                        productType = "com.apple.product-type.application";
+                };
+                5FFF7D6927E343FA00B00DA8 /* ShareViewController */ = {
+                        isa = PBXNativeTarget;
+                        buildConfigurationList = 5FFF7D7827E343FA00B00DA8 /* Build configuration list for PBXNativeTarget "ShareViewController" */;
+                        buildPhases = (
+                                5FFF7D6627E343FA00B00DA8 /* Sources */,
+                                5FFF7D6727E343FA00B00DA8 /* Frameworks */,
+                                5FFF7D6827E343FA00B00DA8 /* Resources */,
+                        );
+                        buildRules = (
+                        );
+                        dependencies = (
+                        );
+                        name = ShareViewController;
+                        productName = ShareViewController;
+                        productReference = 5FFF7D6A27E343FA00B00DA8 /* ShareViewController.appex */;
+                        productType = "com.apple.product-type.app-extension";
+                };
+                D3490CC32E7CE9EA00E796A6 /* shortcutsExtension */ = {
+                        isa = PBXNativeTarget;
+                        buildConfigurationList = D3490CD92E7CE9EB00E796A6 /* Build configuration list for PBXNativeTarget "shortcutsExtension" */;
+                        buildPhases = (
+                                D3490CC02E7CE9EA00E796A6 /* Sources */,
+                                D3490CC12E7CE9EA00E796A6 /* Frameworks */,
+                                D3490CC22E7CE9EA00E796A6 /* Resources */,
+                        );
+                        buildRules = (
+                        );
+                        dependencies = (
+                        );
+                        fileSystemSynchronizedGroups = (
+                                D3490CC92E7CE9EA00E796A6 /* shortcuts */,
+                        );
+                        name = shortcutsExtension;
+                        packageProductDependencies = (
+                        );
+                        productName = shortcutsExtension;
+                        productReference = D3490CC42E7CE9EA00E796A6 /* shortcutsExtension.appex */;
+                        productType = "com.apple.product-type.app-extension";
+                };
 /* End PBXNativeTarget section */
 
 /* Begin PBXProject section */
-		504EC2FC1FED79650016851F /* Project object */ = {
-			isa = PBXProject;
-			attributes = {
-				LastSwiftUpdateCheck = 2600;
-				LastUpgradeCheck = 1310;
-				TargetAttributes = {
-					504EC3031FED79650016851F = {
-						CreatedOnToolsVersion = 9.2;
-						LastSwiftMigration = 1250;
-						ProvisioningStyle = Automatic;
-					};
-					5FFF7D6927E343FA00B00DA8 = {
-						CreatedOnToolsVersion = 13.3;
-						ProvisioningStyle = Automatic;
-					};
-					D3490CC32E7CE9EA00E796A6 = {
-						CreatedOnToolsVersion = 26.0;
-					};
-				};
-			};
-			buildConfigurationList = 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */;
-			compatibilityVersion = "Xcode 8.0";
-			developmentRegion = en;
-			hasScannedForEncodings = 0;
-			knownRegions = (
-				en,
-				Base,
-			);
-			mainGroup = 504EC2FB1FED79650016851F;
-			productRefGroup = 504EC3051FED79650016851F /* Products */;
-			projectDirPath = "";
-			projectRoot = "";
-			targets = (
-				504EC3031FED79650016851F /* Logseq */,
-				5FFF7D6927E343FA00B00DA8 /* ShareViewController */,
-				D3490CC32E7CE9EA00E796A6 /* shortcutsExtension */,
-			);
-		};
+                504EC2FC1FED79650016851F /* Project object */ = {
+                        isa = PBXProject;
+                        attributes = {
+                                LastSwiftUpdateCheck = 2600;
+                                LastUpgradeCheck = 1310;
+                                TargetAttributes = {
+                                        504EC3031FED79650016851F = {
+                                                CreatedOnToolsVersion = 9.2;
+                                                LastSwiftMigration = 1250;
+                                                ProvisioningStyle = Automatic;
+                                        };
+                                        5FFF7D6927E343FA00B00DA8 = {
+                                                CreatedOnToolsVersion = 13.3;
+                                                ProvisioningStyle = Automatic;
+                                        };
+                                        D3490CC32E7CE9EA00E796A6 = {
+                                                CreatedOnToolsVersion = 26.0;
+                                        };
+                                };
+                        };
+                        buildConfigurationList = 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */;
+                        compatibilityVersion = "Xcode 8.0";
+                        developmentRegion = en;
+                        hasScannedForEncodings = 0;
+                        knownRegions = (
+                                en,
+                                Base,
+                        );
+                        mainGroup = 504EC2FB1FED79650016851F;
+                        productRefGroup = 504EC3051FED79650016851F /* Products */;
+                        projectDirPath = "";
+                        projectRoot = "";
+                        targets = (
+                                504EC3031FED79650016851F /* Logseq */,
+                                5FFF7D6927E343FA00B00DA8 /* ShareViewController */,
+                                D3490CC32E7CE9EA00E796A6 /* shortcutsExtension */,
+                        );
+                };
 /* End PBXProject section */
 
 /* Begin PBXResourcesBuildPhase section */
-		504EC3021FED79650016851F /* Resources */ = {
-			isa = PBXResourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */,
-				50B271D11FEDC1A000F3C39B /* public in Resources */,
-				504EC30F1FED79650016851F /* Assets.xcassets in Resources */,
-				50379B232058CBB4000EE86E /* capacitor.config.json in Resources */,
-				504EC30D1FED79650016851F /* Main.storyboard in Resources */,
-				2FAD9763203C412B000D30F8 /* config.xml in Resources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-		5FFF7D6827E343FA00B00DA8 /* Resources */ = {
-			isa = PBXResourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				5FFF7D7027E343FA00B00DA8 /* MainInterface.storyboard in Resources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-		D3490CC22E7CE9EA00E796A6 /* Resources */ = {
-			isa = PBXResourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
+                504EC3021FED79650016851F /* Resources */ = {
+                        isa = PBXResourcesBuildPhase;
+                        buildActionMask = 2147483647;
+                        files = (
+                                504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */,
+                                50B271D11FEDC1A000F3C39B /* public in Resources */,
+                                504EC30F1FED79650016851F /* Assets.xcassets in Resources */,
+                                50379B232058CBB4000EE86E /* capacitor.config.json in Resources */,
+                                504EC30D1FED79650016851F /* Main.storyboard in Resources */,
+                                2FAD9763203C412B000D30F8 /* config.xml in Resources */,
+                        );
+                        runOnlyForDeploymentPostprocessing = 0;
+                };
+                5FFF7D6827E343FA00B00DA8 /* Resources */ = {
+                        isa = PBXResourcesBuildPhase;
+                        buildActionMask = 2147483647;
+                        files = (
+                                5FFF7D7027E343FA00B00DA8 /* MainInterface.storyboard in Resources */,
+                        );
+                        runOnlyForDeploymentPostprocessing = 0;
+                };
+                D3490CC22E7CE9EA00E796A6 /* Resources */ = {
+                        isa = PBXResourcesBuildPhase;
+                        buildActionMask = 2147483647;
+                        files = (
+                        );
+                        runOnlyForDeploymentPostprocessing = 0;
+                };
 /* End PBXResourcesBuildPhase section */
 
 /* Begin PBXShellScriptBuildPhase section */
-		4BF32F1E9453A6AB603D7CD2 /* [CP] Embed Pods Frameworks */ = {
-			isa = PBXShellScriptBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-			);
-			inputPaths = (
-			);
-			name = "[CP] Embed Pods Frameworks";
-			outputPaths = (
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-			shellPath = /bin/sh;
-			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Logseq/Pods-Logseq-frameworks.sh\"\n";
-			showEnvVarsInLog = 0;
-		};
-		818545F0788D5DB466761623 /* [CP] Check Pods Manifest.lock */ = {
-			isa = PBXShellScriptBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-			);
-			inputFileListPaths = (
-			);
-			inputPaths = (
-				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
-				"${PODS_ROOT}/Manifest.lock",
-			);
-			name = "[CP] Check Pods Manifest.lock";
-			outputFileListPaths = (
-			);
-			outputPaths = (
-				"$(DERIVED_FILE_DIR)/Pods-Logseq-checkManifestLockResult.txt",
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-			shellPath = /bin/sh;
-			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";
-			showEnvVarsInLog = 0;
-		};
+                4BF32F1E9453A6AB603D7CD2 /* [CP] Embed Pods Frameworks */ = {
+                        isa = PBXShellScriptBuildPhase;
+                        buildActionMask = 2147483647;
+                        files = (
+                        );
+                        inputPaths = (
+                        );
+                        name = "[CP] Embed Pods Frameworks";
+                        outputPaths = (
+                        );
+                        runOnlyForDeploymentPostprocessing = 0;
+                        shellPath = /bin/sh;
+                        shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Logseq/Pods-Logseq-frameworks.sh\"\n";
+                        showEnvVarsInLog = 0;
+                };
+                818545F0788D5DB466761623 /* [CP] Check Pods Manifest.lock */ = {
+                        isa = PBXShellScriptBuildPhase;
+                        buildActionMask = 2147483647;
+                        files = (
+                        );
+                        inputFileListPaths = (
+                        );
+                        inputPaths = (
+                                "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
+                                "${PODS_ROOT}/Manifest.lock",
+                        );
+                        name = "[CP] Check Pods Manifest.lock";
+                        outputFileListPaths = (
+                        );
+                        outputPaths = (
+                                "$(DERIVED_FILE_DIR)/Pods-Logseq-checkManifestLockResult.txt",
+                        );
+                        runOnlyForDeploymentPostprocessing = 0;
+                        shellPath = /bin/sh;
+                        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";
+                        showEnvVarsInLog = 0;
+                };
 /* End PBXShellScriptBuildPhase section */
 
 /* Begin PBXSourcesBuildPhase section */
-		504EC3001FED79650016851F /* Sources */ = {
-			isa = PBXSourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
-				5FF8632C283B5BFD0047731B /* Utils.m in Sources */,
-				FE647FF427BDFEDE00F3206B /* FsWatcher.swift in Sources */,
-				D3989CC22ECB0E5700D06615 /* LiquidTabsRootView.swift in Sources */,
-				D3989CC32ECB0E5700D06615 /* LiquidTabsStore.swift in Sources */,
-				D3989CC42ECB0E5700D06615 /* LiquidTabsPlugin.swift in Sources */,
-				D3989CC52ECB0E5700D06615 /* NativeNavHost.swift in Sources */,
-				D3989CC62ECB0E5700D06615 /* SearchTabView.swift in Sources */,
-				5FF8632A283B5ADB0047731B /* Utils.swift in Sources */,
-				CBF2D2E22DE95970006338BE /* AppViewController.swift in Sources */,
-				D3D62A0A275C92880003FBDC /* FileContainer.swift in Sources */,
-				CBF2D2DA2DE83CB8006338BE /* UILocalPlugin.swift in Sources */,
-				ABCDEF0123456789000000AB /* NativeTopBarPlugin.swift in Sources */,
-				A1B2C3D41E2F3A4B5C6D7E90 /* NativePageViewController.swift in Sources */,
-				A1B2C3D41E2F3A4B5C6D7E92 /* SharedWebViewController.swift in Sources */,
-				D3D62A0C275C928F0003FBDC /* FileContainer.m in Sources */,
-				7435D10F2704660B00AB88E0 /* FolderPicker.m in Sources */,
-				D39D1FE12E7DAFB000C903D1 /* LogseqIntents.swift in Sources */,
-				7435D10C2704659F00AB88E0 /* FolderPicker.swift in Sources */,
-				FE647FF627BDFEF500F3206B /* FsWatcher.m in Sources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-		5FFF7D6627E343FA00B00DA8 /* Sources */ = {
-			isa = PBXSourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				FE96D6102A1B811A001ECE32 /* SharedData.swift in Sources */,
-				5FFF7D6D27E343FA00B00DA8 /* ShareViewController.swift in Sources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
-		D3490CC02E7CE9EA00E796A6 /* Sources */ = {
-			isa = PBXSourcesBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-				D39D1FE02E7DAFB000C903D1 /* LogseqIntents.swift in Sources */,
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-		};
+                504EC3001FED79650016851F /* Sources */ = {
+                        isa = PBXSourcesBuildPhase;
+                        buildActionMask = 2147483647;
+                        files = (
+                                504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
+                                5FF8632C283B5BFD0047731B /* Utils.m in Sources */,
+                                FE647FF427BDFEDE00F3206B /* FsWatcher.swift in Sources */,
+                                D3989CC22ECB0E5700D06615 /* LiquidTabsRootView.swift in Sources */,
+                                D3989CC32ECB0E5700D06615 /* LiquidTabsStore.swift in Sources */,
+                                D3989CC42ECB0E5700D06615 /* LiquidTabsPlugin.swift in Sources */,
+                                D3989CC52ECB0E5700D06615 /* NativeNavHost.swift in Sources */,
+                                D3989CC62ECB0E5700D06615 /* SearchTabView.swift in Sources */,
+                                D3989CC82ECB174A00D06615 /* SceneDelegate.swift in Sources */,
+                                5FF8632A283B5ADB0047731B /* Utils.swift in Sources */,
+                                CBF2D2E22DE95970006338BE /* AppViewController.swift in Sources */,
+                                D3D62A0A275C92880003FBDC /* FileContainer.swift in Sources */,
+                                CBF2D2DA2DE83CB8006338BE /* UILocalPlugin.swift in Sources */,
+                                ABCDEF0123456789000000AB /* NativeTopBarPlugin.swift in Sources */,
+                                A1B2C3D41E2F3A4B5C6D7E90 /* NativePageViewController.swift in Sources */,
+                                A1B2C3D41E2F3A4B5C6D7E92 /* SharedWebViewController.swift in Sources */,
+                                D3D62A0C275C928F0003FBDC /* FileContainer.m in Sources */,
+                                7435D10F2704660B00AB88E0 /* FolderPicker.m in Sources */,
+                                D39D1FE12E7DAFB000C903D1 /* LogseqIntents.swift in Sources */,
+                                7435D10C2704659F00AB88E0 /* FolderPicker.swift in Sources */,
+                                FE647FF627BDFEF500F3206B /* FsWatcher.m in Sources */,
+                        );
+                        runOnlyForDeploymentPostprocessing = 0;
+                };
+                5FFF7D6627E343FA00B00DA8 /* Sources */ = {
+                        isa = PBXSourcesBuildPhase;
+                        buildActionMask = 2147483647;
+                        files = (
+                                FE96D6102A1B811A001ECE32 /* SharedData.swift in Sources */,
+                                5FFF7D6D27E343FA00B00DA8 /* ShareViewController.swift in Sources */,
+                        );
+                        runOnlyForDeploymentPostprocessing = 0;
+                };
+                D3490CC02E7CE9EA00E796A6 /* Sources */ = {
+                        isa = PBXSourcesBuildPhase;
+                        buildActionMask = 2147483647;
+                        files = (
+                                D39D1FE02E7DAFB000C903D1 /* LogseqIntents.swift in Sources */,
+                        );
+                        runOnlyForDeploymentPostprocessing = 0;
+                };
 /* End PBXSourcesBuildPhase section */
 
 /* Begin PBXTargetDependency section */
-		5FFF7D7327E343FA00B00DA8 /* PBXTargetDependency */ = {
-			isa = PBXTargetDependency;
-			target = 5FFF7D6927E343FA00B00DA8 /* ShareViewController */;
-			targetProxy = 5FFF7D7227E343FA00B00DA8 /* PBXContainerItemProxy */;
-		};
-		D3490CD42E7CE9EB00E796A6 /* PBXTargetDependency */ = {
-			isa = PBXTargetDependency;
-			target = D3490CC32E7CE9EA00E796A6 /* shortcutsExtension */;
-			targetProxy = D3490CD32E7CE9EB00E796A6 /* PBXContainerItemProxy */;
-		};
+                5FFF7D7327E343FA00B00DA8 /* PBXTargetDependency */ = {
+                        isa = PBXTargetDependency;
+                        target = 5FFF7D6927E343FA00B00DA8 /* ShareViewController */;
+                        targetProxy = 5FFF7D7227E343FA00B00DA8 /* PBXContainerItemProxy */;
+                };
+                D3490CD42E7CE9EB00E796A6 /* PBXTargetDependency */ = {
+                        isa = PBXTargetDependency;
+                        target = D3490CC32E7CE9EA00E796A6 /* shortcutsExtension */;
+                        targetProxy = D3490CD32E7CE9EB00E796A6 /* PBXContainerItemProxy */;
+                };
 /* End PBXTargetDependency section */
 
 /* Begin PBXVariantGroup section */
-		504EC30B1FED79650016851F /* Main.storyboard */ = {
-			isa = PBXVariantGroup;
-			children = (
-				504EC30C1FED79650016851F /* Base */,
-			);
-			name = Main.storyboard;
-			sourceTree = "<group>";
-		};
-		504EC3101FED79650016851F /* LaunchScreen.storyboard */ = {
-			isa = PBXVariantGroup;
-			children = (
-				504EC3111FED79650016851F /* Base */,
-			);
-			name = LaunchScreen.storyboard;
-			sourceTree = "<group>";
-		};
-		5FFF7D6E27E343FA00B00DA8 /* MainInterface.storyboard */ = {
-			isa = PBXVariantGroup;
-			children = (
-				5FFF7D6F27E343FA00B00DA8 /* Base */,
-			);
-			name = MainInterface.storyboard;
-			sourceTree = "<group>";
-		};
+                504EC30B1FED79650016851F /* Main.storyboard */ = {
+                        isa = PBXVariantGroup;
+                        children = (
+                                504EC30C1FED79650016851F /* Base */,
+                        );
+                        name = Main.storyboard;
+                        sourceTree = "<group>";
+                };
+                504EC3101FED79650016851F /* LaunchScreen.storyboard */ = {
+                        isa = PBXVariantGroup;
+                        children = (
+                                504EC3111FED79650016851F /* Base */,
+                        );
+                        name = LaunchScreen.storyboard;
+                        sourceTree = "<group>";
+                };
+                5FFF7D6E27E343FA00B00DA8 /* MainInterface.storyboard */ = {
+                        isa = PBXVariantGroup;
+                        children = (
+                                5FFF7D6F27E343FA00B00DA8 /* Base */,
+                        );
+                        name = MainInterface.storyboard;
+                        sourceTree = "<group>";
+                };
 /* End PBXVariantGroup section */
 
 /* Begin XCBuildConfiguration section */
-		504EC3141FED79650016851F /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				CLANG_ANALYZER_NONNULL = YES;
-				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
-				CLANG_CXX_LIBRARY = "libc++";
-				CLANG_ENABLE_MODULES = YES;
-				CLANG_ENABLE_OBJC_ARC = YES;
-				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
-				CLANG_WARN_BOOL_CONVERSION = YES;
-				CLANG_WARN_COMMA = YES;
-				CLANG_WARN_CONSTANT_CONVERSION = YES;
-				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
-				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
-				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
-				CLANG_WARN_EMPTY_BODY = YES;
-				CLANG_WARN_ENUM_CONVERSION = YES;
-				CLANG_WARN_INFINITE_RECURSION = YES;
-				CLANG_WARN_INT_CONVERSION = YES;
-				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
-				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
-				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
-				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
-				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
-				CLANG_WARN_STRICT_PROTOTYPES = YES;
-				CLANG_WARN_SUSPICIOUS_MOVE = YES;
-				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
-				CLANG_WARN_UNREACHABLE_CODE = YES;
-				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				CODE_SIGN_IDENTITY = "iPhone Developer";
-				COPY_PHASE_STRIP = NO;
-				DEBUG_INFORMATION_FORMAT = dwarf;
-				ENABLE_STRICT_OBJC_MSGSEND = YES;
-				ENABLE_TESTABILITY = YES;
-				GCC_C_LANGUAGE_STANDARD = gnu11;
-				GCC_DYNAMIC_NO_PIC = NO;
-				GCC_NO_COMMON_BLOCKS = YES;
-				GCC_OPTIMIZATION_LEVEL = 0;
-				GCC_PREPROCESSOR_DEFINITIONS = (
-					"DEBUG=1",
-					"$(inherited)",
-				);
-				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
-				GCC_WARN_UNDECLARED_SELECTOR = YES;
-				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
-				GCC_WARN_UNUSED_FUNCTION = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				IPHONEOS_DEPLOYMENT_TARGET = 14.0;
-				MTL_ENABLE_DEBUG_INFO = YES;
-				ONLY_ACTIVE_ARCH = YES;
-				SDKROOT = iphoneos;
-				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
-				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
-			};
-			name = Debug;
-		};
-		504EC3151FED79650016851F /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ALWAYS_SEARCH_USER_PATHS = NO;
-				CLANG_ANALYZER_NONNULL = YES;
-				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
-				CLANG_CXX_LIBRARY = "libc++";
-				CLANG_ENABLE_MODULES = YES;
-				CLANG_ENABLE_OBJC_ARC = YES;
-				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
-				CLANG_WARN_BOOL_CONVERSION = YES;
-				CLANG_WARN_COMMA = YES;
-				CLANG_WARN_CONSTANT_CONVERSION = YES;
-				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
-				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
-				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
-				CLANG_WARN_EMPTY_BODY = YES;
-				CLANG_WARN_ENUM_CONVERSION = YES;
-				CLANG_WARN_INFINITE_RECURSION = YES;
-				CLANG_WARN_INT_CONVERSION = YES;
-				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
-				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
-				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
-				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
-				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
-				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
-				CLANG_WARN_STRICT_PROTOTYPES = YES;
-				CLANG_WARN_SUSPICIOUS_MOVE = YES;
-				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
-				CLANG_WARN_UNREACHABLE_CODE = YES;
-				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-				CODE_SIGN_IDENTITY = "iPhone Developer";
-				COPY_PHASE_STRIP = NO;
-				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				ENABLE_NS_ASSERTIONS = NO;
-				ENABLE_STRICT_OBJC_MSGSEND = YES;
-				GCC_C_LANGUAGE_STANDARD = gnu11;
-				GCC_NO_COMMON_BLOCKS = YES;
-				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
-				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
-				GCC_WARN_UNDECLARED_SELECTOR = YES;
-				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
-				GCC_WARN_UNUSED_FUNCTION = YES;
-				GCC_WARN_UNUSED_VARIABLE = YES;
-				IPHONEOS_DEPLOYMENT_TARGET = 14.0;
-				MTL_ENABLE_DEBUG_INFO = NO;
-				SDKROOT = iphoneos;
-				SWIFT_COMPILATION_MODE = wholemodule;
-				SWIFT_OPTIMIZATION_LEVEL = "-O";
-				VALIDATE_PRODUCT = YES;
-			};
-			name = Release;
-		};
-		504EC3171FED79650016851F /* Debug */ = {
-			isa = XCBuildConfiguration;
-			baseConfigurationReference = DE5650F4AD4E2242AB9C012D /* Pods-Logseq.debug.xcconfig */;
-			buildSettings = {
-				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
-				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
-				CLANG_ENABLE_MODULES = YES;
-				CODE_SIGN_ENTITLEMENTS = App/AppDebug.entitlements;
-				CODE_SIGN_IDENTITY = "Apple Development";
-				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 1;
-				DEVELOPMENT_TEAM = K378MFWK59;
-				ENABLE_BITCODE = NO;
-				INFOPLIST_FILE = App/Info.plist;
-				INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
-				IPHONEOS_DEPLOYMENT_TARGET = 16.6;
-				LD_RUNPATH_SEARCH_PATHS = (
-					"$(inherited)",
-					"@executable_path/Frameworks",
-				);
-				MARKETING_VERSION = 0.11.0;
-				OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
-				PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq;
-				PRODUCT_NAME = "$(TARGET_NAME)";
-				PROVISIONING_PROFILE_SPECIFIER = "";
-				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
-				SWIFT_OBJC_BRIDGING_HEADER = "App/App-Bridging-Header.h";
-				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
-				SWIFT_VERSION = 5.0;
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Debug;
-		};
-		504EC3181FED79650016851F /* Release */ = {
-			isa = XCBuildConfiguration;
-			baseConfigurationReference = 8A489CEC51E94726DDD58810 /* Pods-Logseq.release.xcconfig */;
-			buildSettings = {
-				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
-				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
-				CLANG_ENABLE_MODULES = YES;
-				CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
-				CODE_SIGN_IDENTITY = "Apple Development";
-				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 1;
-				DEVELOPMENT_TEAM = K378MFWK59;
-				ENABLE_BITCODE = NO;
-				INFOPLIST_FILE = App/Info.plist;
-				INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
-				IPHONEOS_DEPLOYMENT_TARGET = 16.6;
-				LD_RUNPATH_SEARCH_PATHS = (
-					"$(inherited)",
-					"@executable_path/Frameworks",
-				);
-				MARKETING_VERSION = 0.11.0;
-				PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq;
-				PRODUCT_NAME = "$(TARGET_NAME)";
-				PROVISIONING_PROFILE_SPECIFIER = "";
-				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
-				SWIFT_OBJC_BRIDGING_HEADER = "App/App-Bridging-Header.h";
-				SWIFT_VERSION = 5.0;
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Release;
-		};
-		5FFF7D7627E343FA00B00DA8 /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
-				CLANG_ENABLE_OBJC_WEAK = YES;
-				CODE_SIGN_ENTITLEMENTS = ShareViewController/ShareViewController.entitlements;
-				CODE_SIGN_IDENTITY = "Apple Development";
-				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 1;
-				DEVELOPMENT_TEAM = K378MFWK59;
-				GENERATE_INFOPLIST_FILE = YES;
-				INFOPLIST_FILE = ShareViewController/Info.plist;
-				INFOPLIST_KEY_CFBundleDisplayName = ShareViewController;
-				INFOPLIST_KEY_NSHumanReadableCopyright = "";
-				IPHONEOS_DEPLOYMENT_TARGET = 16.6;
-				LD_RUNPATH_SEARCH_PATHS = (
-					"$(inherited)",
-					"@executable_path/Frameworks",
-					"@executable_path/../../Frameworks",
-				);
-				MARKETING_VERSION = 0.11.0;
-				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
-				MTL_FAST_MATH = YES;
-				PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.ShareViewController;
-				PRODUCT_NAME = "$(TARGET_NAME)";
-				PROVISIONING_PROFILE_SPECIFIER = "";
-				SKIP_INSTALL = YES;
-				SWIFT_EMIT_LOC_STRINGS = YES;
-				SWIFT_VERSION = 5.0;
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Debug;
-		};
-		5FFF7D7727E343FA00B00DA8 /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
-				CLANG_ENABLE_OBJC_WEAK = YES;
-				CODE_SIGN_ENTITLEMENTS = ShareViewController/ShareViewController.entitlements;
-				CODE_SIGN_IDENTITY = "Apple Development";
-				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 1;
-				DEVELOPMENT_TEAM = K378MFWK59;
-				GENERATE_INFOPLIST_FILE = YES;
-				INFOPLIST_FILE = ShareViewController/Info.plist;
-				INFOPLIST_KEY_CFBundleDisplayName = ShareViewController;
-				INFOPLIST_KEY_NSHumanReadableCopyright = "";
-				IPHONEOS_DEPLOYMENT_TARGET = 16.6;
-				LD_RUNPATH_SEARCH_PATHS = (
-					"$(inherited)",
-					"@executable_path/Frameworks",
-					"@executable_path/../../Frameworks",
-				);
-				MARKETING_VERSION = 0.11.0;
-				MTL_FAST_MATH = YES;
-				PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.ShareViewController;
-				PRODUCT_NAME = "$(TARGET_NAME)";
-				PROVISIONING_PROFILE_SPECIFIER = "";
-				SKIP_INSTALL = YES;
-				SWIFT_EMIT_LOC_STRINGS = YES;
-				SWIFT_VERSION = 5.0;
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Release;
-		};
-		D3490CD62E7CE9EB00E796A6 /* Debug */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
-				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
-				ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
-				CLANG_ENABLE_OBJC_WEAK = YES;
-				CODE_SIGN_ENTITLEMENTS = shortcutsExtension.entitlements;
-				CODE_SIGN_IDENTITY = "Apple Development";
-				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 1;
-				DEVELOPMENT_TEAM = K378MFWK59;
-				ENABLE_USER_SCRIPT_SANDBOXING = YES;
-				GCC_C_LANGUAGE_STANDARD = gnu17;
-				GENERATE_INFOPLIST_FILE = YES;
-				INFOPLIST_FILE = shortcuts/Info.plist;
-				INFOPLIST_KEY_CFBundleDisplayName = shortcuts;
-				INFOPLIST_KEY_NSHumanReadableCopyright = "";
-				IPHONEOS_DEPLOYMENT_TARGET = 26.0;
-				LD_RUNPATH_SEARCH_PATHS = (
-					"$(inherited)",
-					"@executable_path/Frameworks",
-					"@executable_path/../../Frameworks",
-				);
-				LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
-				MARKETING_VERSION = 1.0;
-				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
-				MTL_FAST_MATH = YES;
-				PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.shortcuts;
-				PRODUCT_NAME = "$(TARGET_NAME)";
-				SKIP_INSTALL = YES;
-				STRING_CATALOG_GENERATE_SYMBOLS = YES;
-				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
-				SWIFT_APPROACHABLE_CONCURRENCY = YES;
-				SWIFT_EMIT_LOC_STRINGS = YES;
-				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
-				SWIFT_VERSION = 5.0;
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Debug;
-		};
-		D3490CD72E7CE9EB00E796A6 /* Release */ = {
-			isa = XCBuildConfiguration;
-			buildSettings = {
-				ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
-				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
-				ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
-				CLANG_ENABLE_OBJC_WEAK = YES;
-				CODE_SIGN_ENTITLEMENTS = shortcutsExtension.entitlements;
-				CODE_SIGN_IDENTITY = "Apple Development";
-				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 1;
-				DEVELOPMENT_TEAM = K378MFWK59;
-				ENABLE_USER_SCRIPT_SANDBOXING = YES;
-				GCC_C_LANGUAGE_STANDARD = gnu17;
-				GENERATE_INFOPLIST_FILE = YES;
-				INFOPLIST_FILE = shortcuts/Info.plist;
-				INFOPLIST_KEY_CFBundleDisplayName = shortcuts;
-				INFOPLIST_KEY_NSHumanReadableCopyright = "";
-				IPHONEOS_DEPLOYMENT_TARGET = 26.0;
-				LD_RUNPATH_SEARCH_PATHS = (
-					"$(inherited)",
-					"@executable_path/Frameworks",
-					"@executable_path/../../Frameworks",
-				);
-				LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
-				MARKETING_VERSION = 1.0;
-				MTL_FAST_MATH = YES;
-				PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.shortcuts;
-				PRODUCT_NAME = "$(TARGET_NAME)";
-				SKIP_INSTALL = YES;
-				STRING_CATALOG_GENERATE_SYMBOLS = YES;
-				SWIFT_APPROACHABLE_CONCURRENCY = YES;
-				SWIFT_EMIT_LOC_STRINGS = YES;
-				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
-				SWIFT_VERSION = 5.0;
-				TARGETED_DEVICE_FAMILY = "1,2";
-			};
-			name = Release;
-		};
+                504EC3141FED79650016851F /* Debug */ = {
+                        isa = XCBuildConfiguration;
+                        buildSettings = {
+                                ALWAYS_SEARCH_USER_PATHS = NO;
+                                CLANG_ANALYZER_NONNULL = YES;
+                                CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+                                CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+                                CLANG_CXX_LIBRARY = "libc++";
+                                CLANG_ENABLE_MODULES = YES;
+                                CLANG_ENABLE_OBJC_ARC = YES;
+                                CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+                                CLANG_WARN_BOOL_CONVERSION = YES;
+                                CLANG_WARN_COMMA = YES;
+                                CLANG_WARN_CONSTANT_CONVERSION = YES;
+                                CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+                                CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+                                CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+                                CLANG_WARN_EMPTY_BODY = YES;
+                                CLANG_WARN_ENUM_CONVERSION = YES;
+                                CLANG_WARN_INFINITE_RECURSION = YES;
+                                CLANG_WARN_INT_CONVERSION = YES;
+                                CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+                                CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+                                CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+                                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+                                CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
+                                CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+                                CLANG_WARN_STRICT_PROTOTYPES = YES;
+                                CLANG_WARN_SUSPICIOUS_MOVE = YES;
+                                CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+                                CLANG_WARN_UNREACHABLE_CODE = YES;
+                                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+                                CODE_SIGN_IDENTITY = "iPhone Developer";
+                                COPY_PHASE_STRIP = NO;
+                                DEBUG_INFORMATION_FORMAT = dwarf;
+                                ENABLE_STRICT_OBJC_MSGSEND = YES;
+                                ENABLE_TESTABILITY = YES;
+                                GCC_C_LANGUAGE_STANDARD = gnu11;
+                                GCC_DYNAMIC_NO_PIC = NO;
+                                GCC_NO_COMMON_BLOCKS = YES;
+                                GCC_OPTIMIZATION_LEVEL = 0;
+                                GCC_PREPROCESSOR_DEFINITIONS = (
+                                        "DEBUG=1",
+                                        "$(inherited)",
+                                );
+                                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+                                GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+                                GCC_WARN_UNDECLARED_SELECTOR = YES;
+                                GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+                                GCC_WARN_UNUSED_FUNCTION = YES;
+                                GCC_WARN_UNUSED_VARIABLE = YES;
+                                IPHONEOS_DEPLOYMENT_TARGET = 14.0;
+                                MTL_ENABLE_DEBUG_INFO = YES;
+                                ONLY_ACTIVE_ARCH = YES;
+                                SDKROOT = iphoneos;
+                                SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+                                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+                        };
+                        name = Debug;
+                };
+                504EC3151FED79650016851F /* Release */ = {
+                        isa = XCBuildConfiguration;
+                        buildSettings = {
+                                ALWAYS_SEARCH_USER_PATHS = NO;
+                                CLANG_ANALYZER_NONNULL = YES;
+                                CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+                                CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+                                CLANG_CXX_LIBRARY = "libc++";
+                                CLANG_ENABLE_MODULES = YES;
+                                CLANG_ENABLE_OBJC_ARC = YES;
+                                CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+                                CLANG_WARN_BOOL_CONVERSION = YES;
+                                CLANG_WARN_COMMA = YES;
+                                CLANG_WARN_CONSTANT_CONVERSION = YES;
+                                CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+                                CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+                                CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+                                CLANG_WARN_EMPTY_BODY = YES;
+                                CLANG_WARN_ENUM_CONVERSION = YES;
+                                CLANG_WARN_INFINITE_RECURSION = YES;
+                                CLANG_WARN_INT_CONVERSION = YES;
+                                CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+                                CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+                                CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+                                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+                                CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
+                                CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+                                CLANG_WARN_STRICT_PROTOTYPES = YES;
+                                CLANG_WARN_SUSPICIOUS_MOVE = YES;
+                                CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+                                CLANG_WARN_UNREACHABLE_CODE = YES;
+                                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+                                CODE_SIGN_IDENTITY = "iPhone Developer";
+                                COPY_PHASE_STRIP = NO;
+                                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+                                ENABLE_NS_ASSERTIONS = NO;
+                                ENABLE_STRICT_OBJC_MSGSEND = YES;
+                                GCC_C_LANGUAGE_STANDARD = gnu11;
+                                GCC_NO_COMMON_BLOCKS = YES;
+                                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+                                GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+                                GCC_WARN_UNDECLARED_SELECTOR = YES;
+                                GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+                                GCC_WARN_UNUSED_FUNCTION = YES;
+                                GCC_WARN_UNUSED_VARIABLE = YES;
+                                IPHONEOS_DEPLOYMENT_TARGET = 14.0;
+                                MTL_ENABLE_DEBUG_INFO = NO;
+                                SDKROOT = iphoneos;
+                                SWIFT_COMPILATION_MODE = wholemodule;
+                                SWIFT_OPTIMIZATION_LEVEL = "-O";
+                                VALIDATE_PRODUCT = YES;
+                        };
+                        name = Release;
+                };
+                504EC3171FED79650016851F /* Debug */ = {
+                        isa = XCBuildConfiguration;
+                        baseConfigurationReference = DE5650F4AD4E2242AB9C012D /* Pods-Logseq.debug.xcconfig */;
+                        buildSettings = {
+                                ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+                                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+                                CLANG_ENABLE_MODULES = YES;
+                                CODE_SIGN_ENTITLEMENTS = App/AppDebug.entitlements;
+                                CODE_SIGN_IDENTITY = "Apple Development";
+                                CODE_SIGN_STYLE = Automatic;
+                                CURRENT_PROJECT_VERSION = 1;
+                                DEVELOPMENT_TEAM = K378MFWK59;
+                                ENABLE_BITCODE = NO;
+                                INFOPLIST_FILE = App/Info.plist;
+                                INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
+                                IPHONEOS_DEPLOYMENT_TARGET = 16.6;
+                                LD_RUNPATH_SEARCH_PATHS = (
+                                        "$(inherited)",
+                                        "@executable_path/Frameworks",
+                                );
+                                MARKETING_VERSION = 0.11.0;
+                                OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
+                                PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq;
+                                PRODUCT_NAME = "$(TARGET_NAME)";
+                                PROVISIONING_PROFILE_SPECIFIER = "";
+                                SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+                                SWIFT_OBJC_BRIDGING_HEADER = "App/App-Bridging-Header.h";
+                                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+                                SWIFT_VERSION = 5.0;
+                                TARGETED_DEVICE_FAMILY = "1,2";
+                        };
+                        name = Debug;
+                };
+                504EC3181FED79650016851F /* Release */ = {
+                        isa = XCBuildConfiguration;
+                        baseConfigurationReference = 8A489CEC51E94726DDD58810 /* Pods-Logseq.release.xcconfig */;
+                        buildSettings = {
+                                ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+                                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+                                CLANG_ENABLE_MODULES = YES;
+                                CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
+                                CODE_SIGN_IDENTITY = "Apple Development";
+                                CODE_SIGN_STYLE = Automatic;
+                                CURRENT_PROJECT_VERSION = 1;
+                                DEVELOPMENT_TEAM = K378MFWK59;
+                                ENABLE_BITCODE = NO;
+                                INFOPLIST_FILE = App/Info.plist;
+                                INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
+                                IPHONEOS_DEPLOYMENT_TARGET = 16.6;
+                                LD_RUNPATH_SEARCH_PATHS = (
+                                        "$(inherited)",
+                                        "@executable_path/Frameworks",
+                                );
+                                MARKETING_VERSION = 0.11.0;
+                                PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq;
+                                PRODUCT_NAME = "$(TARGET_NAME)";
+                                PROVISIONING_PROFILE_SPECIFIER = "";
+                                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
+                                SWIFT_OBJC_BRIDGING_HEADER = "App/App-Bridging-Header.h";
+                                SWIFT_VERSION = 5.0;
+                                TARGETED_DEVICE_FAMILY = "1,2";
+                        };
+                        name = Release;
+                };
+                5FFF7D7627E343FA00B00DA8 /* Debug */ = {
+                        isa = XCBuildConfiguration;
+                        buildSettings = {
+                                CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
+                                CLANG_ENABLE_OBJC_WEAK = YES;
+                                CODE_SIGN_ENTITLEMENTS = ShareViewController/ShareViewController.entitlements;
+                                CODE_SIGN_IDENTITY = "Apple Development";
+                                CODE_SIGN_STYLE = Automatic;
+                                CURRENT_PROJECT_VERSION = 1;
+                                DEVELOPMENT_TEAM = K378MFWK59;
+                                GENERATE_INFOPLIST_FILE = YES;
+                                INFOPLIST_FILE = ShareViewController/Info.plist;
+                                INFOPLIST_KEY_CFBundleDisplayName = ShareViewController;
+                                INFOPLIST_KEY_NSHumanReadableCopyright = "";
+                                IPHONEOS_DEPLOYMENT_TARGET = 16.6;
+                                LD_RUNPATH_SEARCH_PATHS = (
+                                        "$(inherited)",
+                                        "@executable_path/Frameworks",
+                                        "@executable_path/../../Frameworks",
+                                );
+                                MARKETING_VERSION = 0.11.0;
+                                MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
+                                MTL_FAST_MATH = YES;
+                                PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.ShareViewController;
+                                PRODUCT_NAME = "$(TARGET_NAME)";
+                                PROVISIONING_PROFILE_SPECIFIER = "";
+                                SKIP_INSTALL = YES;
+                                SWIFT_EMIT_LOC_STRINGS = YES;
+                                SWIFT_VERSION = 5.0;
+                                TARGETED_DEVICE_FAMILY = "1,2";
+                        };
+                        name = Debug;
+                };
+                5FFF7D7727E343FA00B00DA8 /* Release */ = {
+                        isa = XCBuildConfiguration;
+                        buildSettings = {
+                                CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
+                                CLANG_ENABLE_OBJC_WEAK = YES;
+                                CODE_SIGN_ENTITLEMENTS = ShareViewController/ShareViewController.entitlements;
+                                CODE_SIGN_IDENTITY = "Apple Development";
+                                CODE_SIGN_STYLE = Automatic;
+                                CURRENT_PROJECT_VERSION = 1;
+                                DEVELOPMENT_TEAM = K378MFWK59;
+                                GENERATE_INFOPLIST_FILE = YES;
+                                INFOPLIST_FILE = ShareViewController/Info.plist;
+                                INFOPLIST_KEY_CFBundleDisplayName = ShareViewController;
+                                INFOPLIST_KEY_NSHumanReadableCopyright = "";
+                                IPHONEOS_DEPLOYMENT_TARGET = 16.6;
+                                LD_RUNPATH_SEARCH_PATHS = (
+                                        "$(inherited)",
+                                        "@executable_path/Frameworks",
+                                        "@executable_path/../../Frameworks",
+                                );
+                                MARKETING_VERSION = 0.11.0;
+                                MTL_FAST_MATH = YES;
+                                PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.ShareViewController;
+                                PRODUCT_NAME = "$(TARGET_NAME)";
+                                PROVISIONING_PROFILE_SPECIFIER = "";
+                                SKIP_INSTALL = YES;
+                                SWIFT_EMIT_LOC_STRINGS = YES;
+                                SWIFT_VERSION = 5.0;
+                                TARGETED_DEVICE_FAMILY = "1,2";
+                        };
+                        name = Release;
+                };
+                D3490CD62E7CE9EB00E796A6 /* Debug */ = {
+                        isa = XCBuildConfiguration;
+                        buildSettings = {
+                                ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
+                                ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
+                                ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
+                                CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
+                                CLANG_ENABLE_OBJC_WEAK = YES;
+                                CODE_SIGN_ENTITLEMENTS = shortcutsExtension.entitlements;
+                                CODE_SIGN_IDENTITY = "Apple Development";
+                                CODE_SIGN_STYLE = Automatic;
+                                CURRENT_PROJECT_VERSION = 1;
+                                DEVELOPMENT_TEAM = K378MFWK59;
+                                ENABLE_USER_SCRIPT_SANDBOXING = YES;
+                                GCC_C_LANGUAGE_STANDARD = gnu17;
+                                GENERATE_INFOPLIST_FILE = YES;
+                                INFOPLIST_FILE = shortcuts/Info.plist;
+                                INFOPLIST_KEY_CFBundleDisplayName = shortcuts;
+                                INFOPLIST_KEY_NSHumanReadableCopyright = "";
+                                IPHONEOS_DEPLOYMENT_TARGET = 26.0;
+                                LD_RUNPATH_SEARCH_PATHS = (
+                                        "$(inherited)",
+                                        "@executable_path/Frameworks",
+                                        "@executable_path/../../Frameworks",
+                                );
+                                LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
+                                MARKETING_VERSION = 1.0;
+                                MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
+                                MTL_FAST_MATH = YES;
+                                PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.shortcuts;
+                                PRODUCT_NAME = "$(TARGET_NAME)";
+                                SKIP_INSTALL = YES;
+                                STRING_CATALOG_GENERATE_SYMBOLS = YES;
+                                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
+                                SWIFT_APPROACHABLE_CONCURRENCY = YES;
+                                SWIFT_EMIT_LOC_STRINGS = YES;
+                                SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
+                                SWIFT_VERSION = 5.0;
+                                TARGETED_DEVICE_FAMILY = "1,2";
+                        };
+                        name = Debug;
+                };
+                D3490CD72E7CE9EB00E796A6 /* Release */ = {
+                        isa = XCBuildConfiguration;
+                        buildSettings = {
+                                ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
+                                ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
+                                ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
+                                CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
+                                CLANG_ENABLE_OBJC_WEAK = YES;
+                                CODE_SIGN_ENTITLEMENTS = shortcutsExtension.entitlements;
+                                CODE_SIGN_IDENTITY = "Apple Development";
+                                CODE_SIGN_STYLE = Automatic;
+                                CURRENT_PROJECT_VERSION = 1;
+                                DEVELOPMENT_TEAM = K378MFWK59;
+                                ENABLE_USER_SCRIPT_SANDBOXING = YES;
+                                GCC_C_LANGUAGE_STANDARD = gnu17;
+                                GENERATE_INFOPLIST_FILE = YES;
+                                INFOPLIST_FILE = shortcuts/Info.plist;
+                                INFOPLIST_KEY_CFBundleDisplayName = shortcuts;
+                                INFOPLIST_KEY_NSHumanReadableCopyright = "";
+                                IPHONEOS_DEPLOYMENT_TARGET = 26.0;
+                                LD_RUNPATH_SEARCH_PATHS = (
+                                        "$(inherited)",
+                                        "@executable_path/Frameworks",
+                                        "@executable_path/../../Frameworks",
+                                );
+                                LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
+                                MARKETING_VERSION = 1.0;
+                                MTL_FAST_MATH = YES;
+                                PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.shortcuts;
+                                PRODUCT_NAME = "$(TARGET_NAME)";
+                                SKIP_INSTALL = YES;
+                                STRING_CATALOG_GENERATE_SYMBOLS = YES;
+                                SWIFT_APPROACHABLE_CONCURRENCY = YES;
+                                SWIFT_EMIT_LOC_STRINGS = YES;
+                                SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
+                                SWIFT_VERSION = 5.0;
+                                TARGETED_DEVICE_FAMILY = "1,2";
+                        };
+                        name = Release;
+                };
 /* End XCBuildConfiguration section */
 
 /* Begin XCConfigurationList section */
-		504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				504EC3141FED79650016851F /* Debug */,
-				504EC3151FED79650016851F /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-		504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "Logseq" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				504EC3171FED79650016851F /* Debug */,
-				504EC3181FED79650016851F /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-		5FFF7D7827E343FA00B00DA8 /* Build configuration list for PBXNativeTarget "ShareViewController" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				5FFF7D7627E343FA00B00DA8 /* Debug */,
-				5FFF7D7727E343FA00B00DA8 /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
-		D3490CD92E7CE9EB00E796A6 /* Build configuration list for PBXNativeTarget "shortcutsExtension" */ = {
-			isa = XCConfigurationList;
-			buildConfigurations = (
-				D3490CD62E7CE9EB00E796A6 /* Debug */,
-				D3490CD72E7CE9EB00E796A6 /* Release */,
-			);
-			defaultConfigurationIsVisible = 0;
-			defaultConfigurationName = Release;
-		};
+                504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */ = {
+                        isa = XCConfigurationList;
+                        buildConfigurations = (
+                                504EC3141FED79650016851F /* Debug */,
+                                504EC3151FED79650016851F /* Release */,
+                        );
+                        defaultConfigurationIsVisible = 0;
+                        defaultConfigurationName = Release;
+                };
+                504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "Logseq" */ = {
+                        isa = XCConfigurationList;
+                        buildConfigurations = (
+                                504EC3171FED79650016851F /* Debug */,
+                                504EC3181FED79650016851F /* Release */,
+                        );
+                        defaultConfigurationIsVisible = 0;
+                        defaultConfigurationName = Release;
+                };
+                5FFF7D7827E343FA00B00DA8 /* Build configuration list for PBXNativeTarget "ShareViewController" */ = {
+                        isa = XCConfigurationList;
+                        buildConfigurations = (
+                                5FFF7D7627E343FA00B00DA8 /* Debug */,
+                                5FFF7D7727E343FA00B00DA8 /* Release */,
+                        );
+                        defaultConfigurationIsVisible = 0;
+                        defaultConfigurationName = Release;
+                };
+                D3490CD92E7CE9EB00E796A6 /* Build configuration list for PBXNativeTarget "shortcutsExtension" */ = {
+                        isa = XCConfigurationList;
+                        buildConfigurations = (
+                                D3490CD62E7CE9EB00E796A6 /* Debug */,
+                                D3490CD72E7CE9EB00E796A6 /* Release */,
+                        );
+                        defaultConfigurationIsVisible = 0;
+                        defaultConfigurationName = Release;
+                };
 /* End XCConfigurationList section */
-	};
-	rootObject = 504EC2FC1FED79650016851F /* Project object */;
+        };
+        rootObject = 504EC2FC1FED79650016851F /* Project object */;
 }

+ 19 - 37
ios/App/App/AppDelegate.swift

@@ -7,7 +7,7 @@ import SwiftUI
 class AppDelegate: UIResponder, UIApplicationDelegate, UINavigationControllerDelegate {
 
     var window: UIWindow?
-    private var navController: UINavigationController?
+    var navController: UINavigationController?
     private var pathStack: [String] = ["/"]
     private var ignoreRoutePopCount = 0
     private lazy var sidebarCloseGesture: UISwipeGestureRecognizer = {
@@ -17,44 +17,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UINavigationControllerDel
         return gesture
     }()
 
-    func createRootNavController() -> UINavigationController {
-        let nav = UINavigationController()
-        navController = nav
-        nav.navigationBar.prefersLargeTitles = false
-        nav.delegate = self
-
-        if #available(iOS 15.0, *) {
-            let appearance = UINavigationBarAppearance()
-            appearance.configureWithTransparentBackground()
-            appearance.backgroundEffect = UIBlurEffect(style: .systemMaterial)
-            appearance.backgroundColor = UIColor.systemBackground.withAlphaComponent(0.6)
-            appearance.shadowColor = .clear
-            nav.navigationBar.standardAppearance = appearance
-            nav.navigationBar.scrollEdgeAppearance = appearance
-            nav.navigationBar.compactAppearance = appearance
-        }
-
-        let rootPath = "/"
-        let rootVC = NativePageViewController(path: rootPath, push: true, title: "Logseq")
-        nav.setViewControllers([rootVC], animated: false)
-
-        return nav
-    }
-
     func application(_ application: UIApplication,
                      didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil) -> Bool {
-        let nav = createRootNavController()
-        self.navController = nav
-
-        let rootView = LiquidTabsRootView(navController: nav)
-        let hosting = UIHostingController(rootView: rootView)
-
-        window = UIWindow(frame: UIScreen.main.bounds)
-        window?.rootViewController = hosting
-        window?.makeKeyAndVisible()
-
-        observeRouteChanges()
-
         if let shortcutItem = launchOptions?[.shortcutItem] as? UIApplicationShortcutItem {
             DispatchQueue.main.async {
                 _ = self.handleShortcutItem(shortcutItem)
@@ -70,6 +34,20 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UINavigationControllerDel
         completionHandler(handled)
     }
 
+    func application(_ application: UIApplication,
+                     configurationForConnecting connectingSceneSession: UISceneSession,
+                     options: UIScene.ConnectionOptions) -> UISceneConfiguration {
+        let config = UISceneConfiguration(name: "Default Configuration",
+                                          sessionRole: connectingSceneSession.role)
+        config.delegateClass = SceneDelegate.self
+        return config
+    }
+
+    func application(_ application: UIApplication,
+                     didDiscardSceneSessions sceneSessions: Set<UISceneSession>) {
+        // no-op, unless you want to clean anything up
+    }
+
     private func handleShortcutItem(_ shortcutItem: UIApplicationShortcutItem) -> Bool {
         switch shortcutItem.type {
         case "logseq.quickadd":
@@ -388,4 +366,8 @@ extension AppDelegate {
         activity.becomeCurrent()
         print("✅ Donated Record Audio (NSUserActivity)")
     }
+
+    func startRouteObservation() {
+        observeRouteChanges()
+    }
 }

+ 1 - 0
ios/App/App/AppViewController.swift

@@ -12,5 +12,6 @@ import Capacitor
   override public func capacitorDidLoad() {
     bridge?.registerPluginInstance(UILocalPlugin())
     bridge?.registerPluginInstance(NativeTopBarPlugin())
+    bridge?.registerPluginInstance(LiquidTabsPlugin())
   }
 }

+ 160 - 144
ios/App/App/Info.plist

@@ -1,150 +1,166 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
-<dict>
-	<key>APFiles</key>
-	<dict>
-		<key>APFileDescriptionKey</key>
-		<string></string>
-		<key>APFileDestinationPath</key>
-		<string></string>
-		<key>APFileName</key>
-		<string></string>
-		<key>APFileSourcePath</key>
-		<string></string>
-	</dict>
-	<key>AppIntentsEnabled</key>
-	<true/>
+    <dict>
+        <key>APFiles</key>
+        <dict>
+            <key>APFileDescriptionKey</key>
+            <string></string>
+            <key>APFileDestinationPath</key>
+            <string></string>
+            <key>APFileName</key>
+            <string></string>
+            <key>APFileSourcePath</key>
+            <string></string>
+        </dict>
+        <key>AppIntentsEnabled</key>
+        <true/>
         <key>AppControlsEnabled</key>
         <true/>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>en</string>
-	<key>CFBundleDisplayName</key>
-	<string>Logseq</string>
-	<key>CFBundleExecutable</key>
-	<string>$(EXECUTABLE_NAME)</string>
-	<key>CFBundleGetInfoString</key>
-	<string></string>
-	<key>CFBundleIdentifier</key>
-	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>$(PRODUCT_NAME)</string>
-	<key>CFBundlePackageType</key>
-	<string>APPL</string>
-	<key>CFBundleShortVersionString</key>
-	<string>$(MARKETING_VERSION)</string>
-	<key>CFBundleURLTypes</key>
-	<array>
-		<dict>
-			<key>CFBundleTypeRole</key>
-			<string>Viewer</string>
-			<key>CFBundleURLName</key>
-			<string>com.logseq.logseq</string>
-			<key>CFBundleURLSchemes</key>
-			<array>
-				<string>logseq</string>
-			</array>
-		</dict>
-	</array>
-	<key>CFBundleVersion</key>
-	<string>$(CURRENT_PROJECT_VERSION)</string>
-	<key>ITSAppUsesNonExemptEncryption</key>
-	<false/>
-	<key>LSApplicationCategoryType</key>
-	<string></string>
-	<key>LSRequiresIPhoneOS</key>
-	<true/>
-	<key>LSSupportsOpeningDocumentsInPlace</key>
-	<true/>
-	<key>NSAppTransportSecurity</key>
-	<dict>
-		<key>NSAllowsArbitraryLoads</key>
-		<true/>
-	</dict>
-	<key>NSCameraUsageDescription</key>
-	<string>We will access your camera when you take a photo, and embed it in your note.</string>
-	<key>NSDocumentsFolderUsageDescription</key>
-	<string></string>
-	<key>NSDownloadsFolderUsageDescription</key>
-	<string></string>
-	<key>NSFileProviderDomainUsageDescription</key>
-	<string></string>
-	<key>NSFileProviderPresenceUsageDescription</key>
-	<string></string>
-	<key>NSMicrophoneUsageDescription</key>
-	<string>We will access your microphone to record audio notes</string>
-	<key>NSPhotoLibraryAddUsageDescription</key>
-	<string>We will access your album when you save a photo.</string>
-	<key>NSPhotoLibraryUsageDescription</key>
-	<string>We will access your album when you choose a photo, and embed it in your note.</string>
-	<key>NSSpeechRecognitionUsageDescription</key>
-	<string>We need access to speech recognition to convert your voice to text.</string>
-	<key>NSUbiquitousContainers</key>
-	<dict>
-		<key>iCloud.com.logseq.logseq</key>
-		<dict>
-			<key>NSUbiquitousContainerIsDocumentScopePublic</key>
-			<true/>
-			<key>NSUbiquitousContainerName</key>
-			<string>Logseq</string>
-			<key>NSUbiquitousContainerSupportedFolderLevels</key>
-			<string>ANY</string>
-		</dict>
-	</dict>
-	<key>NSUserActivityTypes</key>
-	<array>
-		<string>com.logseq.quickadd</string>
-		<string>com.logseq.audio</string>
-	</array>
-	<key>UIApplicationShortcutItems</key>
-	<array>
-		<dict>
-			<key>UIApplicationShortcutItemIconSymbolName</key>
-			<string>waveform</string>
-			<key>UIApplicationShortcutItemTitle</key>
-			<string>Voice</string>
-			<key>UIApplicationShortcutItemType</key>
-			<string>logseq.voice</string>
-		</dict>
-		<dict>
-			<key>UIApplicationShortcutItemIconSymbolName</key>
-			<string>plus</string>
-			<key>UIApplicationShortcutItemTitle</key>
-			<string>Quick Add</string>
-			<key>UIApplicationShortcutItemType</key>
-			<string>logseq.quickadd</string>
-		</dict>
-	</array>
-	<key>UIBackgroundModes</key>
-	<array>
-		<string>audio</string>
-	</array>
-	<key>UIFileSharingEnabled</key>
-	<true/>
-	<key>UILaunchStoryboardName</key>
-	<string>LaunchScreen</string>
-	<key>UIRequiredDeviceCapabilities</key>
-	<array>
-		<string>armv7</string>
-	</array>
-	<key>UISupportedInterfaceOrientations</key>
-	<array>
-		<string>UIInterfaceOrientationPortrait</string>
-	</array>
-	<key>UISupportedInterfaceOrientations~ipad</key>
-	<array>
-		<string>UIInterfaceOrientationLandscapeLeft</string>
-		<string>UIInterfaceOrientationLandscapeRight</string>
-		<string>UIInterfaceOrientationPortrait</string>
-		<string>UIInterfaceOrientationPortraitUpsideDown</string>
-	</array>
-	<key>UISupportsDocumentBrowser</key>
-	<true/>
-	<key>UIViewControllerBasedStatusBarAppearance</key>
-	<true/>
-        
-        
-</dict>
+        <key>CFBundleDevelopmentRegion</key>
+        <string>en</string>
+        <key>CFBundleDisplayName</key>
+        <string>Logseq</string>
+        <key>CFBundleExecutable</key>
+        <string>$(EXECUTABLE_NAME)</string>
+        <key>CFBundleGetInfoString</key>
+        <string></string>
+        <key>CFBundleIdentifier</key>
+        <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+        <key>CFBundleInfoDictionaryVersion</key>
+        <string>6.0</string>
+        <key>CFBundleName</key>
+        <string>$(PRODUCT_NAME)</string>
+        <key>CFBundlePackageType</key>
+        <string>APPL</string>
+        <key>CFBundleShortVersionString</key>
+        <string>$(MARKETING_VERSION)</string>
+        <key>CFBundleURLTypes</key>
+        <array>
+            <dict>
+                <key>CFBundleTypeRole</key>
+                <string>Viewer</string>
+                <key>CFBundleURLName</key>
+                <string>com.logseq.logseq</string>
+                <key>CFBundleURLSchemes</key>
+                <array>
+                    <string>logseq</string>
+                </array>
+            </dict>
+        </array>
+        <key>CFBundleVersion</key>
+        <string>$(CURRENT_PROJECT_VERSION)</string>
+        <key>ITSAppUsesNonExemptEncryption</key>
+        <false/>
+        <key>LSApplicationCategoryType</key>
+        <string></string>
+        <key>LSRequiresIPhoneOS</key>
+        <true/>
+        <key>LSSupportsOpeningDocumentsInPlace</key>
+        <true/>
+        <key>NSAppTransportSecurity</key>
+        <dict>
+            <key>NSAllowsArbitraryLoads</key>
+            <true/>
+        </dict>
+        <key>NSCameraUsageDescription</key>
+        <string>We will access your camera when you take a photo, and embed it in your note.</string>
+        <key>NSDocumentsFolderUsageDescription</key>
+        <string></string>
+        <key>NSDownloadsFolderUsageDescription</key>
+        <string></string>
+        <key>NSFileProviderDomainUsageDescription</key>
+        <string></string>
+        <key>NSFileProviderPresenceUsageDescription</key>
+        <string></string>
+        <key>NSMicrophoneUsageDescription</key>
+        <string>We will access your microphone to record audio notes</string>
+        <key>NSPhotoLibraryAddUsageDescription</key>
+        <string>We will access your album when you save a photo.</string>
+        <key>NSPhotoLibraryUsageDescription</key>
+        <string>We will access your album when you choose a photo, and embed it in your note.</string>
+        <key>NSSpeechRecognitionUsageDescription</key>
+        <string>We need access to speech recognition to convert your voice to text.</string>
+        <key>NSUbiquitousContainers</key>
+        <dict>
+            <key>iCloud.com.logseq.logseq</key>
+            <dict>
+                <key>NSUbiquitousContainerIsDocumentScopePublic</key>
+                <true/>
+                <key>NSUbiquitousContainerName</key>
+                <string>Logseq</string>
+                <key>NSUbiquitousContainerSupportedFolderLevels</key>
+                <string>ANY</string>
+            </dict>
+        </dict>
+        <key>NSUserActivityTypes</key>
+        <array>
+            <string>com.logseq.quickadd</string>
+            <string>com.logseq.audio</string>
+        </array>
+        <key>UIApplicationShortcutItems</key>
+        <array>
+            <dict>
+                <key>UIApplicationShortcutItemIconSymbolName</key>
+                <string>waveform</string>
+                <key>UIApplicationShortcutItemTitle</key>
+                <string>Voice</string>
+                <key>UIApplicationShortcutItemType</key>
+                <string>logseq.voice</string>
+            </dict>
+            <dict>
+                <key>UIApplicationShortcutItemIconSymbolName</key>
+                <string>plus</string>
+                <key>UIApplicationShortcutItemTitle</key>
+                <string>Quick Add</string>
+                <key>UIApplicationShortcutItemType</key>
+                <string>logseq.quickadd</string>
+            </dict>
+        </array>
+        <key>UIBackgroundModes</key>
+        <array>
+            <string>audio</string>
+        </array>
+        <key>UIFileSharingEnabled</key>
+        <true/>
+        <key>UILaunchStoryboardName</key>
+        <string>LaunchScreen</string>
+        <key>UIRequiredDeviceCapabilities</key>
+        <array>
+            <string>armv7</string>
+        </array>
+        <key>UISupportedInterfaceOrientations</key>
+        <array>
+            <string>UIInterfaceOrientationPortrait</string>
+        </array>
+        <key>UISupportedInterfaceOrientations~ipad</key>
+        <array>
+            <string>UIInterfaceOrientationLandscapeLeft</string>
+            <string>UIInterfaceOrientationLandscapeRight</string>
+            <string>UIInterfaceOrientationPortrait</string>
+            <string>UIInterfaceOrientationPortraitUpsideDown</string>
+        </array>
+        <key>UISupportsDocumentBrowser</key>
+        <true/>
+        <key>UIViewControllerBasedStatusBarAppearance</key>
+        <true/>
+
+        <key>UIApplicationSceneManifest</key>
+        <dict>
+            <key>UIApplicationSupportsMultipleScenes</key>
+            <false/>
+            <key>UISceneConfigurations</key>
+            <dict>
+                <key>UIWindowSceneSessionRoleApplication</key>
+                <array>
+                    <dict>
+                        <key>UISceneConfigurationName</key>
+                        <string>Default Configuration</string>
+                        <key>UISceneDelegateClassName</key>
+                        <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
+                    </dict>
+                </array>
+            </dict>
+        </dict>
+    </dict>
 </plist>

+ 8 - 1
ios/App/App/LiquidTabsPlugin.swift

@@ -3,12 +3,19 @@ import Capacitor
 import SwiftUI
 
 @objc(LiquidTabsPlugin)
-public class LiquidTabsPlugin: CAPPlugin {
+public class LiquidTabsPlugin: CAPPlugin, CAPBridgedPlugin {
     // So SwiftUI can notify JS
     static weak var shared: LiquidTabsPlugin?
 
     private let store = LiquidTabsStore.shared
 
+    public let identifier = "LiquidTabsPlugin"
+    public let jsName = "LiquidTabsPlugin"
+    public let pluginMethods: [CAPPluginMethod] = [
+      CAPPluginMethod(name: "configureTabs", returnType: CAPPluginReturnPromise),
+      CAPPluginMethod(name: "selectTab", returnType: CAPPluginReturnPromise)
+    ]
+
     public override func load() {
         super.load()
         LiquidTabsPlugin.shared = self

+ 18 - 12
ios/App/App/LiquidTabsRootView.swift

@@ -5,16 +5,24 @@ struct LiquidTabsRootView: View {
     let navController: UINavigationController
 
     var body: some View {
-        TabView(selection: Binding(
-            get: { store.effectiveSelectedId() },
-            set: { newValue in
-                guard let id = newValue else { return }
-                store.selectedId = id
-                LiquidTabsPlugin.shared?.notifyTabSelected(id: id)
-            }
-        )) {
-            ForEach(store.tabs) { tab in
-                tabView(for: tab)
+        Group {
+            if store.tabs.isEmpty {
+                // Fallback: just show your existing nav + webview
+                NativeNavHost(navController: navController)
+                    .ignoresSafeArea()
+            } else {
+                TabView(selection: Binding(
+                    get: { store.effectiveSelectedId() },
+                    set: { newValue in
+                        guard let id = newValue else { return }
+                        store.selectedId = id
+                        LiquidTabsPlugin.shared?.notifyTabSelected(id: id)
+                    }
+                )) {
+                    ForEach(store.tabs) { tab in
+                        tabView(for: tab)
+                    }
+                }
             }
         }
     }
@@ -23,7 +31,6 @@ struct LiquidTabsRootView: View {
     private func tabView(for tab: LiquidTab) -> some View {
         switch tab.role {
         case .normal:
-            // Normal tab: your existing nav + webview
             NativeNavHost(navController: navController)
                 .ignoresSafeArea()
                 .tabItem {
@@ -32,7 +39,6 @@ struct LiquidTabsRootView: View {
                 .tag(tab.id as String?)
 
         case .search:
-            // Search tab: uses SwiftUI's searchable() for the liquid search UI
             SearchTabView()
                 .tabItem {
                     Label(tab.title, systemImage: tab.systemImage)

+ 65 - 0
ios/App/App/SceneDelegate.swift

@@ -0,0 +1,65 @@
+import UIKit
+import SwiftUI
+
+class SceneDelegate: UIResponder, UIWindowSceneDelegate {
+    var window: UIWindow?
+
+    // If you still want a reference to nav:
+    var navController: UINavigationController?
+
+    func scene(_ scene: UIScene,
+               willConnectTo session: UISceneSession,
+               options connectionOptions: UIScene.ConnectionOptions) {
+
+        guard let windowScene = scene as? UIWindowScene else { return }
+
+        // 1) Create your nav controller as before
+        let nav = UINavigationController()
+        nav.navigationBar.prefersLargeTitles = false
+
+        // hook the delegate on AppDelegate so all your existing
+        // UINavigationControllerDelegate logic keeps working
+        if let appDelegate = UIApplication.shared.delegate as? AppDelegate {
+            nav.delegate = appDelegate
+            appDelegate.navController = nav
+        }
+
+        if #available(iOS 15.0, *) {
+            let appearance = UINavigationBarAppearance()
+            appearance.configureWithTransparentBackground()
+            appearance.backgroundEffect = UIBlurEffect(style: .systemMaterial)
+            appearance.backgroundColor = UIColor.systemBackground.withAlphaComponent(0.6)
+            appearance.shadowColor = .clear
+            nav.navigationBar.standardAppearance = appearance
+            nav.navigationBar.scrollEdgeAppearance = appearance
+            nav.navigationBar.compactAppearance = appearance
+        }
+
+        let rootPath = "/"
+        let rootVC = NativePageViewController(path: rootPath,
+                                              push: true,
+                                              title: "Logseq")
+        nav.setViewControllers([rootVC], animated: false)
+        self.navController = nav
+
+        // 2) Wrap in SwiftUI root (LiquidTabsRootView)
+        let rootView = LiquidTabsRootView(navController: nav)
+        let hosting = UIHostingController(rootView: rootView)
+
+        // 3) Standard UIWindowScene setup
+        let window = UIWindow(windowScene: windowScene)
+        window.rootViewController = hosting
+        self.window = window
+        window.makeKeyAndVisible()
+
+        // 4) Start observing route changes (your existing logic)
+        (UIApplication.shared.delegate as? AppDelegate)?.startRouteObservation()
+    }
+
+    // Optional, but nice to have:
+    func sceneDidDisconnect(_ scene: UIScene) { }
+    func sceneDidBecomeActive(_ scene: UIScene) { }
+    func sceneWillResignActive(_ scene: UIScene) { }
+    func sceneWillEnterForeground(_ scene: UIScene) { }
+    func sceneDidEnterBackground(_ scene: UIScene) { }
+}

+ 0 - 1
ios/App/Podfile

@@ -26,7 +26,6 @@ def capacitor_pods
   pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
   pod 'CapgoCapacitorNavigationBar', :path => '../../node_modules/@capgo/capacitor-navigation-bar'
   pod 'SendIntent', :path => '../../node_modules/send-intent'
-  pod 'StayLiquid', :path => '../../node_modules/stay-liquid'
   pod 'JcesarmobileSslSkip', :path => '../../node_modules/@jcesarmobile/ssl-skip'
 end
 

+ 1 - 7
ios/App/Podfile.lock

@@ -34,8 +34,6 @@ PODS:
     - Capacitor
   - SendIntent (7.0.0):
     - Capacitor
-  - StayLiquid (0.1.0):
-    - Capacitor (>= 6.0.0)
 
 DEPENDENCIES:
   - "Capacitor (from `../../node_modules/@capacitor/ios`)"
@@ -56,7 +54,6 @@ DEPENDENCIES:
   - "CapgoCapacitorNavigationBar (from `../../node_modules/@capgo/capacitor-navigation-bar`)"
   - "JcesarmobileSslSkip (from `../../node_modules/@jcesarmobile/ssl-skip`)"
   - SendIntent (from `../../node_modules/send-intent`)
-  - StayLiquid (from `../../node_modules/stay-liquid`)
 
 EXTERNAL SOURCES:
   Capacitor:
@@ -95,8 +92,6 @@ EXTERNAL SOURCES:
     :path: "../../node_modules/@jcesarmobile/ssl-skip"
   SendIntent:
     :path: "../../node_modules/send-intent"
-  StayLiquid:
-    :path: "../../node_modules/stay-liquid"
 
 SPEC CHECKSUMS:
   Capacitor: 03bc7cbdde6a629a8b910a9d7d78c3cc7ed09ea7
@@ -117,8 +112,7 @@ SPEC CHECKSUMS:
   CapgoCapacitorNavigationBar: 067b1c1d1ede5ce96200a730ce7fd498e9641509
   JcesarmobileSslSkip: 5fa98636a64c36faa50f32ab4daf34e38f4d45b9
   SendIntent: 8a6f646a4489f788d253ffbd1082a98ea388d870
-  StayLiquid: dac4b6cd7761472754f97d367ba4651ca79fcd2e
 
-PODFILE CHECKSUM: 858411d5b4560fd80593ea76b0fd6359bccabec3
+PODFILE CHECKSUM: 00fbb7ba3788966b68cb8a5a6f2abc380d7b7b9a
 
 COCOAPODS: 1.16.2

+ 0 - 1
package.json

@@ -190,7 +190,6 @@
         "sanitize-filename": "1.6.3",
         "send-intent": "^7.0.0",
         "shepherd.js": "^9.1.0",
-        "stay-liquid": "https://github.com/logseq/stay-liquid.git#b2fde7447e2fff96f16b7715c6857d91c992359d",
         "tailwind-capitalize-first-letter": "^1.0.4",
         "threads": "1.6.5",
         "url": "^0.11.0",

+ 5 - 4
src/main/mobile/bottom_tabs.cljs

@@ -11,7 +11,7 @@
 ;; Capacitor plugin instance:
 ;; Make sure the plugin is registered as `LiquidTabs` on the native side.
 (def ^js liquid-tabs
-  (.. js/Capacitor -Plugins -LiquidTabs))
+  (.. js/Capacitor -Plugins -LiquidTabsPlugin))
 
 (defn configure-tabs
   "Configure the native tab bar.
@@ -89,9 +89,10 @@
   (p/do!
     ;; (configure-tabs (:ui/theme @state/state) true)
    (configure-tabs
-    [{:id "home"    :title "Home"    :system-image "house"             :role "normal"}
-     {:id "search"  :title "Search"  :system-image "magnifyingglass"   :role "search"}
-     {:id "settings" :title "Settings" :system-image "gear"            :role "normal"}])
+    [{:id "home"    :title "Home"    :systemImage "house"             :role "normal"}
+     {:id "quick-add" :title "Capture" :systemImage "plus"            :role "normal"}
+     {:id "settings" :title "Settings" :systemImage "gear"            :role "normal"}
+     {:id "search"  :title "Search"  :systemImage "magnifyingglass"   :role "search"}])
    (add-tab-selected-listener!
     (fn [tab]
       (when-not (= tab "quick-add")

+ 28 - 16
yarn.lock

@@ -291,13 +291,6 @@
   dependencies:
     tslib "^2.1.0"
 
-"@capacitor/core@^7.4.4":
-  version "7.4.4"
-  resolved "https://registry.yarnpkg.com/@capacitor/core/-/core-7.4.4.tgz#b752dd7a12141e40d1c8ce2e37a79571d9f83518"
-  integrity sha512-xzjxpr+d2zwTpCaN0k+C6wKSZzWFAb9OVEUtmO72ihjr/NEDoLvsGl4WLfjWPcCO2zOy0b2X52tfRWjECFUjtw==
-  dependencies:
-    tslib "^2.1.0"
-
 "@capacitor/device@^7.0.2":
   version "7.0.2"
   resolved "https://registry.yarnpkg.com/@capacitor/device/-/device-7.0.2.tgz#406bde129d3fcf55f0de0b691509535e2a00e315"
@@ -9546,12 +9539,6 @@ statuses@~1.5.0:
   resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
   integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
 
-"stay-liquid@https://github.com/logseq/stay-liquid.git#b2fde7447e2fff96f16b7715c6857d91c992359d":
-  version "0.1.0"
-  resolved "https://github.com/logseq/stay-liquid.git#b2fde7447e2fff96f16b7715c6857d91c992359d"
-  dependencies:
-    "@capacitor/core" "^7.4.4"
-
 stop-iteration-iterator@^1.1.0:
   version "1.1.0"
   resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz#f481ff70a548f6124d0312c3aa14cbfa7aa542ad"
@@ -9613,7 +9600,7 @@ streamx@^2.15.0, streamx@^2.21.0:
   optionalDependencies:
     bare-events "^2.2.0"
 
-"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
+"string-width-cjs@npm:string-width@^4.2.0":
   version "4.2.3"
   resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
   integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9631,6 +9618,15 @@ string-width@^1.0.1, string-width@^1.0.2:
     is-fullwidth-code-point "^1.0.0"
     strip-ansi "^3.0.0"
 
+"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
+  version "4.2.3"
+  resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
+  integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
+  dependencies:
+    emoji-regex "^8.0.0"
+    is-fullwidth-code-point "^3.0.0"
+    strip-ansi "^6.0.1"
+
 string-width@^2.0.0, string-width@^2.1.1:
   version "2.1.1"
   resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -9704,7 +9700,7 @@ string_decoder@~1.1.1:
   dependencies:
     safe-buffer "~5.1.0"
 
-"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
+"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
   version "6.0.1"
   resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
   integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9725,6 +9721,13 @@ strip-ansi@^4.0.0:
   dependencies:
     ansi-regex "^3.0.0"
 
+strip-ansi@^6.0.0, strip-ansi@^6.0.1:
+  version "6.0.1"
+  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
+  integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
+  dependencies:
+    ansi-regex "^5.0.1"
+
 strip-ansi@^7.0.1:
   version "7.1.0"
   resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -10962,7 +10965,7 @@ wordwrap@^1.0.0:
   resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
   integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
 
-"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
+"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
   version "7.0.0"
   resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
   integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -10988,6 +10991,15 @@ wrap-ansi@^6.2.0:
     string-width "^4.1.0"
     strip-ansi "^6.0.0"
 
+wrap-ansi@^7.0.0:
+  version "7.0.0"
+  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
+  integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
+  dependencies:
+    ansi-styles "^4.0.0"
+    string-width "^4.1.0"
+    strip-ansi "^6.0.0"
+
 wrap-ansi@^8.1.0:
   version "8.1.0"
   resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"