]> git.saurik.com Git - winterboard.git/blobdiff - Info.plist
Make docks even more transparent.
[winterboard.git] / Info.plist
index 3a0b6ea1ed3d675d13c8f2a4a1c4df3f1fca8c9a..a20bdf9a85b8b6d89141195f21fa9ded5bad4d92 100644 (file)
     <string>WinterBoard</string>
 
     <key>CFBundlePackageType</key>
-    <string>BNDL</string>
+    <string>APPL</string>
+
+    <key>CFBundleShortVersionString</key>
+    <string>0.9</string>
 
     <key>CFBundleSignature</key>
     <string>????</string>
     <key>CFBundleVersion</key>
     <string>0.9</string>
 
-    <key>NSPrincipalClass</key>
-    <string>WinterBoard</string>
+    <key>SBUsesNetwork</key>
+    <integer>3</integer>
+
+    <key>UIDeviceFamily</key>
+    <array>
+        <integer>1</integer>
+        <integer>2</integer>
+    </array>
+
+    <key>UISupportedInterfaceOrientations</key>
+    <array>
+        <string>UIInterfaceOrientationPortrait</string>
+        <string>UIInterfaceOrientationPortraitUpsideDown</string>
+        <string>UIInterfaceOrientationLandscapeLeft</string>
+        <string>UIInterfaceOrientationLandscapeRight</string>
+    </array>
 </dict>
 
 </plist>