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

Block for version update #5

Closed fechu closed 11 years ago

fechu commented 11 years ago

It would be handy to have a method where you can set a block that is executed on every Application Update. So everytime the version string of the application changes. This would be handy to clean up the application or do other stuff that needs to be done on every update.

I need this functionality. So I'll implement it.

Do you think it would be worth that this functionality is part of the repo?

pwightman commented 11 years ago

Certainly! Pull Requests welcome :-) — Sent from Mailbox for iPhone

On Mon, Jul 22, 2013 at 1:26 AM, Sandro Meier notifications@github.com wrote:

It would be handy to have a method where you can set a block that is executed on every Application Update. So everytime the version string of the application changes. This would be handy to clean up the application or do other stuff that needs to be done on every update. I need this functionality. So I'll implement it.

Do you think it would be worth that this functionality is part of the repo?

Reply to this email directly or view it on GitHub: https://github.com/mysterioustrousers/MTMigration/issues/5