how to download the external library of google+ for objective C

149 views
Skip to first unread message

subhajit poddar

unread,
May 4, 2012, 6:11:09 AM5/4/12
to Google APIs Client Library for Objective-C
Please let me know how to download the external library of google+ for
objective C. I didn't yet came across with that link from where i can
download the file. Also let me know the process.

Thank you.
Message has been deleted

Mad*

unread,
May 10, 2012, 3:52:16 PM5/10/12
to google-api-obj...@googlegroups.com
Take two...

Info is on the source tab
svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/ google-api-objectivec-client-read-only

You need an SVN client or do that or directly from inside XCode
Go to Organizer > Repositories 
and Add a new repository with "+" 

then you can checkout a copy ..... but there is a problem JSON sources are not imported so best solution is 
(we talk MacOSX here)

Open Terminal to run svn manually and import externals JSON etc... 
You be prompted for some expired Github certificate, just say yes or temporary yes and voilà

cd ../urdirectory

mkdir GoogleAPI

cd    GoogleAPI
svn co http://google-api-objectivec-client.googlecode.com/svn/trunk/

------
Can't remember if svn is builtin in MacOSX but I use

svn, version 1.6.17 (r1128011)
Copyright (C) 2000-2009  CollabNet (http://www.Collab.Net/)..
Subversion is open source software, see http://subversion.apache.org/

Mad*

Reply all
Reply to author
Forward
0 new messages