You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking over the documentation there is a use case that I have that isn't easy to see how I would address it with this plugin.
I have an IPA that I need to update the bundle identifier but I don't have the source code/project. I want to use this plugin to modify the CFBundleIdentifier of the Info.plist but the IPA also has Plugins with the appex extension in, they have their own Info.plist files.
Whilst I can set the IPA I want to work with and the plist values I want to change, I cannot specify which plist file I want to work with.
Hi,
Thanks for the plugin.
Looking over the documentation there is a use case that I have that isn't easy to see how I would address it with this plugin.
I have an IPA that I need to update the bundle identifier but I don't have the source code/project. I want to use this plugin to modify the CFBundleIdentifier of the Info.plist but the IPA also has Plugins with the appex extension in, they have their own Info.plist files.
Whilst I can set the IPA I want to work with and the plist values I want to change, I cannot specify which plist file I want to work with.
So far I have found this bash script which looks like it does the job, but I am trying to stay within Fastlane:
https://bitbucket.org/xgiovio/ios-ipa-resign/src/master/
Any suggestions/help would be appreciated.
The text was updated successfully, but these errors were encountered: