Some of the variables are accesses from within Info.plist file like $(VARIABLE):
Is it possible to do the same in Settings.bundle?
I need to display there my current ios app version:
Some of the variables are accesses from within Info.plist file like $(VARIABLE):
Is it possible to do the same in Settings.bundle?
I need to display there my current ios app version:
Copyright © 2021 Jogjafile Inc.


You cannot dynamically change the Settings.bundle. Settings.bundle always use static plist.
But you can change it using
NSUserDefaultsYou can put above code to: