Skip to content

Commit

Permalink
Remove iOS specific build profile (#63)
Browse files Browse the repository at this point in the history
Since we now store the Apple credentials in Expo itself, we don't need a separate build profile that uses local credential storage.
  • Loading branch information
KyraAssaad authored Sep 16, 2024
1 parent f028e46 commit 0db0c45
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,6 @@
"image": "latest"
}
},
"preview-ios": {
"distribution": "internal",
"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"
},
"credentialsSource": "local"
},
"production": {
"autoIncrement": true,
"env": {
Expand Down

0 comments on commit 0db0c45

Please sign in to comment.