Sha256: c0b3c6bbc9d9e46136123fe65080683e252dff93d36e38f87e06b225eec5c3e0
Contents?: true
Size: 960 Bytes
Versions: 3
Compression:
Stored size: 960 Bytes
Contents
<?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>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> <string>Rhodes</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> <string>icon.png</string> <key>CFBundleIconFiles</key> <array> <string>icon57.png</string> <string>icon72.png</string> <string>icon114.png</string> </array> <key>CFBundleIdentifier</key> <string>com.rhomobile.brian</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>${PRODUCT_NAME}</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.2.1</string> <key>LSRequiresIPhoneOS</key> <true/> </dict> </plist>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rhodes-2.2.1 | platform/iphone/Info.plist |
rhodes-2.2.1.beta.2 | platform/iphone/Info.plist |
rhodes-2.2.1.beta.1 | platform/iphone/Info.plist |