bson-objc icon indicating copy to clipboard operation
bson-objc copied to clipboard

Static framework + Parsing date

Open jbenet opened this issue 14 years ago • 2 comments

Hey Martin,

Here is the pull request. It includes: Project now builds a static framework Encoding/decoding of bson datetime values.

For the static framework to build properly, you need to build the bson-objc target in both iPhone Simulator and iOS Device architectures. The bson-objc.framework can then be easily added into applications and linked against like any other framework.

Note: This will also build an x86_64 version to use in mac apps, but this a bit of a hack and sometimes throws warnings. (and it may not be 100% correct, depending on how Xcode is doing the building and whether the iOS SDK implements things vastly differently than the macosx SDK)

Cheers, Juan

jbenet avatar Jul 24 '11 07:07 jbenet

I tried to merge the changes tonight but there're some conflicts, and initial attempts at resolving them by hand are not successful. I'll try again tomorrow.

martinkou avatar Aug 08 '11 07:08 martinkou

Was this ever merged?

pepijndevos avatar Sep 15 '12 20:09 pepijndevos