bitrise-steplib / bitrise-step-flutter-build

MIT License
7 stars 14 forks source link

Specify a platform target #18

Closed xbeaufils closed 4 years ago

xbeaufils commented 4 years ago

I have a dependency that need a plateform version of IOS greater than 8.0. By default, cocoapods uses version 8.0 if nothing is specified. And I don't find a way to specify this target plateform.

xbeaufils commented 4 years ago

In the file ios/Runner.xcodeproj/project.pbxproj, I have found IPHONEOS_DEPLOYMENT_TARGET that I set to 9.0. It works