mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-06 00:56:58 +00:00
chore: config changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "Helium Native",
|
||||
"slug": "helium-native",
|
||||
"slug": "helium",
|
||||
"scheme": "heliumnative",
|
||||
"version": "0.1.0",
|
||||
"icon": "./assets/images/icon.png",
|
||||
@@ -32,6 +32,12 @@
|
||||
],
|
||||
"ios": {
|
||||
"bundleIdentifier": "dev.srizan.helium.viewer"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"eas": {
|
||||
"projectId": "abfcbaaf-3aed-4919-a172-429faeae8ac3"
|
||||
}
|
||||
},
|
||||
"owner": "srizan10"
|
||||
}
|
||||
}
|
||||
|
||||
21
native-app/eas.json
Normal file
21
native-app/eas.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"cli": {
|
||||
"version": ">= 18.0.1",
|
||||
"appVersionSource": "remote"
|
||||
},
|
||||
"build": {
|
||||
"development": {
|
||||
"developmentClient": true,
|
||||
"distribution": "internal"
|
||||
},
|
||||
"preview": {
|
||||
"distribution": "internal"
|
||||
},
|
||||
"production": {
|
||||
"autoIncrement": true
|
||||
}
|
||||
},
|
||||
"submit": {
|
||||
"production": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user