chore(fastlane): support p8 key path
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user