* objective-C share extension * MattermostBucket module to share data between the main app and the extension * middleware that shares the data between the main app and the extension * Fix setState when safe area in unmounted * Share extension for iOS * Fastlane changes to include iOS share extension * Fix unit test * Feedback review * define proptypes for icons
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"DefaultServerUrl": "",
|
|
"TestServerUrl": "http://localhost:8065",
|
|
"DefaultTheme": "default",
|
|
"ShowErrorsList": false,
|
|
"MinServerVersion": "4.0.0",
|
|
"EELearnURL": "about.mattermost.com",
|
|
"TeamEditionLearnURL": "mattermost.org",
|
|
"AboutTeamURL": "http://www.mattermost.org/",
|
|
"AboutEnterpriseURL": "http://about.mattermost.com/",
|
|
"PlatformNoticeURL": "https://about.mattermost.com/platform-notice-txt/",
|
|
"MobileNoticeURL": "https://about.mattermost.com/mobile-notice-txt/",
|
|
"SegmentApiKey": "3MT7rAoC0OP7yy3ThzqFSAtKzmzqtUPX",
|
|
"ExperimentalUsernamePressIsMention": false,
|
|
|
|
"HideEmailLoginExperimental": false,
|
|
"HideGitLabLoginExperimental": false,
|
|
"HideLDAPLoginExperimental": false,
|
|
"HideSAMLLoginExperimental": false,
|
|
|
|
"SentryEnabled": false,
|
|
"SentryDsnIos": "",
|
|
"SentryDsnAndroid": "",
|
|
"SentryOptions": {
|
|
"deactivateStacktraceMerging": true,
|
|
"autoBreadcrumbs": {
|
|
"xhr": false,
|
|
"console": true
|
|
}
|
|
},
|
|
|
|
"ExperimentalNormalizeMarkdownLinks": false,
|
|
|
|
"AutoSelectServerUrl": false,
|
|
|
|
"EnableMobileClientUpgrade": true,
|
|
"EnableMobileClientUpgradeUserSetting": true,
|
|
"EnableForceMobileClientUpgrade": true,
|
|
"MobileClientUpgradeAndroidApkLink": "https://about.mattermost.com/mattermost-android-app/",
|
|
"MobileClientUpgradeIosIpaLink": "https://about.mattermost.com/mattermost-ios-app/",
|
|
|
|
"AppGroupId": "group.com.mattermost.rnbeta"
|
|
}
|