2011-09-16 16:06:56 +02:00
|
|
|
<?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>
|
2014-04-03 20:42:57 +02:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>1.0</string>
|
2011-09-16 16:06:56 +02:00
|
|
|
<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>
|