I wish to set the extension Bundle identifier by script according to its parent App. (So I can reuse the extension without duplicating the extension target.
right now the extension is hardcoded to this -
com.XXXXXX.FirstTargetName.QOD-Notification-Extention
I wish to create a script that will run when building the extension and set the bundle identifier dynamically to other target names.
Is there any environment variable that I can reach to get the parent app target name.
Thanks