68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"expo": {
|
|
"newArchEnabled": true,
|
|
"name": "Schnappix",
|
|
"slug": "Schnappix",
|
|
"version": "23.01.17",
|
|
"orientation": "landscape",
|
|
"icon": "./Icon.png",
|
|
"userInterfaceStyle": "dark",
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "de.orfel.schnappix"
|
|
},
|
|
"android": {
|
|
"package": "de.orfel.schnappix",
|
|
"versionCode": 17,
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#050510",
|
|
"foregroundImage": "./Icon-padded.png"
|
|
},
|
|
"permissions": [
|
|
"android.permission.ACCESS_NETWORK_STATE",
|
|
"android.permission.CAMERA",
|
|
"android.permission.INTERNET"
|
|
]
|
|
},
|
|
"plugins": [
|
|
[
|
|
"expo-media-library",
|
|
{
|
|
"photosPermission": "Allow Schnappix to save captured photos to your gallery.",
|
|
"savePhotosPermission": "Allow Schnappix to save captured photos to your gallery."
|
|
}
|
|
],
|
|
[
|
|
"expo-camera",
|
|
{
|
|
"cameraPermission": "Allow Schnappix to access the tablet's front-facing camera.",
|
|
"recordAudioAndroid": false
|
|
}
|
|
],
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"android": {
|
|
"compileSdkVersion": 35,
|
|
"targetSdkVersion": 35,
|
|
"enableProguardInReleaseBuilds": true,
|
|
"extraMavenRepos": [
|
|
"https://jitpack.io"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"./plugins/withKioskAdmin",
|
|
"./plugins/withUsbCamera",
|
|
"./plugins/withLocalAars",
|
|
"./plugins/withRemoveMediaPermissions",
|
|
"./withAndroidSigning"
|
|
],
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "f91d18df-f545-4e0c-a7c7-3f87abbb4b1a"
|
|
}
|
|
}
|
|
}
|
|
}
|