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

Get this errorhttp://i.imgur.com/GKRpkYD.jpg

Missing seperator in makefile

Dida please can u put in my makefile tht i post it?

Check your makefile at line: 7

 

You maybe have an extra space or something?

Posted

Still geterror

You didn't even check it. :3

 

Paste your makefile here.

Posted

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)

Posted

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)

You haven't included the PFHeaderCell.mm at all?

 

And why is it so crowded?

Posted

Kuz i copyed it

And i dont know wr include PFheaderCell.mm

Send me your makefile completely. I told you where to include it...

Posted

export ARCHS = armv7 arm64

export TARGET = iphone:clang:7.1:7.1

include theos/makefiles/common.mk

 

BUNDLE_NAME = SBMultiFunction

SBMultiFunction_FILES = SBMultiFunction.mm

SBMultiFunction_INSTALL_PATH = /Library/PreferenceBundles

SBMultiFunction_FRAMEWORKS = UIKit

SBMultiFunction_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/SBMultiFunction.plist$(ECHO_END)

Posted

You're using a different makefile now!?!?

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