Sha256: 0c3243c00a5cc4cf0393cca70740de2b3cadb5350a8ba0980892a6812b6aff82
Contents?: true
Size: 657 Bytes
Versions: 3
Compression:
Stored size: 657 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>CFBundleName</key> <string>demo</string> <key>CFBundleSupportedPlatforms</key> <array> <string>iPhoneOS</string> </array> <key>CFBundleExecutable</key> <string>demo</string> <key>CFBundleVersion</key> <string>1.0</string> <key>CFBundleIdentifier</key> <string>demo</string> <key>CFBundleResourceSpecification</key> <string>ResourceRules.plist</string> <key>LSRequiresIPhoneOS</key> <true/> <key>CFBundleDisplayName</key> <string>demo</string> </dict> </plist>
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
ios_app_installer-0.0.1 | node_modules/ios_app_installer/Info.plist |
ios-deploy-1.5.0 | node_modules/ios-deploy/Info.plist |
ios-deploy-1.3.2 | node_modules/ios-deploy/Info.plist |