Skip to content

Commit

Permalink
Merge pull request #137 from atlp-rwanda/ch-setup=ios-build
Browse files Browse the repository at this point in the history
chore(config): setup eas for EAS builds
  • Loading branch information
mukunzidd authored Jun 11, 2024
2 parents 2ac2eac + 92f698e commit c965ce7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 12 deletions.
14 changes: 6 additions & 8 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"expo": {
"name": "matadors-rn-medica",
"slug": "medical",
"slug": "medica-matadors",
"scheme": "matadors-rn-medica",
"version": "1.0.0",
"orientation": "portrait",
Expand All @@ -11,22 +11,20 @@
"resizeMode": "contain",
"backgroundColor": "#000000"
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"infoPlist": {
"NSFaceIDUsageDescription": "This app uses Face ID and Touch ID for some features"
},
"bundleIdentifier": "com.andela.medica"
"bundleIdentifier": "com.andela.matadors.medica"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#000000"
},
"package": "com.andela.medica",
"package": "com.andela.matadors.medica",
"softwareKeyboardLayoutMode": "pan",
"permissions": [
"android.permission.USE_BIOMETRIC",
Expand Down Expand Up @@ -73,7 +71,7 @@
"origin": false
},
"eas": {
"projectId": "3a17d659-91e3-4105-837b-5f88bdee8d37"
"projectId": "3a6a34bd-fe90-43f9-9508-8c6cf7700ef6"
}
},
"runtimeVersion": {
Expand All @@ -82,6 +80,6 @@
"updates": {
"url": "https://u.expo.dev/3a17d659-91e3-4105-837b-5f88bdee8d37"
},
"owner": "tuyishimerwanda"
"owner": "apiimperfect"
}
}
16 changes: 14 additions & 2 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
"distribution": "internal",
"ios": {
"simulator": true
}
},
"preview": {
"distribution": "internal"
},
"production": {
"ios": {
"simulator": false
},
"android": {}
}
},
"submit": {
"production": {}
}
}
}

11 changes: 9 additions & 2 deletions package-lock.json

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

0 comments on commit c965ce7

Please sign in to comment.