Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
"appName": "YourAppName",
"bundleId": "com.yourcompany.phpfoxmobile",
"serverUrl": "https://yourphpfoxwebsite.com",
"clientId": "CLIENT_ID",
"clientSecret": "CLIENT_SECRET",
"facebookAppId": "FACEBOOK_APP_ID",
"googlePlacesClientId": "GOOGLE_PLACES_CLIENT_ID",
"googleAdMobAppId": "GOOGLE_ADMOB_APP_ID",
"developmentTeam": "YOUR_DEVELOPMENT_TEAM",
"firebaseEnabledAnalytic": true,
"codeSignStyle": "Automatic",
"versionName": "1.x.x",
"versionBuildNumber": 2,
"theme": {
	"primaryColor": "#COLOR",
	"splashScreenBackgroundColor": "#COLOR",
	"grayBaseColor": "#111"
	}
}

...