feat: update .gitignore and configure platform-specific settings in app.json

This commit is contained in:
2025-12-20 23:21:19 +01:00
parent 03fa5fb853
commit 36e2cde26b
5 changed files with 13 additions and 3 deletions

View File

@@ -30,6 +30,12 @@
"eas": {
"projectId": "00000000-0000-0000-0000-000000000000"
}
},
"ios": {
"bundleIdentifier": "com.devbeni.vegas-blackjack"
},
"android": {
"package": "com.devbeni.vegasblackjack"
}
}
}