From 3c5edd57429847cd2111759319bf20e4c55400d2 Mon Sep 17 00:00:00 2001 From: Admin Date: Mon, 9 Mar 2026 12:57:20 +0500 Subject: [PATCH] =?UTF-8?q?ci:=20fix=20ios=20archive=20signing=20=E2=80=94?= =?UTF-8?q?=20pass=20CODE=5FSIGN=5FSTYLE=3DManual=20and=20DEVELOPMENT=5FTE?= =?UTF-8?q?AM=20to=20xcodebuild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ios-release.yaml | 1 + justfile | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ios-release.yaml b/.gitea/workflows/ios-release.yaml index 5f775b2..94387b4 100644 --- a/.gitea/workflows/ios-release.yaml +++ b/.gitea/workflows/ios-release.yaml @@ -79,6 +79,7 @@ jobs: - name: Archive env: USER: runner + APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} run: just ios-archive - name: Export IPA diff --git a/justfile b/justfile index 6258fc0..fce07d8 100644 --- a/justfile +++ b/justfile @@ -136,7 +136,10 @@ ios-archive: ios-gen ios-resolve -scheme {{ios_scheme}} \ -configuration Release \ -clonedSourcePackagesDirPath {{ios_spm}} \ - -archivePath {{runner_temp}}/LibNovel.xcarchive + -archivePath {{runner_temp}}/LibNovel.xcarchive \ + CODE_SIGN_STYLE=Manual \ + DEVELOPMENT_TEAM="$APPLE_TEAM_ID" \ + PROVISIONING_PROFILE_SPECIFIER="LibNovel Distribution" # Export an IPA from the archive produced by ios-archive. # Requires ios/LibNovel/ExportOptions.plist.