Important
Spoofing the bundle id of an app may cause the app to behave unexpectedly (e.g. not being able to request permissions). Use at your own risk.
- Fork this repo.
- Modify the files as needed.
- Open
control
and editPackage: com.lixingchi.spoofbundleid
to your own package name, etc. - Open
Makefile
and editINSTALL_TARGET_PROCESSES = EXECUTABLE_NAME
to the name of the app you want to spoof. - Open
SpoofBundleId.plist
andTweak.x
and editREAL_BUNDLE_ID
to the bundle id you have. - Open
Tweak.x
and editORIGINAL_BUNDLE_ID
to the bundle id of the app you want to spoof to. ModifyspoofCount > -1
to limit the number of spoofs.
- Open
- Run
make package
in the terminal - The deb can be found in the
./packages
folder
DISCLAIMER:
This tweak template is provided for educational and research purposes only.
It is provided "as is" without any express or implied warranty. Under no circumstances
shall the author(s) be liable for any direct, indirect, incidental, or consequential damages
arising from the use or misuse of this code.
Use this code at your own risk. Before using, modifying, or distributing it, ensure that you have
the necessary rights, permissions, and that your actions comply with all applicable laws, regulations,
and the terms of service of your device or software. Note that modifications to system behavior,
including spoofing or altering identifiers, may void warranties or be considered a violation of
software policies.
This code is intended for use in environments where such modifications are permitted (e.g., jailbroken devices)
and is not supported or endorsed by any third-party vendors. If you do not agree with these terms, do not use,
modify, or distribute this code.