Skip to content
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

Open
Antonn1 opened this issue Sep 29, 2017 · 13 comments
Open

App name does not change #34

Antonn1 opened this issue Sep 29, 2017 · 13 comments

Comments

@Antonn1
Copy link

Antonn1 commented Sep 29, 2017

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?

@kabiroberai
Copy link
Owner

What did you add to your Makefile?

@Antonn1
Copy link
Author

Antonn1 commented Sep 29, 2017

DISPLAY_NAME = XYZ

Is that correct?

@kabiroberai
Copy link
Owner

Strange, that should work. Please send your entire Makefile here so that I can try to figure out what's wrong

@Antonn1
Copy link
Author

Antonn1 commented Sep 29, 2017

CODESIGN_IPA=0
MODULES = jailed
include theos/makefiles/common.mk

TWEAK_NAME = LDE
DISPLAY_NAME = LDE Mod

LDE_FRAMEWORKS = UIKit
LDE_LDFLAGS += -Wl,-segalign,4000

LDE_FILES = Tweak.xm
LDE_IPA = /Users/anton/lde.ipa

include $(THEOS_MAKE_PATH)/tweak.mk

@kabiroberai
Copy link
Owner

Does it work if you change it to LDEMod?

@Antonn1
Copy link
Author

Antonn1 commented Sep 29, 2017

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

@kabiroberai
Copy link
Owner

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

@Antonn1
Copy link
Author

Antonn1 commented Oct 12, 2017

probably not. I get > Updating Theos…
error: cannot open .git/FETCH_HEAD: Permission denied

@kabiroberai
Copy link
Owner

Oh, that's probably it then. Did you install the repo via git or the download zip button?

@Antonn1
Copy link
Author

Antonn1 commented Oct 20, 2017

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

@anthonyvallone
Copy link

I am having the same issue. The display name never changes on the homescreen but the CFBundleName does update in the info.plist

@kabiroberai
Copy link
Owner

@iOSsm0ke could you try creating an Info.plist in your Resources directory with its CFBundleDisplayName key set to the desired name? See https://github.com/kabiroberai/theos-jailed/wiki/Usage#adding-resources for more info

@lockdownderp
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants