bson-objc
                                
                                
                                
                                    bson-objc copied to clipboard
                            
                            
                            
                        Static framework + Parsing date
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
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.
Was this ever merged?