- 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>
33 lines
948 B
JSON
33 lines
948 B
JSON
{
|
|
"AuthUrlScheme": "mmauth://",
|
|
"AuthUrlSchemeDev": "mmauth_tokilabs://",
|
|
"DefaultServerUrl": "",
|
|
"DefaultServerName": "",
|
|
"TestServerUrl": "http://localhost:8065",
|
|
"AutoSelectServerUrl": false,
|
|
|
|
"WebsiteURL": "https://mattermost.com",
|
|
"ServerNoticeURL": "https://github.com/mattermost/mattermost-server/blob/master/NOTICE.txt",
|
|
"MobileNoticeURL": "https://github.com/mattermost/mattermost-mobile/blob/master/NOTICE.txt",
|
|
|
|
"RudderApiKey": "",
|
|
|
|
"SentryEnabled": false,
|
|
"SentryDsnIos": "",
|
|
"SentryDsnAndroid": "",
|
|
"SentryOptions": {
|
|
"deactivateStacktraceMerging": true,
|
|
"autoBreadcrumbs": {
|
|
"xhr": false,
|
|
"console": true
|
|
},
|
|
"severityLevelFilter": ["fatal"]
|
|
},
|
|
|
|
"ShowReview": false,
|
|
"ShowOnboarding": false,
|
|
|
|
"ExperimentalNormalizeMarkdownLinks": false,
|
|
"CustomRequestHeaders": {},
|
|
"CollectNetworkMetrics": false
|
|
}
|