32 lines
713 B
Plaintext
Executable File
32 lines
713 B
Plaintext
Executable File
<?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>CFBundleIcons</key>
|
|
<dict>
|
|
<key>CFBundlePrimaryIcon</key>
|
|
<dict>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>appicon60x60</string>
|
|
</array>
|
|
<key>CFBundleIconName</key>
|
|
<string>appicon</string>
|
|
</dict>
|
|
</dict>
|
|
<key>CFBundleIcons~ipad</key>
|
|
<dict>
|
|
<key>CFBundlePrimaryIcon</key>
|
|
<dict>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>appicon60x60</string>
|
|
<string>appicon76x76</string>
|
|
</array>
|
|
<key>CFBundleIconName</key>
|
|
<string>appicon</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|