From ba856bbea8a36a9ef10a128e0c943d55e11feaf9 Mon Sep 17 00:00:00 2001 From: Till JS Date: Sun, 17 May 2026 23:33:35 +0200 Subject: [PATCH] =?UTF-8?q?feat(version):=20v1.0.0=20Build=201=20=E2=80=94?= =?UTF-8?q?=20Wordeck-Native=20frischer=20Bundle-Start?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apple sieht ev.mana.wordeck als neue App (vs. alter ev.mana.cardecky Build 11). Daher Marketing-Version 1.0.0 + Build-Number 1 für alle 3 Targets (App, Widget-Extension, Share-Extension). Co-Authored-By: Claude Opus 4.7 (1M context) --- project.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/project.yml b/project.yml index 59e8360..9c6123a 100644 --- a/project.yml +++ b/project.yml @@ -22,7 +22,7 @@ settings: SWIFT_VERSION: "6.0" SWIFT_STRICT_CONCURRENCY: complete CURRENT_PROJECT_VERSION: "1" - MARKETING_VERSION: "0.1.0" + MARKETING_VERSION: "1.0.0" GENERATE_INFOPLIST_FILE: "NO" ENABLE_USER_SCRIPT_SANDBOXING: "YES" DEAD_CODE_STRIPPING: "YES" @@ -58,8 +58,8 @@ targets: info: path: Sources/Resources/Info.plist properties: - CFBundleShortVersionString: "0.1.0" - CFBundleVersion: "11" + CFBundleShortVersionString: "1.0.0" + CFBundleVersion: "1" CFBundleDevelopmentRegion: de CFBundleDisplayName: Wordeck LSApplicationCategoryType: "public.app-category.education" @@ -114,8 +114,8 @@ targets: path: ShareExtension/Resources/Info.plist properties: CFBundleDisplayName: Als Karte speichern - CFBundleShortVersionString: "0.1.0" - CFBundleVersion: "11" + CFBundleShortVersionString: "1.0.0" + CFBundleVersion: "1" NSExtension: NSExtensionPointIdentifier: com.apple.share-services NSExtensionPrincipalClass: $(PRODUCT_MODULE_NAME).ShareViewController @@ -147,8 +147,8 @@ targets: path: Widgets/WordeckWidget/Resources/Info.plist properties: CFBundleDisplayName: Wordeck Widget - CFBundleShortVersionString: "0.1.0" - CFBundleVersion: "11" + CFBundleShortVersionString: "1.0.0" + CFBundleVersion: "1" NSExtension: NSExtensionPointIdentifier: com.apple.widgetkit-extension entitlements: