Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add a tool to dump identifier constants from XIBs #12

wants to merge 1 commit into from

Conversation

tonyarnold
Copy link

Closes #1.

@puls
Copy link
Owner

puls commented Apr 27, 2014

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.)

@tonyarnold
Copy link
Author

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!

@puls
Copy link
Owner

puls commented Apr 27, 2014

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.)

@tonyarnold
Copy link
Author

@puls, I'm keen to add OS X support via a command-line flag, but there are a few rough edges to work around yet (inputFileExtension being a class method amongst them). What's the ETA of merging #8? I'm happy to do it once that's merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add XIB support to objc-identifierconstants
2 participants