Jump to content

Can someone tell me what's wrong?


Go to solution Solved by Rook,

17 posts in this topic

Recommended Posts

Posted

Hey guys ^_^

when I make a package (preference) and install it I can't see any switches can someone tell me if there a wrong :)

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>entry</key>
  <dict>
    <key>cell</key>
    <string>PSLinkCell</string>
    <key>icon</key>
    <string>icon.png</string>
    <key>label</key>
    <string>Fragger Hack</string>
  </dict>
  <key>items</key>
  <array>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>label</key>
      <string>Get unlimited grenades</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>Fraggerplist</string>
      <key>key</key>
      <string>kGrenades</string>
      <key>label</key>
      <string>Unlimited grenades</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>label</key>
      <string>All Worlds</string>   
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>Fraggerplist</string>      
      <key>key</key>
      <string>kWorlds</string>     
      <key>label</key>
      <string>Unlock all worlds</string>      
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>label</key>
      <string>Hack by ITzkser only for iOSGods</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSTextCell</string>
      <key>label</key>
      <string>Visit iOSGods for more!</string>
    </dict>
  </array>
  <key>title</key>
  <string>Fragger Hack</string>
</dict>
</plist> 
Posted

Go to /Library/PreferenceBundles/YourProjectName.bundle using iFile and text-edit the .plist using iFile's text editor and it will show you which line in the plist is causing a problem. :)

Posted

ok i'll test it right now :D


Go to /Library/PreferenceBundles/YourProjectName.bundle using iFile and text-edit the .plist using iFile's text editor and it will show you which line in the plist is causing a problem. :)

hmm  :turned:  how can i know the wrong it's show me my code in the my-project-name.plist

there're 3 files

my-project.plist

my-project

info.plist

which one?

Posted

ok i'll test it right now :D

 

hmm  :turned:  how can i know the wrong it's show me my code in the my-project-name.plist

there're 3 files

my-project.plist

my-project

info.plist

which one?

The first one: my-project.plist

Posted (edited)

The first one: my-project.plist

It's give me this

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>entry</key>
  <dict>
    <key>cell</key>
    <string>PSLinkCell</string>
    <key>icon</key>
    <string>icon.png</string>
    <key>label</key>
    <string>Fragger Hack</string>
  </dict>
  <key>items</key>
  <array>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>label</key>
      <string>Get unlimited grenades</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>Fraggerplist</string>
      <key>key</key>
      <string>kGrenades</string>
      <key>label</key>
      <string>Unlimited grenades</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>label</key>
      <string>All Worlds</string>   
    </dict>
    <dict>
      <key>cell</key>
      <string>PSSwitchCell</string>
      <key>default</key>
      <false/>
      <key>defaults</key>
      <string>Fraggerplist</string>      
      <key>key</key>
      <string>kWorlds</string>     
      <key>label</key>
      <string>Unlock all worlds</string>      
    </dict>
    <dict>
      <key>cell</key>
      <string>PSGroupCell</string>
      <key>label</key>
      <string>Hack by ITzkser only for iOSGods</string>
    </dict>
    <dict>
      <key>cell</key>
      <string>PSTextCell</string>
      <key>label</key>
      <string>Visit iOSGods for more!</string>
    </dict>
  </array>
  <key>title</key>
  <string>Fragger Hack</string>
</dict>
</plist> 

Does this mean all my codes is wrong  :turned:

Updated by ITz_kser
Posted

No. :p

 

Your issue was the buttons not appearing in settings? An empty settings pane?

Posted

yeah :turned:

Does the default .plist in the template work?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines