Sha256: a76d4c2e8ee01024db0eb109a0d5a6cadcb0e6c42d6703d454d942fdb9ae79ef
Contents?: true
Size: 1.17 KB
Versions: 17
Compression:
Stored size: 1.17 KB
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>English</string> <key>CFBundleExecutable</key> <string><%= config_name %></string> <key>CFBundleIconFile</key> <string><%= config_icon %></string> <key>CFBundleIdentifier</key> <string><%= config_id %></string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string><%= config_name %></string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>WRUN</string> <key>CFBundleVersion</key> <string>0.8.0</string> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> <array> <string>*</string> </array> <key>CFBundleTypeMIMETypes</key> <array> <string>*/*</string> </array> <key>CFBundleTypeName</key> <string>Any</string> <key>CFBundleTypeRole</key> <string>Viewer</string> <key>LSTypeIsPackage</key> <false/> <key>NSPersistentStoreTypeKey</key> <string>Binary</string> </dict> </array> </dict> </plist>
Version data entries
17 entries across 17 versions & 1 rubygems