I created an Extension for Awesome Notifications FCM and when using the rename package to set the BundleID of my Flutter app, it also modifies the BundleID of the extension.
Steps to repeat:
- Create Flutter App
- Add a new Extension via xcode
- Run
flutter pub global run rename --bundleId com.example.app -t ios
Results:
All instances of PRODUCT_BUNDLE_IDENTIFIER in project.pbxproj are renamed, thus renaming all extensions in the process.
I created an Extension for Awesome Notifications FCM and when using the rename package to set the BundleID of my Flutter app, it also modifies the BundleID of the extension.
Steps to repeat:
flutter pub global run rename --bundleId com.example.app -t iosResults:
All instances of PRODUCT_BUNDLE_IDENTIFIER in project.pbxproj are renamed, thus renaming all extensions in the process.