Mahmut Pinarbasi

Results 4 comments of Mahmut Pinarbasi

This seems to be related with [this](https://github.com/Alua-Kinzhebayeva/iOS-PDF-Reader/issues/83) one. I've changed changed the rotation code blocks with the following on `PDFDocument` & `TiledView`. ``` // Flip the context so that the...

Hey @cedvdb, We're using similar workaround in our CI/CD and this is what we are running prior to `flutter build ipa` command. ``` xcodebuild build\ -workspace {path_to_workspace}\ -scheme {scheme_name}\ -configuration...

Hey @jmagman, @darshankawar; What do you think about adding a new xcodebuild prefix like [this](https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/ios/xcodeproj.dart#L351-L353) New prefix will be `FLUTTER_XCODEDASHED`. This will be used to add dashed commands, _ie: -authenticationKeyID...