oops. broke the BM_PUTPIXEL coords. use PIXFMT_BGRA32 for x86, and convert the color...
[AROS.git] / arch / all-ios / bootstrap / Info.plist
blob21dbbf1f94a85dd236648bd66849ae2e406b7591
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleDisplayName</key>
8 <string>AROS</string>
9 <key>CFBundleExecutable</key>
10 <string>AROSBootstrap</string>
11 <key>CFBundleIdentifier</key>
12 <string>@aros_application_id@</string>
13 <key>CFBundleInfoDictionaryVersion</key>
14 <string>6.0</string>
15 <key>CFBundleName</key>
16 <string>AROSBootstrap</string>
17 <key>CFBundlePackageType</key>
18 <string>APPL</string>
19 <key>CFBundleSignature</key>
20 <string>????</string>
21 <key>UIFileSharingEnabled</key>
22 <true/>
23 <key>CFBundleSupportedPlatforms</key>
24 <array>
25 <string>iPhoneOS</string>
26 <string>iPhoneSimulator</string>
27 </array>
28 <key>CFBundleVersion</key>
29 <string>1.0</string>
30 <key>LSRequiresIPhoneOS</key>
31 <true/>
32 <key>UIDeviceFamily</key>
33 <array>
34 <integer>1</integer>
35 <integer>2</integer>
36 </array>
37 <key>UISupportedInterfaceOrientations</key>
38 <array>
39 <string>UIInterfaceOrientationPortrait</string>
40 </array>
41 <key>UISupportedInterfaceOrientations~ipad</key>
42 <array>
43 <string>UIInterfaceOrientationPortrait</string>
44 <string>UIInterfaceOrientationPortraitUpsideDown</string>
45 <string>UIInterfaceOrientationLandscapeLeft</string>
46 <string>UIInterfaceOrientationLandscapeRight</string>
47 </array>
48 </dict>
49 </plist>