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

4440 Коммитов

Автор SHA1 Сообщение Дата
Sebastien Pouliot f2b82a393f
[xtro][foundation] Move some API to common-Foundation.ignore since they are now common across all OS (#4494) 2018-07-24 08:25:02 -04:00
Sebastien Pouliot ab57c4c53e
[macos][quartzcomposer] Update for beta 4 (#4493)
Apple re-added some constants that were dropped without any clue (and we
filed a rdar for it since it's a breaking change to remove them).

It's now clear that it's deprecated and why
`QC_GL_DEPRECATED(10_5, 10_14);`

so we can update the attribute (and fix the version).

note: also fix extra `;` in `CBUUIDValidRangeString` tests while removing
the special case added earlier (from beta 1)
2018-07-24 08:24:42 -04:00
Manuel de la Pena 538ca047b7
[CoreMidi] Xcode 10 beta 3 update. (#4470)
Re-addition of the removed bindings after we fixed the structure.
2018-07-23 11:03:17 +02:00
Alex Soto db021b73d1
[Intents] Update bindings to Xcode 10 Beta 4 (#4482)
* [Intents] Update bindings to Xcode 10 Beta 4

* Fix attribute typo

* Fix availability attribute
2018-07-20 16:34:56 -05:00
Alex Soto 7126e06fdd
[Photos] Update bindings to Xcode 10 Beta 4 (#4484) 2018-07-20 14:46:24 -05:00
Alex Soto 19dac3b7b8
[UserNotifications] Update to Xcode 10 Beta 4 (#4481) 2018-07-20 14:44:09 -05:00
Alex Soto a3548598a6
[HealthKit] Update bindings to Xcode 10 Beta 4 (#4480) 2018-07-20 14:43:35 -05:00
Alex Soto 7d17c3e7e9
[FinderSync] Update to Xcode 10 Beta 4 (#4479) 2018-07-20 14:43:01 -05:00
Alex Soto 9f238a051a
[CoreMotion] Update to Xcode 10 Beta 4 (#4478) 2018-07-20 14:42:29 -05:00
Alex Soto 5a8ad7edf4
[CoreML] Update bindings to Xcode 10 Beta 4 (#4477) 2018-07-20 14:41:45 -05:00
Alex Soto 2b7aabae9f
[AVFAudio] Update binding to Xcode 10 Beta 4 (#4476) 2018-07-20 14:41:12 -05:00
Alex Soto 1fd13fffbe
[Contacts] Update bindings to Xcode 10 Beta 4 (#4475)
* [Contacts] Update bindings to Xcode 10 Beta 4

* Fix typo
2018-07-20 14:40:34 -05:00
Chris Hamons 1f3ec64601
Remove comment for 41367075 as header change verified as mistake by Apple (#4474) 2018-07-20 08:46:07 -05:00
Chris Hamons 045dda9d67
Initial OpenGL deprecation (#4458)
- Only on macOS
- Only a subset of the uses are deprecated, see radar://42257568
2018-07-20 08:45:47 -05:00
Alex Soto 2d1a314102
Merge pull request #4459 from dalexsoto/Xcode10-Beta4
Bump for Xcode 10 beta 4
2018-07-19 22:06:09 -05:00
Alex Soto 9bf520f067 Revert "[CoreMidi] Xcode 10 beta 3 update. (#4453)"
This reverts commit 53fdc017a8.

Unfortunately there is not enough info for the AOT compiler to handle
MidiCIDeviceIdentification struct and this is causing mtouch tests to fail
2018-07-19 10:00:42 -05:00
Alex Soto 313cb7df72
[xharness] Fix simulator hangs in our tests 2018-07-19 09:07:15 -05:00
Manuel de la Pena 752083a53e
[CFNetwork] Xcode 10 beta 3 update. (#4454) 2018-07-19 14:06:34 +02:00
Alex Soto 035fed89e0
[tests] Fix introspection tests in macOS 10.13 2018-07-18 23:40:52 -05:00
Alex Soto 95705d54ca [TVMLKit] Update bindings to Xcode 10 Beta 4 2018-07-18 22:46:09 -05:00
Alex Soto acc58900dd Bump tests minimum version from 10.7 to 10.9 2018-07-18 22:45:30 -05:00
Alex Soto 24a4360600 More 10.7 -> 10.9 bumps 2018-07-18 15:10:41 -05:00
Vincent Dondain 0fdcd45d20 Update min macOS version in Versions-mac.plist 2018-07-18 15:10:41 -05:00
Vincent Dondain 63a4f19356 Temporarily bump the MIN_OSX_SDK_VERSION to 10.9 to avoid SceneKit compilation issues 2018-07-18 15:10:41 -05:00
Alex Soto c19710269f Bump for Xcode 10 beta 4 2018-07-18 15:10:41 -05:00
Manuel de la Pena 53fdc017a8
[CoreMidi] Xcode 10 beta 3 update. (#4453) 2018-07-18 19:55:24 +02:00
Alex Soto e131be9e56
[PDFkit] Fix kPDFDestinationUnspecifiedValue availability (#4444)
This used to be a calculated macro and got promoted to a field
in macOS 10.13
2018-07-16 10:37:06 -05:00
Manuel de la Pena db62640c0e [PassKit] Added support for Xcode 10 up to beta 3. (#4423)
* [PassKit] Added support for Xcode 10 up to beta 3.

* Minor style changes.
2018-07-13 21:21:16 -05:00
Alex Soto 38bbffde76
[WebKit] Update bindings to Xcode 10 Beta 1, Nothing on beta 2 or 3 (#4443)
Allso adds UIKit UIWebView deprecations
2018-07-13 21:19:57 -05:00
Alex Soto e944b58206
[PDFKit] Update bindings to Xcode 10 Beta 1, 2 & 3 (#4439)
* [PDFKit] Update bindings to Xcode 10 Beta 1, 2 & 3

* Removes redundant availability attrib and fixes PDFKit library mapping case in xtro
2018-07-13 14:14:05 -05:00
Chris Hamons 6d039cb969
Foundation for Xcode 10 Beta 1-2 (#4375)
- Work around #4441 by commenting out binding until fixed
2018-07-13 14:27:29 -04:00
Manuel de la Pena 62017a1405
[iAd] Xcode 10 beta 3 support. (#4425) 2018-07-13 16:23:44 +02:00
Alex Soto 4396b08831
Merge pull request #4432 from dalexsoto/scnphysicsshapes-backport
[scenekit] SCNPhysicsShape's Create should take a SCNMatrix4 array, not SCNVector3 [Backport]
2018-07-11 13:40:24 -05:00
Vincent Dondain 4f1f06bba4
[scenekit] Avoid breaking change (missing !) (#4126) 2018-07-11 09:51:19 -05:00
Vincent Dondain f6db21262c
[scenekit] SCNPhysicsShape's Create should take a SCNMatrix4 array, not SCNVector3 (#4040)
- Fixes #4030: SCNPhysicsShape.Create transforms param is bound incorrectly
(https://github.com/xamarin/xamarin-macios/issues/4030)
2018-07-11 09:50:13 -05:00
Chris Hamons c429c0a17b
Fix NSViewController to have NSResponder to fix NSCoding 'removal' (#4420)
-  Add test exclusion for NSViewController.GetNewWindowForTab since it is optional but not a protocol
2018-07-10 14:42:03 -05:00
Manuel de la Pena 60398bf53b
[MediaPlayer] Xcode 10 beta 2 support. (#4387) 2018-07-10 18:38:19 +02:00
Manuel de la Pena 539da79d18
[CoreData] Xcode10 beta 3 update. (#4424) 2018-07-10 18:34:22 +02:00
Manuel de la Pena c1ad3f7865
[AVFoundation] Xcode 10 beta 3 support. (#4388) 2018-07-06 18:57:48 +02:00
Manuel de la Pena 6c06b962ab [UIKit] Added support for Xcode 10 beta 3. (#4395) 2018-07-06 11:52:56 -04:00
Vincent Dondain 2f89775fc2 [arkit] Update to Xcode 10 beta 3 (#4406)
- Updated some ARReferenceObject APIs based on their (better) Swift names. Breaking changes but on new APIs.
- Update ARReferenceObjectTest for device (center and extent have real values on device).
- Reuploaded an arobject file from Beta 3 just in case because of: "ARReferenceObject and ARWorldMap data generated using iOS 12 beta 2 or earlier isn’t compatible with beta 3 or later. Please rescan your objects to generate new ARReferenceObject and ARWorldMap data."
2018-07-05 22:36:33 -04:00
Vincent Dondain e51f17bcb2
[healthkit] Update for Xcode 10 beta 3 (#4405)
Somehow some of the APIs added there weren't reported as missing by xtro. https://github.com/xamarin/xamarin-macios/issues/4407
2018-07-05 17:08:44 -04:00
Alex Soto 913a209ec3
[SceneKit] Update bindings to Xcode 10 Beta 3 (#4403) 2018-07-05 15:37:14 -05:00
Alex Soto 79e1392823
[Intents|UI] Update bindings to Xcode 10 Beta 3 (#4402) 2018-07-05 15:36:24 -05:00
Rolf Bjarne Kvinge b8b6ef3f5f
Merge pull request #4278 from rolfbjarne/jenkins-mojave
[tests] Run Xamarin.Mac tests on Mojave, and add more Xamarin.Mac tests.

* Add more Xamarin.Mac tests: introspection, link sdk, link all and xammac_tests.
* Fix TextureAtlasTest.Empty to not crash due to Apple not liking null callbacks. (#4003)
* Run Xamarin.Mac tests on Mojave as well, even though the build OS is an earlier OS (High Sierra).
2018-07-05 18:43:17 +02:00
Sebastien Pouliot 4ead81f22f Merge branch 'xcode10' of github.com:xamarin/xamarin-macios into xcode10 2018-07-05 11:25:25 -04:00
Sebastien Pouliot a75bf5bcdf Revert "[scenekit] Update for beta 3"
This reverts commit fb3a82b3ae.
2018-07-05 11:25:08 -04:00
Sebastien Pouliot 132fa8aa01
[macos][appkit] Update for beta 3 (#4399)
Also convert `NSSharingServiceName` to a smart-enum, add some missing
values and adapt helper method to use the smart-enum (future-proofing it)
2018-07-05 11:21:07 -04:00
Sebastien Pouliot fb3a82b3ae [scenekit] Update for beta 3 2018-07-05 09:41:35 -04:00
Sebastien Pouliot d280683627
[corevideo] Update for beta 3 (#4398) 2018-07-05 08:54:56 -04:00