Skip to content

Commit

Permalink
Merge pull request #368 from wyne/store-review
Browse files Browse the repository at this point in the history
Store Review
  • Loading branch information
wyne authored Mar 28, 2024
2 parents 1337df6 + 2d8cba0 commit d218f12
Show file tree
Hide file tree
Showing 27 changed files with 246 additions and 118 deletions.
2 changes: 2 additions & 0 deletions .easignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
assets-src/
assets-stores/
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
*.key
*.mobileprovision
*.orig.*

*.ipa
*.apk


# Ignore iOS and Android builds
Expand Down Expand Up @@ -50,4 +51,4 @@ yarn-error.*
# typescript
*.tsbuildinfo

# @end expo-cli
# @end expo-cli
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
18.18
6 changes: 3 additions & 3 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ switch (variant) {
export default {
name: name,
slug: "scorepad",
version: "2.5.0",
version: "2.5.1",
orientation: "default",
icon: icon,
assetBundlePatterns: ["assets/*"],
Expand All @@ -68,7 +68,7 @@ export default {
bundleIdentifier: packageName,
supportsTablet: true,
requireFullScreen: false,
buildNumber: "74",
buildNumber: "75",
infoPlist: {
RCTAsyncStorageExcludeFromBackup: false,
},
Expand All @@ -82,7 +82,7 @@ export default {
},
package: packageName,
permissions: [],
versionCode: 74,
versionCode: 75,
googleServicesFile: "./google-services.json",
},
userInterfaceStyle: "dark",
Expand Down
4 changes: 4 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
},
"build": {
"development-simulator": {
"node": "18.18.2",
"developmentClient": true,
"distribution": "internal",
"ios": {
Expand All @@ -16,6 +17,7 @@
}
},
"development": {
"node": "18.18.2",
"developmentClient": true,
"distribution": "internal",
"ios": {
Expand All @@ -27,6 +29,7 @@
}
},
"preview": {
"node": "18.18.2",
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
Expand All @@ -38,6 +41,7 @@
}
},
"production": {
"node": "18.18.2",
"ios": {
"resourceClass": "m-medium"
},
Expand Down
160 changes: 109 additions & 51 deletions package-lock.json

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

Loading

0 comments on commit d218f12

Please sign in to comment.