mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Leave CFBundleIdentifier to io.bisq.Bisq
io.bisq.Bisq is the registered app ID at Apple for code signing. It can be changed but I prefer to postpone that for later.
This commit is contained in:
parent
5ec8782ea8
commit
88462c1180
@ -15,7 +15,7 @@
|
||||
<key>CFBundleName</key>
|
||||
<string>Bisq</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>bisq.Bisq</string>
|
||||
<string>io.bisq.Bisq</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
|
Loading…
Reference in New Issue
Block a user