- Change Android package from com.mattermost.rnbeta to com.tokilabs.mattermost (build.gradle, source files, AndroidManifest, google-services.json) - Change iOS bundle identifiers and app groups to com.tokilabs.mattermost (Info.plist, entitlements, project.pbxproj) - Update auth URL scheme from mmauthbeta to mmauth_tokilabs - Update all Fastlane env files and Fastfile references - Replace google-services.json with own Firebase project - Add .vscode/launch.json and settings.json for dev environment - Update .gitignore to track .vscode config files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
No EOL
377 B
Promela
13 lines
No EOL
377 B
Promela
## You invoke this with --env android.pr on the fastlane command
|
|
APP_NAME="Mattermost Beta"
|
|
APP_SCHEME=mattermost
|
|
AWS_BUCKET_NAME=pr-builds.mattermost.com
|
|
AWS_FOLDER_NAME=mattermost-mobile
|
|
AWS_REGION=us-east-1
|
|
BETA_BUILD=true
|
|
BUILD_FOR_RELEASE=true
|
|
BUILD_PR=true
|
|
COLLECT_NETWORK_METRICS=true
|
|
MAIN_APP_IDENTIFIER=com.tokilabs.mattermost
|
|
REPLACE_ASSETS=false
|
|
SHOW_ONBOARDING=true |