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

Updated NSString constant definitions to follow Cocoa guideliness #12

Closed ChocoChipset closed 10 years ago

ChocoChipset commented 10 years ago

Just noticed your latest commit (36aba8) and updated the string constants definitions to follow Cocoa guidelines:

In general, don’t use the #define preprocessor command to create constants.
pwightman commented 10 years ago

Nice, thanks again! And thanks for removing that bum key, it was introduced in a pull request and I didn't do my due diligence making sure they were all being used properly.