summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-22 11:55:03 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-22 11:55:03 +0200
commitc95aab351dfcf1282925708b16ceb727895da66b (patch)
tree4f2630451cad94ca31528eed140d09a3efd26600 /res
parentecb72de43c2119139d87bef3da05819d3724c91a (diff)
iOS: Assets in the CMake project
Diffstat (limited to 'res')
-rw-r--r--res/MacOSXBundleInfo.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/MacOSXBundleInfo.plist.in b/res/MacOSXBundleInfo.plist.in
index 1883db5f..186e733b 100644
--- a/res/MacOSXBundleInfo.plist.in
+++ b/res/MacOSXBundleInfo.plist.in
@@ -47,6 +47,8 @@
47 <string>UIInterfaceOrientationLandscapeLeft</string> 47 <string>UIInterfaceOrientationLandscapeLeft</string>
48 <string>UIInterfaceOrientationLandscapeRight</string> 48 <string>UIInterfaceOrientationLandscapeRight</string>
49 </array> 49 </array>
50 <key>UILaunchStoryboardName</key>
51 <string>LaunchScreen</string>
50 <key>CFBundleDocumentTypes</key> 52 <key>CFBundleDocumentTypes</key>
51 <array> 53 <array>
52 <dict> 54 <dict>