Advertisement
zegige

multitask_cfg file

Nov 5th, 2011
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 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>capabilities</key>
  6. <dict>
  7. <key>accelerometer</key>
  8. <true/>
  9. <key>any-telephony</key>
  10. <true/>
  11. <key>applicationInstallation</key>
  12. <true/>
  13. <key>armv6</key>
  14. <true/>
  15. <key>bluetooth</key>
  16. <true/>
  17. <key>delay-sleep-for-headset-click</key>
  18. <false/>
  19. <key>device-name</key>
  20. <string>iPhone</string>
  21. <key>gas-gauge-battery</key>
  22. <true/>
  23. <key>gps</key>
  24. <true/>
  25. <key>homescreen-wallpaper</key>
  26. <false/>
  27. <key>hw-encode-snapshots</key>
  28. <true/>
  29. <key>hw-snapshots-need-purplegfx</key>
  30. <true/>
  31. <key>international-settings</key>
  32. <true/>
  33. <key>location-services</key>
  34. <true/>
  35. <key>marketing-name</key>
  36. <string>iPhone 3G</string>
  37. <key>microphone</key>
  38. <true/>
  39. <key>mms</key>
  40. <true/>
  41. <key>multitasking</key>
  42. <false/>
  43. <key>opengles-1</key>
  44. <true/>
  45. <key>peer-peer</key>
  46. <true/>
  47. <key>proximity-sensor</key>
  48. <true/>
  49. <key>ringer-switch</key>
  50. <true/>
  51. <key>sms</key>
  52. <true/>
  53. <key>stand-alone-contacts</key>
  54. <true/>
  55. <key>still-camera</key>
  56. <true/>
  57. <key>telephony</key>
  58. <true/>
  59. <key>telephony-maximum-generation</key>
  60. <integer>3</integer>
  61. <key>unified-ipod</key>
  62. <true/>
  63. <key>volume-buttons</key>
  64. <true/>
  65. <key>wifi</key>
  66. <true/>
  67. </dict>
  68. <key>iconState</key>
  69. <dict>
  70. <key>buttonBar</key>
  71. <array>
  72. <string>com.apple.mobilephone</string>
  73. <string>com.apple.mobilemail</string>
  74. <string>com.apple.mobilesafari</string>
  75. <string>com.apple.mobileipod-MediaPlayer</string>
  76. </array>
  77. <key>iconLists</key>
  78. <array>
  79. <array>
  80. <string>com.apple.MobileSMS</string>
  81. <string>com.apple.mobilecal</string>
  82. <string>com.apple.mobileslideshow</string>
  83. <string>com.apple.camera</string>
  84. <string>com.apple.youtube</string>
  85. <string>com.apple.stocks</string>
  86. <string>com.apple.Maps</string>
  87. <string>com.apple.weather</string>
  88. <string>com.apple.mobilenotes</string>
  89. <dict>
  90. <key>defaultDisplayName</key>
  91. <string>Utilities</string>
  92. <key>iconLists</key>
  93. <array>
  94. <array>
  95. <string>com.apple.mobiletimer</string>
  96. <string>com.apple.calculator</string>
  97. <string>com.apple.VoiceMemos</string>
  98. </array>
  99. </array>
  100. </dict>
  101. <string>com.apple.MobileStore</string>
  102. <string>com.apple.AppStore</string>
  103. <string>com.apple.gamecenter</string>
  104. <string>com.apple.Preferences</string>
  105. </array>
  106. <array>
  107. <string>com.apple.MobileAddressBook</string>
  108. </array>
  109. </array>
  110. </dict>
  111. </dict>
  112. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement