Skip to content

Commit

Permalink
Add ios bundle identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Jun 25, 2024
1 parent d044e1c commit ac3cbeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/app/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = () => {
assetBundlePatterns: ['**/*'],
ios: {
supportsTablet: true,
bundleIdentifier: 'com.gray.pikatorrent',
},
android: {
package: IS_DEV ? 'com.gray.pikatorrent.dev' : 'com.gray.pikatorrent',
Expand Down

0 comments on commit ac3cbeb

Please sign in to comment.