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.