change card

This commit is contained in:
Thomas Demirdjian
2025-12-01 15:07:46 +01:00
parent d7b14bd873
commit e96e4c263d
12 changed files with 389 additions and 36 deletions
+19 -6
View File
@@ -3,8 +3,14 @@
"owner": "minuitagency",
"slug": "musicland",
"name": "MusicLand",
"scheme": "musicland",
"deeplinks": ["musicland://"],
"scheme": [
"musicland",
"com.googleusercontent.apps.305598753437-qck73beo37mi04qlautgafbpdl3ccaoh",
"com.googleusercontent.apps.305598753437-t2uitr9gd7aaed59ahdvklkcsg0vngmk"
],
"deeplinks": [
"musicland://"
],
"version": "0.0.2",
"icon": "./assets/icon.png",
"backgroundColor": "#0F0C14",
@@ -26,7 +32,9 @@
"usesAppleSignIn": true,
"requireFullScreen": true,
"userInterfaceStyle": "dark",
"associatedDomains": ["applinks:musicland-one.vercel.app"],
"associatedDomains": [
"applinks:musicland-one.vercel.app"
],
"bundleIdentifier": "com.omedis.musicland.ai",
"infoPlist": {
"NSMicrophoneUsageDescription": "MusicLand uses the microphone to record your voice and audio so you can create and collaborate on music projects.",
@@ -38,14 +46,19 @@
"UIInterfaceOrientationLandscapeLeft",
"UIInterfaceOrientationLandscapeRight"
],
"LSApplicationQueriesSchemes": ["itms-apps", "minuit"]
"LSApplicationQueriesSchemes": [
"itms-apps",
"minuit"
]
},
"config": {
"usesNonExemptEncryption": false
},
"entitlements": {
"aps-environment": "development",
"com.apple.developer.applesignin": ["Default"]
"com.apple.developer.applesignin": [
"Default"
]
},
"appleTeamId": "W2QZ9CTMYJ"
},
@@ -114,4 +127,4 @@
}
}
}
}
}