Info.plist 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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>CFBundleDisplayName</key>
  6. <string>TwitterSearch.iOS</string>
  7. <key>CFBundleIdentifier</key>
  8. <string>com.your-company.TwitterSearch.iOS</string>
  9. <key>CFBundleShortVersionString</key>
  10. <string>1.0</string>
  11. <key>CFBundleVersion</key>
  12. <string>1.0</string>
  13. <key>LSRequiresIPhoneOS</key>
  14. <true/>
  15. <key>MinimumOSVersion</key>
  16. <string>8.0</string>
  17. <key>UIDeviceFamily</key>
  18. <array>
  19. <integer>1</integer>
  20. </array>
  21. <key>UIMainStoryboardFile</key>
  22. <string>MainStoryboard</string>
  23. <key>UIRequiredDeviceCapabilities</key>
  24. <array>
  25. <string>armv7</string>
  26. </array>
  27. <key>UISupportedInterfaceOrientations</key>
  28. <array>
  29. <string>UIInterfaceOrientationPortrait</string>
  30. </array>
  31. <key>UILaunchStoryboardName</key>
  32. <string>SplashScreen</string>
  33. <key>CFBundleIconFiles</key>
  34. <array>
  35. <string>Icon-60@2x.png</string>
  36. <string>Icon-Small-40@2x.png</string>
  37. </array>
  38. <key>UIPrerenderedIcon</key>
  39. <true/>
  40. </dict>
  41. </plist>