Skip to content

Commit

Permalink
fix: apple bundle id for dev and submit script
Browse files Browse the repository at this point in the history
  • Loading branch information
Adventune committed Jul 28, 2024
1 parent 1709403 commit 9767208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default () => {
bundleIdentifier:
process.env.EXPO_PUBLIC_ENVIRONMENT === 'production'
? 'fi.testausserveri.assemblyapp'
: 'fi.testausserveri.assemblyapp_dev',
: 'fi.testausserveri.assemblyapp-dev',
},
android: {
adaptiveIcon: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"lint": "expo lint",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\"",
"build:android:preview": "eas build --platform android --profile preview --non-interactive --no-wait",
"build:all:submit": "eas build --platform all --profile production --auto-submit --no-wait",
"check:types": "tsc --noEmit",
"check:lint": "expo lint",
"check:format": "prettier --check \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\"",
Expand Down

0 comments on commit 9767208

Please sign in to comment.