Advertisement
Guest User

Untitled

a guest
Jan 10th, 2012
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  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>BuildMachineOSBuild</key>
  6. <string>10K540</string>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>pt</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>Portabilidade</string>
  11. <key>CFBundleExecutable</key>
  12. <string>number_portability</string>
  13. <key>CFBundleIconFile</key>
  14. <string>Icon.png</string>
  15. <key>CFBundleIdentifier</key>
  16. <string>br.com.noelrocha.portabilidade</string>
  17. <key>CFBundleInfoDictionaryVersion</key>
  18. <string>6.0</string>
  19. <key>CFBundleName</key>
  20. <string>number-portability</string>
  21. <key>CFBundlePackageType</key>
  22. <string>APPL</string>
  23. <key>CFBundleResourceSpecification</key>
  24. <string>ResourceRules.plist</string>
  25. <key>CFBundleSignature</key>
  26. <string>????</string>
  27. <key>CFBundleSupportedPlatforms</key>
  28. <array>
  29. <string>iPhoneOS</string>
  30. </array>
  31. <key>CFBundleVersion</key>
  32. <string>1.5</string>
  33. <key>DTCompiler</key>
  34. <string>4.2</string>
  35. <key>DTPlatformBuild</key>
  36. <string>8F192</string>
  37. <key>DTPlatformName</key>
  38. <string>iphoneos</string>
  39. <key>DTPlatformVersion</key>
  40. <string>4.3</string>
  41. <key>DTSDKBuild</key>
  42. <string>8F191m</string>
  43. <key>DTSDKName</key>
  44. <string>iphoneos4.3</string>
  45. <key>DTXcode</key>
  46. <string>0400</string>
  47. <key>DTXcodeBuild</key>
  48. <string>10M2518</string>
  49. <key>LSRequiresIPhoneOS</key>
  50. <true/>
  51. <key>MinimumOSVersion</key>
  52. <string>3.1</string>
  53. <key>NSMainNibFile</key>
  54. <string>MainWindow</string>
  55. <key>UIDeviceFamily</key>
  56. <array>
  57. <integer>1</integer>
  58. </array>
  59. <key>UIPrerenderedIcon</key>
  60. <true/>
  61. </dict>
  62. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement