Syed-Waleed-Shah / rename_app

A flutter package to easily rename your app display name
MIT License
15 stars 5 forks source link

iOS part does not work if info.plist files has been renamed. #1

Closed gmhz closed 5 months ago

gmhz commented 2 years ago

If iOS parts "info.plsit" file has been renamed it does not work. For example from package https://pub.dev/packages/flutter_native_splash : If you have changed the name(s) of your info.plist file(s), you can specify the filename(s) with the info_plist_files parameter. Remove only the # characters in the three lines below, do not remove any spaces: info_plist_files:

Syed-Waleed-Shah commented 2 years ago

Ok thanks for your findings. I will tackle this issue in next release.

chandrabezzo commented 10 months ago

Hi @gmhz have you check package_rename_plus?

Syed-Waleed-Shah commented 5 months ago

If iOS parts "info.plsit" file has been renamed it does not work. For example from package https://pub.dev/packages/flutter_native_splash : If you have changed the name(s) of your info.plist file(s), you can specify the filename(s) with the info_plist_files parameter. Remove only the # characters in the three lines below, do not remove any spaces: info_plist_files:

  • 'ios/Runner/Info-Debug.plist'
  • 'ios/Runner/Info-Release.plist'

And there could be more than 1 info.plist files

Hi @gmhz this issue is fixed. Closing this issue.