paterson / google-api-objectivec-client

Automatically exported from code.google.com/p/google-api-objectivec-client
0 stars 0 forks source link

json-framework authentication ? #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn download
2.
3.

What is the expected output? What do you see instead?
json-framework authentication 
what username?
what password?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by dyju...@renasoftware.co.kr on 30 Mar 2012 at 9:00

GoogleCodeExporter commented 9 years ago
I just tried checking out using the command shown from Source > Checkout tab,

svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/ 
google-api-objectivec-client-read-only

and had no difficulty. The JSON files checked out as expected.

Original comment by grobb...@google.com on 30 Mar 2012 at 6:24

GoogleCodeExporter commented 9 years ago
I'm seeing the problem now.  It's not clear if the json-framework project will 
be coming back or not.  

If you're targeting iOS 5 or Mac OS X 10.7, then there's no need for the 
external source files, as JSON parsing is built into the system and will be 
used by the GData library.

As a workaround for supporting older OSes for now, you can pull the JSON 
sources into a directory called JSON with

  svn checkout https://github.com/stig/json-framework.git/tags/v2.3.2/Classes JSON

and put that JSON directory inside of the GData library's Source directory.  
Then add the JSON source files to your project.

Original comment by grobb...@google.com on 31 Mar 2012 at 9:24

GoogleCodeExporter commented 9 years ago
Thanks to reply.

Original comment by dyju...@renasoftware.co.kr on 2 Apr 2012 at 10:31

GoogleCodeExporter commented 9 years ago
The project has been updated to pull the SBJSON files from git.

Original comment by grobb...@google.com on 3 Apr 2012 at 10:35