Skip to content

Commit 6092977

Browse files
committed
fix app bundleIdentifier
1 parent 06f044c commit 6092977

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

hackathon/spacecraft/.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,5 @@ web-build/
1515
# macOS
1616
.DS_Store
1717

18-
# Google PLay x EAS Submit
19-
pc-api-7471923474792639039-886-2853adb1fe83.json
20-
@weshipit__spacecraft-keystore-credentials.md
21-
2218
# eas update
2319
dist/

hackathon/spacecraft/app.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
assetBundlePatterns: ["**/*"],
1919
ios: {
2020
supportsTablet: true,
21-
bundleIdentifier: "today.weshipit.spacecraft",
21+
bundleIdentifier: "weshipit.today.spacecraft",
2222
appStoreUrl:
2323
"https://apps.apple.com/fr/app/retail-shake-scanner/id1234567890",
2424
},
@@ -27,7 +27,7 @@ module.exports = {
2727
foregroundImage: "./assets/adaptive-icon.png",
2828
backgroundColor: "#FFFFFF",
2929
},
30-
package: "today.weshipit.spacecraft",
30+
package: "weshipit.today.spacecraft",
3131
playStoreUrl:
3232
"https://play.google.com/store/apps/details?id=weshipit.today.spacecraft",
3333
},

0 commit comments

Comments
 (0)