mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue