Skip to content

Commit

Permalink
update production config
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Oct 24, 2024
1 parent e739075 commit 3c728b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/app.sfscon_prod.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"expo": {
"name": "SFScon",
"owner": "s.dalvai",
"owner": "noitechpark",
"scheme": "sfscon",
"slug": "sfscon-registration",
"version": "1.3.3",
"slug": "sfscon-app",
"version": "2.0.0",
"orientation": "portrait",
"icon": "./assets/logo_blue.png",
"userInterfaceStyle": "light",
Expand All @@ -24,7 +24,7 @@
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/a0da573f-de88-4259-88d9-dbc311fe13e6"
"url": "https://u.expo.dev/f5ff7cc4-dd2c-465c-bad5-543ea3f4c543"
},
"assetBundlePatterns": ["**/*"],
"ios": {
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"extra": {
"eas": {
"projectId": "b1f98b7c-8679-43a0-9596-46363cb697fd"
"projectId": "f5ff7cc4-dd2c-465c-bad5-543ea3f4c543"
},
"installation": "production"
},
Expand Down

0 comments on commit 3c728b3

Please sign in to comment.