Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. Fixed. The [email protected] needs to be 750x250 instead of 640x200. Height needs to be 125 instead of 100 Like this : <dict> <key>cell</key> <string>PSStaticTextCell</string> <key>cellClass</key> <string>PFHeaderCell</string> <key>background</key> <string>#EFEFF4</string> <key>image</key> <string>/Library/PreferenceBundles/ProjectNamePreferences.bundle/header.png</string> <key>height</key> <integer>125</integer> </dict>
  2. Ending in 5 hours and 30 minutes
  3. Is the IPA cracked?
  4. <dict> <key>cell</key> <string>PSStaticTextCell</string> <key>cellClass</key> <string>PFHeaderCell</string> <key>background</key> <string>#EFEFF4</string> <key>image</key> <string>/Library/PreferenceBundles/ProjectNamePreferences.bundle/header.png</string> <key>height</key> <integer>100</integer> </dict> <string>/Library/PreferenceBundles/ProjectNamePreferences.bundle/header.png</string> is this still a valid string? because I'm getting this error when I compile make[3]: *** No rule to make target `obj/PFHeaderCell.mm.2267a18e.o', needed by `obj/mimopref.bundle/mimopref.64873355.unsigned'. Stop. make[2]: *** [internal-bundle-all_] Error 2 make[1]: *** [mimopref.all.bundle.variables] Error 2 make: *** [internal-all] Error 2 @DiDA
  5. Yeah, but I'm talking about the .h files in the /theos/include folder , everytime I try to compile, It's asking me for a .h file that I need to find. Compiling worked before I put alot of .h files from the UIKit folder. If you could DiDa, could you give me all of your folders in your /theos/include? So I don't have to spend hours figuring out what to get and what not to EDIT 1 : Nevermind, I got all of them right and can compile. Now I just need to figure out how to fix this damn .png header not showing up
  6. Yeah, it's all there. I'll try to remove the previous random headers that I installed and re-write the code. I'm getting way to many errors
  7. No, I'm not sure why it's not locating it :s
  8. Goodjob man I'm sorry about your grandfather's death. May he rest in peace
  9. Well this is what I used : <dict> <key>cell</key> <string>PSStaticTextCell</string> <key>height</key> <string>133</string> <key>label</key> <string></string> <key>icon</key> <string>banner.png</string> I'm not exactly sure what I'm supposed to write to make it centered?
  10. Do I need UIKit for this to work?
  11. After following this tutorial : https://iosgods.com/topic/6527-tutorialtemplate-how-to-add-a-header-image-to-your-preferencebundle-pfheadercell/?hl=+pfheadercell ... It seems like my header just won't show up. I followed the steps correctly and don't seem to be missing anything. This is what I'm getting :
  12. I'm not sure then, sorry
  13. What's the code to make it centered? It seems like it's a bit on the left
  14. Use the keychain method
×
  • 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