emil-palm / TouchJSON

MIT License
13 stars 3 forks source link

Static Library? #1

Open bradfordcp opened 14 years ago

bradfordcp commented 14 years ago

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

emil-palm commented 14 years ago

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 commented 14 years ago

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.