endigo / flutter_pdfview

PDF view for Flutter
https://pub.dev/packages/flutter_pdfview
MIT License
264 stars 219 forks source link

Deploying with CodeMagic #62

Closed M1Joe closed 4 years ago

M1Joe commented 4 years ago

Sorry to ask a question in here, but figured it'd be a helpful place in case others have the same question... I'm trying to use codemagic.io to build and release an application without purchasing a magic. Can anyone tell me how to increase the minimum deployment target for iOS to the required 11?

I can't see it anywhere in the iOS folder. THANK YOU!

endigo commented 4 years ago

You set it in here

Screen Shot 2020-04-30 at 10 06 54 AM
M1Joe commented 4 years ago

@endigo I should have specified that I'm trying to do this without a Mac...

endigo commented 4 years ago

File path ios/Runner.xcodeproj/project.pbxproj

find IPHONEOS_DEPLOYMENT_TARGET={replaceValue} and replace the value with 11.0