omgnuts / ios-swiftobjectid

Generates humanized object ids for .xib or .storyboard files

Home Page:https://github.com/jimcoven/ios-swiftobjectid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios-swiftobjectid

The XCODE interface builder is pretty good. But one thing really bugs me. The object ids are not human readable! Small projects are fine, but once you have to start merging, perform diffs and so on, it really becomes an eye sore. Here’s small tool I made today to get rid of the oMg-fu-aPL

What does it do?

Here’s a screenshot of how XCODE object ids look by default (the horror).

alt text

And here is how they look like after.

alt text

To use

Copy the jar file above into your project directory. And run it with the following java command

java -jar readoi.jar

About

Generates humanized object ids for .xib or .storyboard files

https://github.com/jimcoven/ios-swiftobjectid


Languages

Language:Java 100.0%