From aa2700ffa78a47a59b38c3e766dfa704e8aef6aa Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 29 Dec 2025 17:38:21 +0100 Subject: [PATCH] chore: set ios signing team for device builds --- apps/ios/project.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/ios/project.yml b/apps/ios/project.yml index 033d2f68f..e8dac7a20 100644 --- a/apps/ios/project.yml +++ b/apps/ios/project.yml @@ -62,7 +62,11 @@ targets: swiftlint lint --config "$SRCROOT/.swiftlint.yml" --use-script-input-file-lists settings: base: + CODE_SIGN_IDENTITY: "Apple Development" + CODE_SIGN_STYLE: Manual + DEVELOPMENT_TEAM: Y5PE65HELJ PRODUCT_BUNDLE_IDENTIFIER: com.steipete.clawdis.ios + PROVISIONING_PROFILE_SPECIFIER: "com.steipete.clawdis.ios Development" SWIFT_VERSION: "6.0" info: path: Sources/Info.plist