mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 17:35:36 +00:00
cmd/gio: specify UISupportedInterfaceOrientations
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -248,6 +248,12 @@ func buildInfoPlist(bi *buildInfo) string {
|
|||||||
<array>
|
<array>
|
||||||
<integer>1</integer>
|
<integer>1</integer>
|
||||||
</array>
|
</array>
|
||||||
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
|
<array>
|
||||||
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>`, bi.appID, appName, bi.version, bi.version, platform)
|
</plist>`, bi.appID, appName, bi.version, bi.version, platform)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user