Skip to content
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

Create header files for Xcode6 #621

Open
JugglerShu opened this issue Sep 10, 2014 · 0 comments
Open

Create header files for Xcode6 #621

JugglerShu opened this issue Sep 10, 2014 · 0 comments
Labels

Comments

@JugglerShu
Copy link
Contributor

Since current XVim using class definitions from Xcode4 it is slightly out dated. So need to update the header file for Xcode classes

Find following frameworks in Xcode.app package and dump the header files.

  • IDEFoundation
  • IDEKit
  • IDEQuickHelp
  • DVTFoundation
  • DVTKit
  • IDESourceEditor
  • IDEDevToolsCore
  • Xcode3Core

class-dump tool would give all the definitions of classes included in these frameworks. But unfortunately class-dump tool does not take care of the dependencies between classes. So we need to switch the order of class definition or add '@Class' definition at the top of the header file. What I mean here is that header files must be includable as a header file.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

marlonandrade added a commit to marlonandrade/XVim that referenced this issue Jul 27, 2016
- IDEWTC `_keyboardFocusAreas` had its signature changed to
  `_keyboardFocusAreas:`, so I'm just making a naive selector check to
  call the correct one.
- Would be nice to import the new headers and call the correct selector,
  but generating the header files seems to be troublesome (see issue XVimProject#621).

Sharing this just as draft solution for people that want to use it
temporarily.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant