Folders and files Name Name Last commit message
Last commit date
parent directory Nov 3, 2022
Jul 11, 2024
View all files
How to generate CI environment vars
SENDBIRD_APP_ID
Your sendbird application id
FASTLANE_ANDROID_SERVICE_ACCOUNT
Create service-account(firebase_app_distribution role) from google cloud console
Download JSON key file
Encode as a base64
cat service-account.json | base64
Save encoded text to environment
You can decode text like echo "encoded-base64-text" | base64 --decode
FASTLANE_ANDROID_APP_ID
Open your firebase project settings > general
Find your android app (formatted like 1:xxxxxxxxxxxxxxxx)
Save app id to environment
FASTLANE_IOS_APPLE_ID
FASTLANE_IOS_TEAM_ID
FASTLANE_IOS_ITC_TEAM_ID
iTunes connect team id, refer this link
FASTLANE_IOS_MATCH_GIT_URL
URL should be starts with git@
(ssh)
Save match git url to environment, you can find out from our github organization repos
Authorization with SSH
Open CircleCI Project settings > SSH Keys
Add User Key
FASTLANE_IOS_MATCH_PASSWORD
You can find out password from Match Git repository description
FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD
Open apple id site
Create Application Password
Save password to environment
You can’t perform that action at this time.