2
0

Info.plist fixes.

[FIXED]     Add extensions to Icon as well to CFBundleIconFiles because Xcode doesn't seem to listen to the Apple docs.
[FIXED]     Removed newsstand metadata: this is not a newsstand app.
This commit is contained in:
Maarten Billemont 2013-05-03 10:15:27 -04:00
parent 802c5949da
commit 809bd60169

View File

@ -45,17 +45,6 @@
<key>UIPrerenderedIcon</key>
<true/>
</dict>
<key>UINewsstandIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string></string>
</array>
<key>UINewsstandBindingEdge</key>
<string>UINewsstandBindingEdgeLeft</string>
<key>UINewsstandBindingType</key>
<string>UINewsstandBindingTypeMagazine</string>
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>com.lyndir.lhunath.MasterPassword</string>