login with google
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
"owner": "minuitagency",
|
||||
"slug": "musicland",
|
||||
"name": "MusicLand",
|
||||
"scheme": "musicland",
|
||||
"version": "0.0.1",
|
||||
"scheme": "minuit",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"backgroundColor": "#0F0C14",
|
||||
@@ -16,14 +16,7 @@
|
||||
"fallbackToCacheTimeout": 0
|
||||
},
|
||||
"packagerOpts": {
|
||||
"sourceExts": [
|
||||
"js",
|
||||
"json",
|
||||
"ts",
|
||||
"tsx",
|
||||
"jsx",
|
||||
"vue"
|
||||
]
|
||||
"sourceExts": ["js", "json", "ts", "tsx", "jsx", "vue"]
|
||||
},
|
||||
"splash": {
|
||||
"image": "./assets/splash.png",
|
||||
@@ -35,9 +28,7 @@
|
||||
"supportsTablet": true,
|
||||
"requireFullScreen": true,
|
||||
"userInterfaceStyle": "dark",
|
||||
"associatedDomains": [
|
||||
"applinks:minuit.starter"
|
||||
],
|
||||
"associatedDomains": ["applinks:minuit.starter"],
|
||||
"bundleIdentifier": "com.omedis.musicland",
|
||||
"infoPlist": {
|
||||
"UISupportedInterfaceOrientations": [
|
||||
@@ -48,10 +39,7 @@
|
||||
"UIInterfaceOrientationLandscapeLeft",
|
||||
"UIInterfaceOrientationLandscapeRight"
|
||||
],
|
||||
"LSApplicationQueriesSchemes": [
|
||||
"itms-apps",
|
||||
"minuit"
|
||||
]
|
||||
"LSApplicationQueriesSchemes": ["itms-apps", "minuit"]
|
||||
},
|
||||
"config": {
|
||||
"usesNonExemptEncryption": false
|
||||
|
||||
Reference in New Issue
Block a user