change card
This commit is contained in:
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user