- Notifications
You must be signed in to change notification settings - Fork26
Add a tool to dump identifier constants from XIBs#12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This appears to support old Xcode 4-style XIBs. I think it would be more worthwhile to have a XIB dumper either operate as a second file type in the storyboard dumper or handle both types. (Also, keep#8 in mind, which will introduce drastic changes to the way these tools work.) |
These were XIBs created using Xcode 5.1 with a target of OS X 10.9 — have you got examples of a newer XIB format? I'll take a look at#8, thanks! |
Nope, I was misreading your diff. Carry on, but again, I believe these are roughly the same format as storyboards, and it might be worthwhile to just extend that tool. (As for using these tools for Mac development, it would be awesome if you wanted to take a stab at making the other tools Mac-friendly, too.) |
Closes#1.