visionOS: Add UIApplicationSceneManifest to qmake Info.plist template
Like we do for the CMake one. Change-Id: Idf188d79f8c3f5bde1bd91d26fe871e445f959d4 Reviewed-by: Doris Verria <doris.verria@qt.io>
This commit is contained in:
parent
e6db07c4e7
commit
f637769c6b
@ -35,5 +35,13 @@
|
|||||||
<array>
|
<array>
|
||||||
<string>XROS</string>
|
<string>XROS</string>
|
||||||
</array>
|
</array>
|
||||||
|
|
||||||
|
<key>UIApplicationSceneManifest</key>
|
||||||
|
<dict>
|
||||||
|
<key>UIApplicationSupportsMultipleScenes</key>
|
||||||
|
<true/>
|
||||||
|
<key>UISceneConfigurations</key>
|
||||||
|
<dict/>
|
||||||
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user