Граф коммитов

21 Коммитов

Автор SHA1 Сообщение Дата
Israel Soto 49025264e4 Cake now builds xcframeworks 2022-04-18 12:46:04 -05:00
Israel Soto a62f996831 Adding code to build xcframeworks 2022-04-18 12:46:04 -05:00
Daniel Gatto f7d4af496f [Firebase][Google] update components & readme 2021-05-27 20:33:29 +09:30
SotoiGhost 6e380de021 Fixed a bug where some fat frameworks were not build correctly 2020-02-03 20:26:30 -06:00
SotoiGhost 132687c617 Added logic to fix mismatch dependencies versions on Podfiles 2020-02-03 20:26:30 -06:00
SotoiGhost d7687b97c4
Reduced build time avoiding building same framework several times 2019-10-02 20:19:52 -05:00
SotoiGhost 736d65cb76
Enhanced podfile creation 2019-09-28 00:17:14 -05:00
SotoiGhost cc70d18b36
[Firebase][Core] Updated to version 6.1.0 (Firebase v6.5.0)
* Moved Podfile structure to common.cake
* Added ability to add custom code to Podfiles
* Added sample of how to use the custom_externals_download.cake file
2019-09-27 23:43:51 -05:00
SotoiGhost 06b22dcc8b
Removed cake.packages.config to avoid conflict with solution restore
* Changed sdks argument name to names
2019-08-27 18:53:37 -05:00
SotoiGhost 8bb44e3104
Added verbose to Xcode builds to see if we can see more info on Azure error 2019-08-09 00:24:56 -05:00
SotoiGhost 65db51d897
Fixed sample build process 2019-08-08 16:07:22 -05:00
SotoiGhost 68277c6987
The build script now matches with the new structure 2019-07-12 20:07:31 -05:00
SotoiGhost 80b555c82c
Updated cake version 2018-08-14 00:03:25 -05:00
SotoiGhost c5e6444140 Added logic to enhance the build time
* Now pod command will run 'pod repo update' only when a Podfile is modified or when you force it using update|repo-update|pod-repo-update bool argument
2018-03-19 14:00:48 -06:00
SotoiGhost 8d40d4ea00 [google][firebase] Updated Cake.Xamarin.Build version in cake files 2017-07-12 01:38:06 -05:00
Bill Holmes 553f3170b5 Adding system output info for CI builds 2017-02-14 13:37:57 -05:00
Bill Holmes dd313abf22 Adding a call to CocoaPodRepoUpdate
This will update the Cocoapod repo for each externals target

This is needed to find new versions of Pods we build.
2016-12-16 11:05:54 -05:00
SotoiGhost ac8a3be588 [google] Added a conditional in build.sh file
- Removed a duplicated folder in Maps binding project
- Removed Compression dll workaround in build.sh
- Added a conditional in build.ps1 file
- Bumped Cake version
- Bumped Xamarin Component version
2016-09-28 10:56:00 -05:00
Bill Holmes 27d2726224 Downloading a patched System.IO.Compression.dll for NuGet
There appears to be an issue with Mono’s compression.  I believe it
is linked to this commit.

77b034cbe7

That commit changed the ‘version made by’ instead of the ‘version needed to extract.’
I believe this is the correct fix

https://gist.github.com/bholmes/09c9a4e5a5c9a2f14831a7b2b7ce89aa

The dll downloaded has that patch with the mono-4.4.0-branch-c7-baseline/5995f74
version.  I will work with the Mono team to get this resolved and we can remove this
when the fix propagates to the build bots officially.

Without this patch NuGet 3.4.4 creates a corrupt nupkg.
2016-06-13 15:46:51 -04:00
Bill Holmes f8fa0d666d Update the timestamps in the nugets to Now
Workaround for https://bugzilla.xamarin.com/show_bug.cgi?id=40973

`nuget pack` is creating a package with timestamps in future. I am told that
this is a know issue with mono.  We will use this workaround until the mono
fix makes it onto the build bots.
2016-05-11 13:22:59 -04:00
Bill Holmes 7b05da513a Moving iOS Google components over from private 2016-04-20 14:40:45 -04:00