Closed plrthink closed 8 years ago
This issue was migrated to https://github.com/fastlane/fastlane/issues/1821. Please post all further comments there.
fastlane
is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket:
I'm using gym's export_options with fastlane update_info_plist action. But changing app display name doesn't affect title filed in generated manifest.plist file, the title's value still stays unchanged. Below are related lines in my Fastfile
And here is generated
manifest.plist
's related things:As you can see, the title field stays unchanged. Of course I can manually or write a script to change it but I think it makes sense that gym do this work.
Any ideas?