Olivier Halligon

Results 355 comments of Olivier Halligon

Great idea! I'd love a PR to add this, shouldn't be too complex (we just need a gem that is able to browse a zip file and search the `embedded.mobileprovision`...

In case you don't have access to our CircleCI logs to see the test failure, here's the logs of `rspec` failing: ``` Failures: 1) Deliver::SubmitForReview submit app submit fails needs...

@EthanSK you can just remove `add_id_info_uses_idfa` from your call to `deliver` / `submit_to_app_store` in your Fastfile (or from your `Deliverfile`) in your project and you'll be able to submit again....

@Liquidsoul I've added the SwiftGenPlugin to the list of repos the CoreTeam (which you're a member of) have admin access to, so you should be able to help on those...

I was ready to open that issue before seing it's already there, would love that feature too! On SwiftGen we're still using a Rakefile to do those checks on demand...

Hi @NameX44 Sorry for the late reply. I have to admit I don't understand your question. The process you describe is how `genstrings` works, regardless of when you use `OHAutoNIBi18n`...

> but with your script we have to directly fill in Localizable.strings with new NSLocalizable that we use in our code. What do you mean by that? Sorry I don't...

🤔 Isn't this method deprecated since iOS6-7? If you want to add cells, even at the end of a tableView, the docs suggests to use the new method now iirc....

Problem is, that seems to be a bug to me and the aim of Reusable being to have more modern API it seems strange to me to introduce an old...

Hi there, sorry for the delay replying there. I'll try to take a look this week-end!