From 2f7f3d8c0b481607a60a80a5fb1beb42c3a87afe Mon Sep 17 00:00:00 2001 From: Till JS Date: Sun, 17 May 2026 23:27:01 +0200 Subject: [PATCH] =?UTF-8?q?feat(widget):=20widgetURL=20fuer=20Tap=20?= =?UTF-8?q?=E2=86=92=20Study-View?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tap auf das Widget oeffnet jetzt direkt die Study-Session (wordeck://study), nicht nur die App-Root. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../Resources/WordeckShareExtension.entitlements | 10 ++++++++++ project.yml | 8 ++++---- 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 ShareExtension/Resources/WordeckShareExtension.entitlements diff --git a/ShareExtension/Resources/WordeckShareExtension.entitlements b/ShareExtension/Resources/WordeckShareExtension.entitlements new file mode 100644 index 0000000..0723c65 --- /dev/null +++ b/ShareExtension/Resources/WordeckShareExtension.entitlements @@ -0,0 +1,10 @@ + + + + + com.apple.security.application-groups + + group.ev.mana.wordeck + + + diff --git a/project.yml b/project.yml index f1cb631..59e8360 100644 --- a/project.yml +++ b/project.yml @@ -45,7 +45,7 @@ targets: product: ManaAuthUI - target: WordeckWidgetExtension embed: true - - target: CardsShareExtension + - target: WordeckShareExtension embed: true sources: - path: Sources/App @@ -101,14 +101,14 @@ targets: ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor ENABLE_PREVIEWS: "YES" - CardsShareExtension: + WordeckShareExtension: type: app-extension supportedDestinations: [iOS] sources: - path: ShareExtension excludes: - "Resources/Info.plist" - - "Resources/CardsShareExtension.entitlements" + - "Resources/WordeckShareExtension.entitlements" - path: Sources/Core/Sync/PendingShareStore.swift info: path: ShareExtension/Resources/Info.plist @@ -124,7 +124,7 @@ targets: NSExtensionActivationSupportsText: true NSExtensionActivationSupportsWebURLWithMaxCount: 1 entitlements: - path: ShareExtension/Resources/CardsShareExtension.entitlements + path: ShareExtension/Resources/WordeckShareExtension.entitlements properties: com.apple.security.application-groups: - group.ev.mana.wordeck