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

10 Коммитов

Автор SHA1 Сообщение Дата
Rolf Bjarne Kvinge d1b5507111
[xtro] Skip numerous validations for deprecated API. (#13383)
There are numerous checks that don't make much sense to report for deprecated
API, so skip those. This also required updating a few .ignore and .todo files.
2021-11-18 16:26:30 +01:00
Manuel de la Pena acf03b510e
[CarPlay] Add support for Xcode13 beta1. (#11928) 2021-06-15 12:00:59 -04:00
Alex Soto 94dc5ebd5d
[CarPlay] Update bindings to Xcode 12.2 Beta 1 (#9719)
* [CarPlay] Update bindings to Xcode 12.2 Beta 1

CPEntity docs got removed https://developer.apple.com/documentation/carplay/cpentity
so it is very likely that Apple will keep this out from the API.

* Better obsolete and hide it from autocompletion

* Fix

* Ups I broke it again...

* Apply feedback
2020-10-01 15:22:45 -04:00
Rolf Bjarne Kvinge 8bda9174fd
Bump to Xcode 12.2 beta 1. (#9665)
* Bump to Xcode 12.2 beta 1.

* [tests] Fix xtro and intro

* Fix wrong availability

* Fix monotouch tests

* Disable watchOS tests and bump iOS version to the right one

watchOS tests have been disabled because Xcode 12.2 Beta is
broken, you cannot create a watch app and deploy, Xcode just
crashes when you try to list simulators, If you try to use
our tools at the moment of deploying we get:

> error HE0046: Failed to install the app 'app' on the device 'watchOS 7.1 (18R5552f) - Apple Watch Series 6 - 44mm': Unable To Install ???app???

* Fix macOS check and bump both versions to satisfy commit distance check, luckily we have infinite numbers!!

Co-authored-by: Alex Soto <alex@alexsoto.me>
2020-09-23 08:11:26 -04:00
Whitney Schmidt efe8abd606
[CarPlay] [Xcode 12] Update through beta 6 (#9479)
* carplay initial updates through beta 6
2020-08-28 13:45:43 -04:00
Whitney Schmidt bcc6a39913
[carplay] Update for Xcode11 beta 3 (#6512)
* carplay beta3 updates

* fixes xamarin/maccore#1822, fix enum format

* update .cs and .ignore to reflect feedback

* update .cs and .ignore to reflect feedback

* update .cs and .ignore to reflect feedback

* remove incorrect [abstract]

* remove Make.config from PR

* trying to remove .config from PR again...

* Trying to remove .config...again...
2019-07-08 17:56:32 -04:00
Whitney Schmidt 995333dfbc
[carplay] Update for Xcode 11 beta 1 (#6442)
* [carplay] Update for Xcode 11 beta 1

* add maccore issue #, fix nits

* update w/ full issue link, update copyright
2019-06-28 14:47:21 -04:00
Sebastien Pouliot dec78af591
[foundation] Fix NSCopying.Copy - the biggest offender of not releasing its return value (#6271)
Manual backport of https://github.com/xamarin/xamarin-macios/pull/6230

and part of https://github.com/xamarin/xamarin-macios/pull/6171 to get PR green
2019-06-12 16:02:04 -07:00
monojenkins 72c4a8ab90 [xtro] Add new checker for '[return: Release]' attributes. Fixes #6014. (#6151)
Also add a 'u2ignore' tool that can copy the resulting unclassified (all 1612
of them) to the ignore files.

Fixes https://github.com/xamarin/xamarin-macios/issues/6014.
2019-05-28 10:10:39 -07:00
Sebastien Pouliot 850ea9d10d
[carplay] Update for xcode10.2 beta 1 (#5499) 2019-01-28 15:28:51 -05:00