Home | History | Annotate | Download | only in make
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5 	<key>CFBundleDevelopmentRegion</key>
      6 	<string>en</string>
      7 	<key>CFBundleExecutable</key>
      8 	<string>VPX</string>
      9 	<key>CFBundleIdentifier</key>
     10 	<string>org.webmproject.VPX</string>
     11 	<key>CFBundleInfoDictionaryVersion</key>
     12 	<string>6.0</string>
     13 	<key>CFBundleName</key>
     14 	<string>VPX</string>
     15 	<key>CFBundlePackageType</key>
     16 	<string>FMWK</string>
     17 	<key>CFBundleShortVersionString</key>
     18 	<string>${VERSION}</string>
     19 	<key>CFBundleSignature</key>
     20 	<string>????</string>
     21 	<key>CFBundleSupportedPlatforms</key>
     22 	<array>
     23 		<string>iPhoneOS</string>
     24 	</array>
     25 	<key>CFBundleVersion</key>
     26 	<string>${VERSION}</string>
     27 	<key>MinimumOSVersion</key>
     28 	<string>${IOS_VERSION_MIN}</string>
     29 	<key>UIDeviceFamily</key>
     30 	<array>
     31 		<integer>1</integer>
     32 		<integer>2</integer>
     33 	</array>
     34 	<key>VPXFullVersion</key>
     35 	<string>${FULLVERSION}</string>
     36 </dict>
     37 </plist>
     38