- 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>
30 lines
No EOL
1.1 KiB
Promela
30 lines
No EOL
1.1 KiB
Promela
## You invoke this with --env ios.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
|
|
EXTENSION_APP_IDENTIFIER=com.tokilabs.mattermost.MattermostShare
|
|
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT=120
|
|
FASTLANE_XCODEBUILD_SETTINGS_RETRIES=6
|
|
IOS_APP_GROUP=group.com.tokilabs.mattermost
|
|
IOS_BUILD_EXPORT_METHOD=ad-hoc
|
|
IOS_ICLOUD_CONTAINER=iCloud.com.tokilabs.mattermost
|
|
MAIN_APP_IDENTIFIER=com.tokilabs.mattermost
|
|
MATCH_APP_IDENTIFIER=com.tokilabs.mattermost.NotificationService,com.tokilabs.mattermost.MattermostShare,com.tokilabs.mattermost
|
|
MATCH_READONLY=true
|
|
MATCH_SHALLOW_CLONE=true
|
|
MATCH_SKIP_DOCS=true
|
|
MATCH_TYPE=adhoc
|
|
NOTIFICATION_SERVICE_IDENTIFIER=com.tokilabs.mattermost.NotificationService
|
|
PILOT_SKIP_WAITING_FOR_BUILD_PROCESSING=true
|
|
REPLACE_ASSETS=false
|
|
SHOW_ONBOARDING=true
|
|
SYNC_PROVISIONING_PROFILES=true
|
|
|
|
INTUNE_ENABLED=true
|
|
INTUNE_CLIENT_ID="b8543726-2747-4acc-950a-f1ec2766bc2a" |