Перейти к файлу
Bill Holmes 64a3e6d87f [PerformanceMonitoring] 1.0.6 general build and packaging fixes
- Adding Firebase. PerformanceMonitoring to the manifest
 - Moving the License file to the root
 - Fixing up the nuspec metadata to be consistent with others
 - Changing nuspec links to be fwlinks
2018-01-10 12:19:40 -05:00
Firebase.AdMob [firebase][admob] Updated to version 7.24.1.0 2017-10-21 02:29:13 -05:00
Firebase.Analytics [firebase][analytics] Updated to version 4.0.4.0 2017-10-20 11:36:00 -05:00
Firebase.Auth [firebase] Fixed Database External dependency and fixed Auth API 2017-10-26 17:43:41 -05:00
Firebase.CloudMessaging [firebas][cloudmessaging] Updated to version 2.0.4.0 2017-10-24 15:30:30 -05:00
Firebase.Core [firebase][core] Fixed the build action of nanopb library 2017-10-20 12:01:03 -05:00
Firebase.CrashReporting [firebase][analytics] Updated Firebase.Anaylitics version everywhere 2017-10-20 11:36:51 -05:00
Firebase.Database [firebase] Fixed Database External dependency and fixed Auth API 2017-10-26 17:43:41 -05:00
Firebase.DynamicLinks [firebase][dynamiclinks] Updated to version 2.1.0.0 2017-10-24 15:04:22 -05:00
Firebase.InstanceID [firebase][instanceid] Updated to verion 2.0.4 2017-10-19 18:28:32 -05:00
Firebase.Invites [firebase][invites] Updated to version 2.0.1.0 2017-10-24 23:42:48 -05:00
Firebase.PerformanceMonitoring [PerformanceMonitoring] 1.0.6 general build and packaging fixes 2018-01-10 12:19:40 -05:00
Firebase.RemoteConfig [firebase][remoteconfig] Updated to version 2.0.3.0 2017-10-24 15:42:02 -05:00
Firebase.Storage [firebase][storage] Updated to version 2.0.2.0 2017-10-24 16:36:47 -05:00
Google.Analytics Nuspec version fixes 2017-07-31 15:14:00 -04:00
Google.AppIndexing Nuspec version fixes 2017-07-31 15:14:00 -04:00
Google.AppInvite Update Xamarin Build Download Version to 0.4.3 2017-03-24 12:21:35 -04:00
Google.Cast [google][cast] Fixes NSArray creation from nuint array, closes PR #91 2017-09-06 20:43:26 -05:00
Google.Core [google][core] Updated to version 3.1.0.0 2017-10-24 17:24:38 -05:00
Google.GoogleCloudMessaging Update Xamarin Build Download Version to 0.4.3 2017-03-24 12:21:35 -04:00
Google.InstanceID [google][core] Updated to version 3.1.0.0 2017-10-24 17:24:38 -05:00
Google.Maps Nuspec version fixes 2017-07-31 15:14:00 -04:00
Google.MobileAds [firebase][admob] Updated to version 7.24.1.0 2017-10-21 02:29:13 -05:00
Google.PlayGames [google][signin] Updated to version 4.1.0.0 2017-10-24 18:03:32 -05:00
Google.SignIn [google][signin] Updated to version 4.1.0.0 2017-10-24 18:03:32 -05:00
Google.TagManager [firebase][analytics] Updated Firebase.Anaylitics version everywhere 2017-10-20 11:36:51 -05:00
icons [firebase][performancemonitoring] Added icons 2017-11-10 09:17:21 -06:00
.gitignore [firebase] Start ignoring build folders 2016-12-14 20:46:02 -06:00
License.md Updates for .NET Foundation. 2016-04-27 00:03:57 -04:00
Readme.md Fixed typo 2017-09-21 11:30:34 +08:00
build.cake [google][firebase] Updated Cake.Xamarin.Build version in cake files 2017-07-12 01:38:06 -05:00
build.ps1 Fixing syntax error with Copy-Item 2016-12-15 14:40:21 -05:00
build.sh [google] Added a conditional in build.sh file 2016-09-28 10:56:00 -05:00
cake.packages.config Update Cake to 0.16.2 2016-10-17 14:25:25 -04:00
common.cake [google][firebase] Updated Cake.Xamarin.Build version in cake files 2017-07-12 01:38:06 -05:00
manifest.yaml [PerformanceMonitoring] 1.0.6 general build and packaging fixes 2018-01-10 12:19:40 -05:00
poco.cake [firebase][performancemonitoring] Added Performance Monitoring to update.cake 2017-11-10 10:14:54 -06:00
poco.xml.cake [google][firebase] Added update.cake 2017-06-09 13:02:49 -05:00
poco.yaml.cake [google][firebase] Added update.cake 2017-06-09 13:02:49 -05:00
publish.cake Moving iOS Google components over from private 2016-04-20 14:40:45 -04:00
update.cake [firebase][performancemonitoring] Added Performance Monitoring to update.cake 2017-11-10 10:14:54 -06:00

Readme.md

Xamarin Components for Google APIs for iOS

Xamarin creates and maintains Xamarin.iOS bindings for the Google APIs for iOS Libraries, including:

Name Component Store NuGet
Google.Analytics googleiosanalytics Xamarin.Google.iOS.Analytics
Google.AppIndexing googleiosappindexing Xamarin.Google.iOS.AppIndexing
Google.AppInvite googleiosappinvite Xamarin.Google.iOS.AppInvite
Google.Cast googleioscast Xamarin.Google.iOS.Cast
Google.Core NA Xamarin.Google.iOS.Core
Google.GoogleCloudMessaging googleiosgcm Xamarin.Google.iOS.GoogleCloudMessaging
Google.InstanceID googleiosinstanceid Xamarin.Google.iOS.InstanceID
Google.Maps googleiosmaps Xamarin.Google.iOS.Maps
Google.MobileAds googleiosmobileads Xamarin.Google.iOS.MobileAds
Google.PlayGames googleiosplaygames Xamarin.Google.iOS.PlayGames
Google.SignIn googleiossignin Xamarin.Google.iOS.SignIn
Google.TagManager googleiostagmanager Xamarin.Google.iOS.TagManager

Building

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 on externals)
  • externals downloads and builds the external dependencies
  • samples builds all of the samples (depends on libs)
  • nuget builds the nuget packages (depends on libs)
  • component builds the xamarin components (depends on samples and nuget)
  • clean cleans up everything

Working in Xamarin Studio

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.

License

The license for this repository is specified in License.md

Contribution Guidelines

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/.

.NET Foundation

This project is part of the .NET Foundation