2013-04-27 21:14:05 +00: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:
|
2012-08-25 10:38:29 +00:00
|
|
|
|
|
|
|
README -- This file.
|
|
|
|
|
|
|
|
Changelog -- The versions and changes of the SDK.
|
|
|
|
|
2013-08-11 04:08:25 +00:00
|
|
|
GooglePlus.framework/ -- The Google+ SDK framework.
|
2012-08-25 10:38:29 +00:00
|
|
|
|
2013-08-11 04:08:25 +00:00
|
|
|
GooglePlus.bundle/ -- Resources that can be used in your app.
|
|
|
|
Required if |GPPSignInButton| is used.
|
2012-08-25 10:38:29 +00:00
|
|
|
|
2013-08-11 04:08:25 +00:00
|
|
|
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.
|
2012-08-25 10:38:29 +00:00
|
|
|
|
|
|
|
SampleCode/ -- Sample code for your reference only.
|
|
|
|
Do not include this in your project.
|
|
|
|
GooglePlusSample.xcodeproj/ -- The Xcode project.
|