forked from Ivasoft/mattermost-mobile
26 lines
925 B
Plaintext
26 lines
925 B
Plaintext
## You invoke this with --env ios.release on the fastlane command
|
|
APP_NAME=Mattermost
|
|
APP_SCHEME=mattermost
|
|
AWS_BUCKET_NAME=releases.mattermost.com
|
|
AWS_FOLDER_NAME=mattermost-mobile
|
|
AWS_REGION=us-east-1
|
|
BUILD_FOR_RELEASE=true
|
|
EXTENSION_APP_IDENTIFIER=com.mattermost.rn.MattermostShare
|
|
IOS_APP_GROUP=group.com.mattermost
|
|
IOS_BUILD_EXPORT_METHOD=app-store
|
|
IOS_ICLOUD_CONTAINER=iCloud.com.mattermost.rn
|
|
MAIN_APP_IDENTIFIER=com.mattermost.rn
|
|
MATCH_APP_IDENTIFIER=com.mattermost.rn.NotificationService,com.mattermost.rn.MattermostShare,com.mattermost.rn
|
|
MATCH_READONLY=true
|
|
MATCH_SHALLOW_CLONE=true
|
|
MATCH_SKIP_DOCS=true
|
|
MATCH_TYPE=appstore
|
|
NOTIFICATION_SERVICE_IDENTIFIER=com.mattermost.rn.NotificationService
|
|
PILOT_SKIP_WAITING_FOR_BUILD_PROCESSING=true
|
|
REPLACE_ASSETS=true
|
|
SENTRY_ENABLED=true
|
|
SENTRY_ORG=mattermost-mr
|
|
SENTRY_PROJECT_IOS=mattermost-mobile-ios
|
|
SHOW_ONBOARDING=true
|
|
SHOW_REVIEW=true
|
|
SYNC_PROVISIONING_PROFILES=true |