From 6b00bcc97227b95cf4ccefb39137dbc8ca4d2e19 Mon Sep 17 00:00:00 2001 From: Serhii Bykov Date: Wed, 9 Sep 2026 11:25:09 +0200 Subject: [PATCH] fix(build): configure App Store target signing and install settings --- Apps/Keyty/Project.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Apps/Keyty/Project.swift b/Apps/Keyty/Project.swift index 25c9f5f..6e066e8 100644 --- a/Apps/Keyty/Project.swift +++ b/Apps/Keyty/Project.swift @@ -60,9 +60,12 @@ let appReleaseSettings: SettingsDictionary = [ // AppStore is the sandboxed build that will be archived for App Store Connect. let appStoreSettings: SettingsDictionary = [ "CODE_SIGN_ENTITLEMENTS": "Sources/Keyty/Resources/AppStore.entitlements", + "CODE_SIGN_IDENTITY": "Apple Development", "CODE_SIGN_STYLE": "Automatic", "DEVELOPMENT_TEAM": "NEVA4MAZBL", "GCC_MODEL_TUNING": "G5", + "INFOPLIST_FILE": "Sources/Keyty/Resources/AppStore-Info.plist", + "INSTALL_PATH": "$(LOCAL_APPS_DIR)", "PRODUCT_BUNDLE_IDENTIFIER": "app.keyty.Keyty.AppStore", "SWIFT_ACTIVE_COMPILATION_CONDITIONS": [ "$(inherited)",