Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 677 Bytes

File metadata and controls

20 lines (14 loc) · 677 Bytes
id title
2290EED3-2D12-C7DF-CDAE-DC665AD2E95C
MonoTouch 1.1.1

 

Additions in 1.1.1

  • Added GameKit bindings
  • Added MessageUI bindings
  • Added NSMutableData
  • Added additional NSData overloads
  • Added new mtouch flag -linkskip. If you are attempting to use a third party dll, you may need -linkskip to avoid missing references while linking.

Fixes in 1.1.1

  • Fixed over aggressive linker optimization (Guid.NewGuid () issue)
  • NSObservationCenter will now explicitly call Dispose() on the NSNotification posted when using the Action<T> overrides. Fixes the issue where it was impossible to play 2 videos in the MediaPlayer sample