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

Static Library? #1

Open
bradfordcp opened this issue Apr 1, 2010 · 2 comments
Open

Static Library? #1

bradfordcp opened this issue Apr 1, 2010 · 2 comments

Comments

@bradfordcp
Copy link

Any chance that this will get compiled into a static library that could be simply linked to through Xcode?

@emil-palm
Copy link
Owner

I guess you could create your own Xcode project with a Static library as its output and then link against it. but i dont see the reason for it.

@bradfordcp
Copy link
Author

One advantage is that you could include the Xcode project as an existing framework. Then copy/pasting the source for TouchJSON into your new Xcode Project, you simply reference the TouchJSON Library. Updating TouchJSON to the latest revision would involve simply running 'git pull origin master' in the library's folder, once complete all other projects referencing it would have the updated source.

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

No branches or pull requests

2 participants