Coder Social home page Coder Social logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
The library project builds with the old version of SBJSON available via 
subversion.

Apps are free to use the newer SBJSON, but should adjust their project files 
appropriately to exclude the older version.

Apps targeting iOS 5 and Mac OS X 10.7 and later do not need SBJSON.

Original comment by [email protected] on 8 Mar 2012 at 2:07

from google-api-objectivec-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
My app targets Mac 10.7 so that's good. How does it work then? The project 
still imports SBJSON.h here and there. Shouldn't that be updated to reflect? 
Just deleting the imports won't solve it, will it?

The 'old' SVN files of the json-framework are no longer available for download, 
or I can't find the location at http://code.google.com/p/json-framework

Thanks for your assistance.

Original comment by [email protected] on 8 Mar 2012 at 10:59

from google-api-objectivec-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
You can find the source of the externals with svn propget:
$ cd google-api-objectivec-client-read-only/Source
$ svn propget svn:externals

The project does still refer to the old SBJSON sources via subversion.

Take a look at the file GTLJSONParser.m to see how the library chooses the JSON 
library to use.

You can just delete the SBJSON file references from your copy of the project. 
None of the library sources include SBJSON.h; it is referred to only by class 
name.

Original comment by [email protected] on 8 Mar 2012 at 4:55

from google-api-objectivec-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
Thanks for clarifying. I was using git-svn to checkout the project and that one 
doesn't understand svn:externals, who knew :S. Any other regular SVN client 
does so I have the complete project now. Thanks for pointing out the 10.7 json 
features, works flawlessly. Thanks!

Original comment by [email protected] on 13 Mar 2012 at 4:00

from google-api-objectivec-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024

Original comment by [email protected] on 14 Mar 2012 at 9:38

  • Changed state: Invalid

from google-api-objectivec-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.