Laurie Hufford

Results 4 issues of Laurie Hufford

My app supports routing with multiple schemes (eg. `myapp://`, `othertarget://` & `https://`), and I would like for the same `URLOpenHandler` to be called, no matter the scheme. I'm trying to...

I have a source file that is a .csv file. The .yaml config for that source file is: ``` source: '/fastlane/metadata/**/en-US/*.csv' translation: '/fastlane/metadata/**/%two_letters_code%/%original_file_name%' first_line_contains_header: false scheme: "identifier,source_or_translation" ``` Updating the...

question

I have a csv file to upload using the command line that has 2 columns - "Identifier (Key)" and "Source String/Translation". In the documentation of the config file's csv `scheme`...

wontfix

If you quickly change the orientation of a device to landscape and then quickly back to portrait, the second orientation change will not trigger the delegate method `-popoverController:willRepositionPopoverToRect:inView:` This is...