mysterioustrousers / MTMigration

Manages blocks of code that only need to run once on version updates in iOS apps.
BSD 2-Clause "Simplified" License
914 stars 50 forks source link

Not getting latest with cocoapods #7

Closed ehlersd closed 10 years ago

ehlersd commented 10 years ago

When installing via CocoaPods, I'm not getting the new applicationUpdateBlock:

pwightman commented 10 years ago

Yeah, the tests weren't passing when I merged that commit in and haven't gone back to check why, I'll do that right now.

gbasile commented 10 years ago

+1 I'm also interested in applicationUpdateBlock in order to use MTMigration in my project. I hope to see a new cocoapods version with this feature soon!

pwightman commented 10 years ago

We're looking into the tests failing right now, I've contacted the author of the commit (#6) that seems to have broken it and I'll take a look myself here soon too. I think it's an Xcode 5 upgrade issue and not actually related to the code, but I'm not sure yet.

fechu commented 10 years ago

I'm currently investigating. Check out #6 for the progress.

pwightman commented 10 years ago

Just pushed 0.0.3 that should have the latest, thanks for everyone's help, especially @fechu!