From 3160ab1dc5bb980eaa3c2ff65c677b2bdf9e1ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20F=C3=B6rtsch?= Date: Sat, 14 Mar 2026 10:38:18 +0100 Subject: [PATCH] set automatic signing, bump CalVer to 2026.03.14, remove Signing.xcconfig Co-Authored-By: Claude Opus 4.6 (1M context) --- Config/Signing.xcconfig | 3 --- Vorleser.xcodeproj/project.pbxproj | 30 ++++++++++++++++++++++++------ project.yml | 10 ++++++++-- 3 files changed, 32 insertions(+), 11 deletions(-) delete mode 100644 Config/Signing.xcconfig diff --git a/Config/Signing.xcconfig b/Config/Signing.xcconfig deleted file mode 100644 index a75273d..0000000 --- a/Config/Signing.xcconfig +++ /dev/null @@ -1,3 +0,0 @@ -CODE_SIGN_STYLE = Automatic -DEVELOPMENT_TEAM = NG5W75WE8U -CODE_SIGN_IDENTITY = Apple Development diff --git a/Vorleser.xcodeproj/project.pbxproj b/Vorleser.xcodeproj/project.pbxproj index 13ea559..1200f9a 100644 --- a/Vorleser.xcodeproj/project.pbxproj +++ b/Vorleser.xcodeproj/project.pbxproj @@ -222,6 +222,14 @@ BuildIndependentTargetsInParallel = YES; LastUpgradeCheck = 1600; TargetAttributes = { + 76B791FDF74C27B88F12CFAD = { + DevelopmentTeam = NG5W75WE8U; + ProvisioningStyle = Automatic; + }; + 8E90317C323CCD59B843A8DF = { + DevelopmentTeam = NG5W75WE8U; + ProvisioningStyle = Automatic; + }; }; }; buildConfigurationList = 5C0E46E98AB9768E0EDC7F1B /* Build configuration list for PBXProject "Vorleser" */; @@ -302,8 +310,10 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; + CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = NG5W75WE8U; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES; INFOPLIST_KEY_UIBackgroundModes = audio; @@ -313,7 +323,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2026.03.13; + MARKETING_VERSION = 2026.03.14; PRODUCT_BUNDLE_IDENTIFIER = de.felixfoertsch.vorleser; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; @@ -324,14 +334,17 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = NG5W75WE8U; GENERATE_INFOPLIST_FILE = YES; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 2026.03.13; + MARKETING_VERSION = 2026.03.14; PRODUCT_BUNDLE_IDENTIFIER = de.felixfoertsch.vorleser.mac; SDKROOT = macosx; }; @@ -341,8 +354,10 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; + CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = NG5W75WE8U; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES; INFOPLIST_KEY_UIBackgroundModes = audio; @@ -352,7 +367,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2026.03.13; + MARKETING_VERSION = 2026.03.14; PRODUCT_BUNDLE_IDENTIFIER = de.felixfoertsch.vorleser; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; @@ -363,14 +378,17 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = NG5W75WE8U; GENERATE_INFOPLIST_FILE = YES; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 2026.03.13; + MARKETING_VERSION = 2026.03.14; PRODUCT_BUNDLE_IDENTIFIER = de.felixfoertsch.vorleser.mac; SDKROOT = macosx; }; diff --git a/project.yml b/project.yml index c59afed..8aa28a4 100644 --- a/project.yml +++ b/project.yml @@ -38,13 +38,16 @@ targets: settings: base: PRODUCT_BUNDLE_IDENTIFIER: de.felixfoertsch.vorleser - MARKETING_VERSION: "2026.03.13" + MARKETING_VERSION: "2026.03.14" CURRENT_PROJECT_VERSION: "1" GENERATE_INFOPLIST_FILE: YES INFOPLIST_KEY_UIBackgroundModes: audio INFOPLIST_KEY_UILaunchScreen_Generation: YES INFOPLIST_KEY_UIFileSharingEnabled: YES INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace: YES + CODE_SIGN_STYLE: Automatic + DEVELOPMENT_TEAM: NG5W75WE8U + CODE_SIGN_IDENTITY: Apple Development Vorleser-macOS: type: application @@ -71,6 +74,9 @@ targets: settings: base: PRODUCT_BUNDLE_IDENTIFIER: de.felixfoertsch.vorleser.mac - MARKETING_VERSION: "2026.03.13" + MARKETING_VERSION: "2026.03.14" CURRENT_PROJECT_VERSION: "1" GENERATE_INFOPLIST_FILE: YES + CODE_SIGN_STYLE: Automatic + DEVELOPMENT_TEAM: NG5W75WE8U + CODE_SIGN_IDENTITY: Apple Development