mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
73 lines
2.2 KiB
Plaintext
73 lines
2.2 KiB
Plaintext
<?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>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>IOSClient</string>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>ipad_HD_icon_01.png</string>
|
|
<string>ipad_SD_icon_01.png</string>
|
|
<string>Default-Landscape~ipad.png</string>
|
|
<string>Default.png</string>
|
|
<string>Default@2x.png</string>
|
|
<string>Default-Portrait@2x~ipad.png</string>
|
|
<string>Default-Portrait@2x~ipad.png</string>
|
|
<string>Default-Portrait~ipad.png</string>
|
|
<string>Default-Portrait~ipad.png</string>
|
|
<string>iphone_SD_icon_01.png</string>
|
|
<string>iphone_HD_icon_01.png</string>
|
|
</array>
|
|
<key>CFBundleIcons</key>
|
|
<dict>
|
|
<key>CFBundlePrimaryIcon</key>
|
|
<dict>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>ipad_HD_icon_01.png</string>
|
|
<string>ipad_SD_icon_01.png</string>
|
|
<string>Default-Landscape~ipad.png</string>
|
|
<string>Default.png</string>
|
|
<string>Default@2x.png</string>
|
|
<string>Default-Portrait@2x~ipad.png</string>
|
|
<string>Default-Portrait@2x~ipad.png</string>
|
|
<string>Default-Portrait~ipad.png</string>
|
|
<string>Default-Portrait~ipad.png</string>
|
|
<string>iphone_SD_icon_01.png</string>
|
|
<string>iphone_HD_icon_01.png</string>
|
|
</array>
|
|
<key>UIPrerenderedIcon</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>wtf.watrbx.robloxipad</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>${PRODUCT_NAME}</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>RbxBaseUrl</key>
|
|
<string>http://www.watrbx.wtf</string>
|
|
<key>UIPrerenderedIcon</key>
|
|
<true/>
|
|
<key>UIStatusBarHidden</key>
|
|
<true/>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|