mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
iOS build: fix executable name
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
509b664a29
commit
fb157b873a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<key>CFBundleDisplayName</key>
|
||||
<string>Subsruface-mobile</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>subsurface-ios</string>
|
||||
<string>Subsurface-mobile</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Created by Qt/QMake</string>
|
||||
<key>CFBundleIcons</key>
|
||||
|
|
Loading…
Reference in a new issue