Skip to content

Conversation

@Sv1atM
Copy link
Collaborator

@Sv1atM Sv1atM commented Aug 19, 2025

No description provided.

@Sv1atM Sv1atM requested a review from avdept August 19, 2025 14:26
@Sv1atM Sv1atM self-assigned this Aug 19, 2025
@Sv1atM
Copy link
Collaborator Author

Sv1atM commented Aug 19, 2025

Required changes to make it work:

  • add your App Store Connect API key into ios/fastlane/keys and macos/fastlane/keys folders
  • rename .env.example to .env in each fastlane directory, fill the values:

APP_IDENTIFIER=com.prodigytech.jellybox
APPLE_ID=<your Apple ID/email>
ITC_TEAM_ID=
TEAM_ID=
APPSTORE_P8=./keys/.p8
APPSTORE_KEY_ISSUER_ID=
APPSTORE_KEY_ID=
GIT_USERNAME=
GIT_AUTHORIZATION=
GIT_REPOSITORY=

  • set an ENV["BUILD_NUMBER"] via GitHub action
env:
  BUILD_NUMBER: ${{ github.run_number }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants