chore(fastlane): support p8 key path

This commit is contained in:
Peter Steinberger
2025-12-14 02:19:51 +00:00
parent b8b20eac6d
commit 7318b20f55
3 changed files with 22 additions and 3 deletions

View File

@@ -8,7 +8,8 @@ brew install fastlane
Configure App Store Connect auth:
- Recommended: set `APP_STORE_CONNECT_API_KEY_PATH` to a JSON key file path.
- Recommended: set `ASC_KEY_PATH` to the downloaded `.p8` path + set `ASC_KEY_ID` and `ASC_ISSUER_ID`.
- Alternative: set `APP_STORE_CONNECT_API_KEY_PATH` to a JSON key file path.
- Alternative: set `ASC_KEY_ID`, `ASC_ISSUER_ID`, `ASC_KEY_CONTENT` (base64 p8).
Common lanes: