Jump to content

How to add a header image to my preference bundle?


Go to solution Solved by Rook,

31 posts in this topic

Recommended Posts

Posted

There's a tutorial in a hidden section for this. You can only view it if you become a Cheater.

Posted

Ok im working for tht thx

I build a preference bundle hack

Where shoul i upload it?

Tranches 2

Upload it anywhere and post the link to it here in a topic under a category where it fits.

 

Also, don't advertise inside images, thank you.

Posted

Thank you so much boss

I will try now

Where should i add PFHeaderCel.mm?

 

export ARCHS = armv7 arm64

export TARGET = iphone:clang:7.1:7.1

include theos/makefiles/common.mk

 

BUNDLE_NAME = MegaRunHack

MegaRunHack_FILES = MegaRunHack.mm

MegaRunHack_INSTALL_PATH = /Library/PreferenceBundles

MegaRunHack_FRAMEWORKS = UIKit

MegaRunHack_PRIVATE_FRAMEWORKS = Preferences

 

include $(THEOS_MAKE_PATH)/bundle.mk

 

internal-stage::

$(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END)

$(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/MegaRunHack.plist$(ECHO_END)

 

This is my makefile

Posted

In your Preferences makefile:

 

PrefName_FILES = PrefName.mm PFHeaderCell.mm

Thank you so much bossI will try nowWhere should i add PFHeaderCel.mm?

export ARCHS = armv7 arm64

export TARGET = iphone:clang:7.1:7.1

include theos/makefiles/common.mk

BUNDLE_NAME = MegaRunHack

MegaRunHack_FILES = MegaRunHack.mm

MegaRunHack_INSTALL_PATH = /Library/PreferenceBundles

MegaRunHack_FRAMEWORKS = UIKit

MegaRunHack_PRIVATE_FRAMEWORKS = Preferences

include $(THEOS_MAKE_PATH)/bundle.mk

internal-stage::

$(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END)

$(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/MegaRunHack.plist$(ECHO_END)

This is my makefile

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