* Playbook run status update post * Show Playbooks button in Channel Info screen only if playbooks is enabled * Handle Playbook links * Fetch playbook if needed * fix playbooks migration * fix deeplinks using parsedUrl * update last time playbooks where fetched if no errors * show participants for run status update post * fix tests * remove console.log in test * feedback review * wrap participants footer * add fastlane FASTLANE_XCODEBUILD_SETTINGS_RETRIES env vars
27 lines
No EOL
994 B
Promela
27 lines
No EOL
994 B
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.mattermost.rnbeta.MattermostShare
|
|
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT=120
|
|
FASTLANE_XCODEBUILD_SETTINGS_RETRIES=6
|
|
IOS_APP_GROUP=group.com.mattermost.rnbeta
|
|
IOS_BUILD_EXPORT_METHOD=ad-hoc
|
|
IOS_ICLOUD_CONTAINER=iCloud.com.mattermost.rnbeta
|
|
MAIN_APP_IDENTIFIER=com.mattermost.rnbeta
|
|
MATCH_APP_IDENTIFIER=com.mattermost.rnbeta.NotificationService,com.mattermost.rnbeta.MattermostShare,com.mattermost.rnbeta
|
|
MATCH_READONLY=true
|
|
MATCH_SHALLOW_CLONE=true
|
|
MATCH_SKIP_DOCS=true
|
|
MATCH_TYPE=adhoc
|
|
NOTIFICATION_SERVICE_IDENTIFIER=com.mattermost.rnbeta.NotificationService
|
|
PILOT_SKIP_WAITING_FOR_BUILD_PROCESSING=true
|
|
REPLACE_ASSETS=false
|
|
SHOW_ONBOARDING=true
|
|
SYNC_PROVISIONING_PROFILES=true |