diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-23 19:45:07 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-23 19:45:07 -0700 |
commit | fb157b873af7c3d9183bfdb66769051fb0843f85 (patch) | |
tree | 92d08bad60c4e4600bc2998094ec6656e345e86c /packaging | |
parent | 509b664a29af0ed09f62150813cdfb737116c309 (diff) | |
download | subsurface-fb157b873af7c3d9183bfdb66769051fb0843f85.tar.gz |
iOS build: fix executable name
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in index a1a437917..5a812fe5a 100644 --- a/packaging/ios/Info.plist.in +++ b/packaging/ios/Info.plist.in @@ -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> |