Files
ipa-archive/data/23/23157.plist
2024-02-26 22:53:23 +01:00

48 lines
1.3 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SignerIdentity</key>
<string>Apple iPhone OS Application Signing</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>BookShelf</string>
<key>CFBundleExecutable</key>
<string>BookShelf</string>
<key>CFBundleIconFile</key>
<string>Icon.png</string>
<key>CFBundleIdentifier</key>
<string>org.thebedells.bookshelf</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>BookShelf</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleResourceSpecification</key>
<string>ResourceRules.plist</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>org.thebedells.books</string>
<key>CFBundleURLSchemes</key>
<array>
<string>shelfserver</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.1.903</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTSDKName</key>
<string>(SDK_NAME)</string>
<key>NSMainNibFile</key>
<string>MainWindow</string>
</dict>
</plist>