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

9 Коммитов

Автор SHA1 Сообщение Дата
Rolf Bjarne Kvinge 3ee1329e0e
[generator] Handle inheriting the same member from multiple protocols. Fixes #6366. (#6961)
* [generator] Handle inheriting the same member from multiple protocols. Fixes #6366.

Fixes https://github.com/xamarin/xamarin-macios/issues/6366.

* Update xtro.
2019-09-11 05:12:43 -07:00
Sebastien Pouliot 07c86fb5b4
[corenfc] Update for Xcode 11 beta 4 (#6609)
This fix a typo in a selector that we reported on the first beta

References
* https://github.com/xamarin/maccore/issues/1785
* https://feedbackassistant.apple.com/feedback/6192467
2019-07-18 15:23:07 -04:00
Sebastien Pouliot cc57c04c91
[corenfc] Fix some names and typos (#6399)
Input feedback https://github.com/xamarin/xamarin-macios/pull/6370#pullrequestreview-252101174
Output feedback https://github.com/xamarin/maccore/issues/1785
2019-06-21 13:26:00 -04:00
Sebastien Pouliot e6b8f0e9e6
[corenfc] Update for Xcode 11 beta 1 (#6370)
There was no changes in beta 2

There's a generator issue https://github.com/xamarin/xamarin-macios/issues/6366
that prevent a fully correct `NFCNdefTag` protocol
2019-06-19 19:11:55 -04:00
Alex Soto cb14283da3
[CoreNFC] Update bindings to Xcode 10 beta 1 (#4246)
* [CoreNFC] Update bindings to Xcode 10 beta 1

* Address feedback
2018-06-13 22:21:17 -05:00
Chris Hamons c0202e0e2b
PMCS Removal (#3197)
You were the preprocessor we wished C# had natively

Removing PMCS requires these changes:
* Remove XamCore from src/
* Remove XamCore from tools/
* Remove XamCore from runtime/
* nint/nuint enum conversion
* _compat_ enum conversion
* NSAction conversion
* Hand fix single API incorrectly converted by PMCS to unbreak compatibility
   - Due to a bug in PMCS, the nuint was incorrectly converted in this API.
   - However, as that ship as sailed, we must "fix" it until XAMCORE_4_0
* Update readme
* Bump macios-binaries
2018-02-05 10:26:29 -05:00
Alex Soto 63fda9a013 [CoreNFC] Update to Xcode 9 Beta 3 (#2318) 2017-07-12 09:31:48 -05:00
Alex Soto c72ed516d0 [CoreNFC] Update to Xcode 9 Beta 2 (#2251) 2017-06-27 21:19:28 -04:00
Alex Soto 72332b4ae6 [CoreNFC] Add CoreNFC Xcode 9 Beta 1 Bindings (#2226)
* [CoreNFC] Add CoreNFC Xcode 9 Beta 1 Bindings

CoreNFC is not exposed in iOS simulator, no framework/headers are found
makes sense since there is no NFC chip on it.

CoreNFC says it is available on tvOS but headers says just 3 enums
are so not enabling tvOS in this first beta.

* [mtouch] CoreNFC not available on sim, this makes mtouch aware of it
2017-06-19 13:56:00 -05:00