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

3 Коммитов

Автор SHA1 Сообщение Дата
Alex Soto 9354e2044e [Intents] Fixes bug 43205 - SiriKit API Inconsistencies
https://bugzilla.xamarin.com/show_bug.cgi?id=43205

Per documentation[1] INIntentResolutionResult is an abstract class
and now we honor that, also we now provide the right return type
on each of the properties (NeedsValue, NotRequired and Unsupported)
in all subclasses of INIntentResolutionResult.

Unit tests added for all INIntentResolutionResult subclasses.

[1]: https://developer.apple.com/reference/intents/inintentresolutionresult?language=objc
2016-08-24 10:14:27 -05:00
Alex Soto 9f8c1139c4 [Intents] Update intents to Xcode 8 Beta 3 (#425)
* Some availability attributes were added by Apple
  and are now fixed accordingly but still we have
  some more members that need instrospection tests
  to be run on macOS 10.12 to be completly sure or
  wait for a future beta and hope they are fixed
2016-07-19 08:08:55 -04:00
Alex Soto aef1775532 [Intents] Add Intents bindings from Xcode 8 b2 2016-07-14 04:02:12 -05:00