stephanheilner / UIDevice-DisplayName

Returns a friendly name for any iOS device.
MIT License
19 stars 13 forks source link

Added conciseDisplayName Method #1

Closed Cform closed 10 years ago

Cform commented 10 years ago

This made it easier to consolidate devices into "families". i.e. iPhone 4 GSM, iPhone 4 8GB, and iPhone 4 CDMA all return iPhone 4 with conciseDisplayName.

Cform commented 10 years ago

I see there's a conflict with the podspec. If you want I can just revert my change and leave the versioning to you.

stephanheilner commented 10 years ago

No, don't worry about that. I'm going to make a few revisions to your commit.

Cform commented 10 years ago

Awesome, thanks!

stephanheilner commented 10 years ago

I pushed my changes directly to the repo, so I'm closing this pull request. I'll push the cocoapod changes up as well.