-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App name does not change #34
Comments
What did you add to your Makefile? |
DISPLAY_NAME = XYZ Is that correct? |
Strange, that should work. Please send your entire Makefile here so that I can try to figure out what's wrong |
CODESIGN_IPA=0 TWEAK_NAME = LDE LDE_FRAMEWORKS = UIKit LDE_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk |
Does it work if you change it to LDEMod? |
No it doesn't. I think this app specifically is taking the display name from tweak_name? https://itunes.apple.com/us/app/last-day-on-earth-survival/id1241932094?mt=8 That is the app |
Are you using the latest version of Theos Jailed? I haven’t had time to make a tweak with that app yet, but that could be the issue |
probably not. I get > Updating Theos… |
Oh, that's probably it then. Did you install the repo via |
i just reinstalled theos and theos-jailed and i can successfully compile and running make update-jailed says i'm alreayd on the latest version but the name on the home screen is still the same. it is not affected by the makefile |
I am having the same issue. The display name never changes on the homescreen but the CFBundleName does update in the info.plist |
@iOSsm0ke could you try creating an Info.plist in your Resources directory with its |
I just worked out you need to remove all the lproj folders inside the bundle. They are used for locale and they stop the new name from showing if they are used. |
if I specify a custom app name for home screen, it won't change once i install the app. is there somethinge extra that needs ot be done?
The text was updated successfully, but these errors were encountered: