Skip to content

Commit

Permalink
feat(mobile): config eas build (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkdev98 committed Jul 6, 2024
1 parent 46837d9 commit a4dedf9
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
14 changes: 13 additions & 1 deletion apps/mobile/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "ai.sixpm.app",
"config": {
"usesNonExemptEncryption": false
}
},
"android": {
"adaptiveIcon": {
Expand All @@ -31,6 +35,14 @@
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "5853e031-3bfb-41fe-bfb6-c49f746c4adc"
}
}
}
}
21 changes: 21 additions & 0 deletions apps/mobile/eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 10.0.2",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}
2 changes: 2 additions & 0 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"expo": "~51.0.11",
"expo-auth-session": "~5.5.2",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-font": "~12.0.7",
"expo-linking": "~6.3.1",
"expo-localization": "^15.0.3",
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4dedf9

Please sign in to comment.