2025-10-30 17:23:31 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
|
<plist version="1.0">
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UILaunchScreen</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>UIColorName</key>
|
|
|
|
|
<string></string>
|
|
|
|
|
<key>UIImageName</key>
|
|
|
|
|
<string></string>
|
|
|
|
|
</dict>
|
2025-11-21 09:31:10 -08:00
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
|
</array>
|
2025-10-30 17:23:31 -07:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|