iakta / flutter_flavors

A flutter app to show flavors in flutter
80 stars 12 forks source link

How to change Bundle identifier on iOS ? #6

Closed sestegra closed 5 years ago

sestegra commented 5 years ago

With your last commit, I don't see how to change Bundle Identifier anymore.

imtoori commented 5 years ago

Hello, sorry but I missed to specify something. Now the bundle_suffix is a variable defined in the xcconfig file. Let me know if it's ok

sestegra commented 5 years ago

I still have an issue with #5. Which versions of Flutter and XCode are you using ?

sestegra commented 5 years ago

@Salvatore-Giordano I went a step further to manage assets per flavor and platform in following project. https://github.com/sestegra/flutter_assets_flavors

I thank you for your support.