+ Reply
Results 1 to 2 of 2
  1. #1
    What's Jailbreak?
    Join Date
    Jan 2009
    Location
    Cardiff, Wales
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile info.plist code needed!

    Hi! In error I've deleted my info.plist code from my appstore for my iphone. Can anyone help me get the correct code back, or maybe even send me a copy of yours?
    Any help will be appreciated, thanks.
    welshd4n

  2. #2
    What's Jailbreak?
    Join Date
    Sep 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default here is the one for ipod touch 2g 3.0, i hope it works =)

    <?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>CFBundleDevelopmentRegion</key>
    <string>en</string>
    <key>CFBundleExecutable</key>
    <string>AppStore</string>
    <key>CFBundleIdentifier</key>
    <string>com.apple.AppStore</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleResourceSpecification</key>
    <string>ResourceRules.plist</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleSupportedPlatforms</key>
    <array>
    <string>iPhoneOS</string>
    </array>
    <key>CFBundleURLTypes</key>
    <array>
    <dict>
    <key>CFBundleURLName</key>
    <string>iTunes App Store URL</string>
    <key>CFBundleURLSchemes</key>
    <array>
    <string>itms-apps</string>
    <string>itms-appss</string>
    </array>
    </dict>
    </array>
    <key>CFBundleVersion</key>
    <string>1.0</string>
    <key>DTPlatformName</key>
    <string>iphoneos</string>
    <key>DTSDKName</key>
    <string>iphoneos3.0.internal</string>
    <key>MinimumOSVersion</key>
    <string>3.0</string>
    <key>SBAppTags</key>
    <array>
    <string>AppStore</string>
    </array>
    <key>SBUsesNetwork</key>
    <integer>10</integer>
    <key>SUTabBarKey</key>
    <string>Software</string>
    </dict>
    </plist>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts