Korbs/Penpot-App
Archived
1
Fork 0
This repository has been archived on 2024-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
Penpot-App/eas.json

21 lines
336 B
JSON
Raw Permalink Normal View History

2023-06-04 19:40:57 -05:00
{
"cli": {
2023-06-09 02:00:28 -05:00
"version": ">= 3.13.2",
"promptToConfigurePushNotifications": false
2023-06-04 19:40:57 -05:00
},
"build": {
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
2023-06-09 02:00:28 -05:00
"production": {
"ios": {
"appleId": "ks@korbsstudio.com",
"appleTeamId": "F2M4QF2K4L"
}
}
2023-06-04 19:40:57 -05:00
}
}