Skip to content

Commit

Permalink
Add missing field for EAS Github integration (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux authored Sep 16, 2024
1 parent d0defde commit f028e46
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion eas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cli": {
"version": "12.3.0",
"version": "^12.3.0",
"appVersionSource": "remote",
"requireCommit": true
},
Expand All @@ -18,6 +18,12 @@
"env": {
"EXPO_PUBLIC_LOGIN_URL" : "https://datawallet.inrupt.com/oauth2/authorization/wallet-app",
"EXPO_PUBLIC_WALLET_API": "https://datawallet.inrupt.com"
},
"android": {
"image": "latest"
},
"ios": {
"image": "latest"
}
},
"preview-ios": {
Expand All @@ -26,13 +32,25 @@
"EXPO_PUBLIC_LOGIN_URL" : "https://datawallet.inrupt.com/oauth2/authorization/wallet-app",
"EXPO_PUBLIC_WALLET_API": "https://datawallet.inrupt.com"
},
"android": {
"image": "latest"
},
"ios": {
"image": "latest"
},
"credentialsSource": "local"
},
"production": {
"autoIncrement": true,
"env": {
"EXPO_PUBLIC_LOGIN_URL" : "https://datawallet.inrupt.com/oauth2/authorization/wallet-app",
"EXPO_PUBLIC_WALLET_API": "https://datawallet.inrupt.com"
},
"android": {
"image": "latest"
},
"ios": {
"image": "latest"
}
}
},
Expand Down

0 comments on commit f028e46

Please sign in to comment.