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

126 Коммитов

Автор SHA1 Сообщение Дата
Vincent Dondain 346dc17447
Update Xcode11.2 package version to stable (.6) (#7320)
In anticipation of Xcode 11.2 release to stable which should be any time soon now that iOS 13.2 and tvOS 13.2 are out.
2019-10-29 10:18:38 -04:00
Vincent Dondain 07e9dd0b06
Bump for Xcode 11.2 beta 1 (#7195) 2019-10-08 23:57:41 -04:00
Vincent Dondain a3076f29a3 Merge branch 'xcode11.1' into d16-4 2019-10-07 21:46:13 -04:00
Vincent Dondain 8987465a62 Update 'xcode11.1' package version and Xcode path (#7186)
We'll be releasing from the `xcode11.1` branch, therefore we need to move to the stable version scheme (even numbers).
In addition, since Xcode is out of GM we need to update the Xcode path so the stable device bots pickup those builds.
2019-10-07 19:54:11 -04:00
Sebastien Pouliot f5c39c8eb6
Bump versions after d16-4 branch (#7132) 2019-10-01 08:46:04 -04:00
Matt Sylvia 504a6a52fb Branching for d16-4 2019-09-27 16:46:47 -04:00
Vincent Dondain 85b194e12c
[Versions] .3 is for xcode11.1, so use .5 (#7025)
* [Versions] .3 is for xcode11.1, so use .5

* Use .7 because .5 is reserved for a possible Xcode 11.2
2019-09-19 17:27:04 -04:00
Vincent Dondain 174645e06d
[Versions] Use odd versions (.3) because Xcode 11.1 isn't stable yet (#7023) 2019-09-19 14:21:43 -04:00
Rolf Bjarne Kvinge f2d26b0d44 Bump versions to 13.4/6.4. 2019-09-17 19:46:13 +02:00
Rolf Bjarne Kvinge cd26431728 Fix version numbers. 2019-09-17 19:43:34 +02:00
Rolf Bjarne Kvinge 303aa0a649 Merge remote-tracking branch 'origin/xcode11' into master-xcode11 2019-09-13 18:35:18 +02:00
Rolf Bjarne Kvinge f6e0531197 Merge xcode11 into d16-3. 2019-09-12 08:29:02 +02:00
Vincent Dondain 4bb4e09a02 Bump for Xcode 11 GM Seed (#6968) 2019-09-10 21:03:25 -04:00
Vincent Dondain df378b03e0
Bump for (so-called) Xcode 11 beta 7 (#6861) 2019-08-27 17:46:52 -04:00
Sebastien Pouliot 4b61850243
[xcode11] Bump for beta 6 (#6798)
AVFoundation crash added to https://github.com/xamarin/xamarin-macios/issues/6212
2019-08-20 10:06:18 -04:00
Connor Adsit 3de2dad605
Version bump to offset re-branching 2019-07-22 11:34:11 -04:00
Sebastien Pouliot 7fcd8d7974 Bump for Xcode 11 beta 4 (#6603)
* Bump for Xcode 11 beta 4

xtro tests will fail until we have an update for sharpie, however
the introspection tests should be fine (with the small changes in
arkit.cs and uikit.cs)

xtro failure:

```
System.NotImplementedException: AVAudioInteger
  at (wrapper managed-to-native) Clang.Ast.AstReader.LoadInternal(Clang.Ast.AstReader,string)
  at Clang.Ast.AstReader.Load (System.String astPath) [0x00014] in /Users/builder/vsts-agent/_work/5/s/Clang/Ast/AstReader.cs:33
  at Extrospection.Runner.Execute (System.String pchFile, System.Collections.Generic.IEnumerable`1[T] assemblyNames) [0x0019a] in /Users/poupou/git/xcode11/xamarin-macios/tests/xtro-sharpie/Runner.cs:54
  at Extrospection.MainClass.Main (System.String[] args) [0x00046] in /Users/poupou/git/xcode11/xamarin-macios/tests/xtro-sharpie/Program.cs:20
```

due to

```diff
-typedef CF_ENUM(NSInteger, AVAudioSessionErrorCode) {
+typedef CF_ENUM(AVAudioInteger, AVAudioSessionErrorCode) {
```
https://github.com/xamarin/xamarin-macios/wiki/CoreAudioTypes-iOS-xcode11-beta4

* [tests] CoreText stopped reporting error when font files are missing

* Fix xtro (EnumCheck.cs) and update its data files

* Fix xtro results (due to some local changes)
2019-07-18 05:44:34 -04:00
Matt Sylvia 2aefaf0789 Branching for d16-3 2019-07-17 15:14:19 -04:00
Sebastien Pouliot 71a657d2c5
Bump for Xcode 11 beta 3 (#6480) 2019-07-02 23:34:24 -04:00
Sebastien Pouliot d675b65abf
[xcode11] Bump product versions (#6199)
to avoid duplicated numbers across branches
and accept any (up to .99) version of VS4M 8.x
2019-06-01 22:38:31 -04:00
Sebastien Pouliot 06f6e6c1ff
Bump versions post d16-2 branch and allow VS4M 8.1.X to be used (#5968) 2019-04-30 15:16:26 -04:00
Matt Sylvia acff41306d Branching for d16-2 2019-04-29 17:31:31 -04:00
Sebastien Pouliot 3cedf9d6ba
Bump XI and XM versions after branching for d16-1 (#5730) 2019-03-06 16:20:57 -05:00
Matt Sylvia 8d76943bf1 Bump version numbers to the correct values (#5283)
Since the new branch was 12.6.0 and 5.6.0, master needs to be higher.
2018-12-17 11:09:05 -05:00
Matt Sylvia 6688b82ac5
Post branch version number bump
Bumping the version number after branching d16-0
2018-12-11 12:03:45 -05:00
Rolf Bjarne Kvinge 2b3ef0e183 Try to make version numbers clearer, and establish some ground rules. (#4927) 2018-10-04 13:49:26 -04:00