Projekt

Obecné

Profil

Stáhnout (1.01 KB) Statistiky
| Větev: | Tag: | Revize:
1 f2feda74 Schwobik
{
2
  "expo": {
3
    "name": "RudolfII",
4 1980ed09 Schwobik
    "slug": "inventaria-rudolphina",
5 f2feda74 Schwobik
    "version": "1.0.0",
6
    "orientation": "portrait",
7
    "icon": "./assets/icon.png",
8
    "userInterfaceStyle": "light",
9
    "splash": {
10 cbf81c55 Schwobik
      "image": "./assets/Rudolf-Aachen-large.png",
11 f2feda74 Schwobik
      "resizeMode": "contain",
12 6a784cdd Schwobik
      "backgroundColor": "#E3A400"
13 f2feda74 Schwobik
    },
14
    "assetBundlePatterns": [
15
      "**/*"
16
    ],
17
    "ios": {
18
      "supportsTablet": true
19
    },
20
    "android": {
21
      "adaptiveIcon": {
22 6a784cdd Schwobik
        "foregroundImage": "./assets/icon.png",
23
        "backgroundColor": "#E3A400"
24 1980ed09 Schwobik
      },
25
      "package": "cz.zcu.kiv.tsp.inventaria_rudolphina"
26 f2feda74 Schwobik
    },
27
    "web": {
28
      "favicon": "./assets/favicon.png"
29 1980ed09 Schwobik
    },
30
    "extra": {
31
      "eas": {
32
        "projectId": "9cbe973a-6a5e-4b5e-85dd-02a80f7e38cc"
33
      }
34
    },
35 7a18d5ad Fantič
    "plugins": [
36
      ["expo-build-properties", {
37
        "android": {
38
          "usesCleartextTraffic": true
39
        },
40
        "ios": {
41
          "usesNonExemptEncryption": false
42
        }
43
      }]
44
    ],
45 1980ed09 Schwobik
    "owner": "mschwob"
46 f2feda74 Schwobik
  }
47
}