login with google

This commit is contained in:
2025-09-05 16:52:31 +02:00
parent 3261ffd2eb
commit 17391daa76
7 changed files with 566 additions and 344 deletions
+4 -16
View File
@@ -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