2
0
MasterPassword/External/google-plus-ios-sdk
Maarten Billemont d19af3aba8 Fixes for 64-bit and ubiquity logging.
[ADDED]     Debugging with DCIntrospect and Reveal.
[REMOVED]   A bunch of google+ files that are no longer necessary.
[FIXED]     Type and formatting fixes for 64-bit platform types.
[UPDATED]   Production logging of what StoreManager is doing to help people with trouble out.
[ADDED]     Log reason for ubiquity error to checkpoint.
2013-09-21 10:34:48 -04:00
..
GoogleOpenSource.framework Fixes for 64-bit and ubiquity logging. 2013-09-21 10:34:48 -04:00
GooglePlus.bundle Bump External dependencies. 2013-08-11 00:08:25 -04:00
GooglePlus.framework Fixes for 64-bit and ubiquity logging. 2013-09-21 10:34:48 -04:00
OpenSource Fixes for 64-bit and ubiquity logging. 2013-09-21 10:34:48 -04:00
SampleCode Fixes for 64-bit and ubiquity logging. 2013-09-21 10:34:48 -04:00
Changelog Bump External dependencies. 2013-08-11 00:08:25 -04:00
README Bump External dependencies. 2013-08-11 00:08:25 -04:00

This Google+ iOS SDK allows users to sign in and share with Google+ from
third-party apps.  The SDK also provides Google+ APIs for the app to access
the list of people in user-selected circles and to read and write user's app
activities.  The SDK contains the following files:

README  -- This file.

Changelog  -- The versions and changes of the SDK.

GooglePlus.framework/  -- The Google+ SDK framework.

GooglePlus.bundle/  -- Resources that can be used in your app.
                       Required if |GPPSignInButton| is used.

GoogleOpenSource.framework/ -- A framework containing all the open source files
                               used by the SDK.
                               Either add this framework or add individual
                               files in OpenSource/ directory into your project.

OpenSource/  -- Google open source files used by the SDK.
                This contains the same code as in GoogleOpenSource.framework.
                If you're not adding GoogleOpenSource.framework, add the files
                you need from this directory into your project.

SampleCode/  -- Sample code for your reference only.
                Do not include this in your project.
   GooglePlusSample.xcodeproj/  -- The Xcode project.