Xamarin creates and maintains Xamarin.iOS bindings for the Google APIs for iOS Libraries, including:
Before building you will need to have CocoaPods installed on your OS X system.
The build script for this project uses Cake. To run the build, you can use the bootstrapper file for OS X:
Mac:
cd Google.Core
sh ../build.sh -target libs
The bootstrapper script will automatically download Cake.exe and all the required tools and files into the ./tools/
folder.
The following targets can be specified:
libs
builds the class library bindings (depends onexternals
)externals
downloads and builds the external dependenciessamples
builds all of the samples (depends onlibs
)nuget
builds the nuget packages (depends onlibs
)component
builds the xamarin components (depends onsamples
andnuget
)clean
cleans up everything
Before the .sln
files will compile in Xamarin Studio, the external dependencies need to be downloaded. This can be done by running the build.sh
or build.ps1
with the target externals
. After the externals are setup, the .sln
files should compile in an IDE.
The license for this repository is specified in License.md
You will need to complete a Contribution License Agreement before your pull request can be accepted. You can complete the CLA by going through the steps at https://cla2.dotnetfoundation.org/.
This project is part of the .NET Foundation