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

Migrate to build number #20

Closed vikfroberg closed 9 years ago

vikfroberg commented 9 years ago

I might have some time to write tests later on, couldn't get them working. All of them was failing (before my changes). Probably something wrong with my Xcode.

pwightman commented 9 years ago

Nice, I like this. Travis says you're good, but I have a feeling travis isn't actually running the tests... Are you using this in your own app? Can you vouch for its working-ness?

vikfroberg commented 9 years ago

Travis is passing since there are no tests written for my changes and I've not changes any of the existing implementation except for - (void)reset.

Yes I'm using it in one of my projects. I'll report back if I encounter any problems.

vikfroberg commented 9 years ago

I've been using it for quite som time now, seems to work great.

pwightman commented 9 years ago

Cool, looks good :-)

pwightman commented 9 years ago

Updated readme: https://github.com/mysterioustrousers/MTMigration/commit/8518918ca1f286fa453d11f1809dc1c963820241