xamarin-macios/tools/common
Sebastien Pouliot 7149661251 [mtouch|mmp] Add missing frameworks with platform versions (#703)
note: AVFoundation is commented on watchOS 3 as this breaks the static
registrar .a helper built for watchOS.

AVFoundation does a file check to enable some types - but the watchSimulator
include that file, leading to compilation errors later (missing CMTime.h)

	#if TARGET_OS_WATCH
	#if ! __has_include(<AVFoundation/AVAnimation.h>)
	#define AVF_IS_WATCHOS_SDK 1
	#endif
	#endif
2016-08-29 19:22:34 -04:00
..
Application.cs Rewrite user-visible messages to use 'cooperative mode' instead of 'coop'. 2016-05-17 11:30:38 +02:00
Assembly.cs [mmp/mtouch] Don't mkbundle anymore. 2016-04-25 18:14:56 -04:00
CompilerFlags.cs Build mmp. 2016-04-24 14:47:26 -04:00
Driver.cs Rewrite user-visible messages to use 'cooperative mode' instead of 'coop'. 2016-05-17 11:30:38 +02:00
Frameworks.cs [mtouch|mmp] Add missing frameworks with platform versions (#703) 2016-08-29 19:22:34 -04:00
MachO.cs [mtouch] Reenable the symbolication to allow debugging and update its implementation. (#284) 2016-06-28 14:35:05 -04:00
PInvokeWrapperGenerator.cs Implement support for exception marshalling. 2016-05-17 11:23:48 +02:00
StaticRegistrar.cs [registrar] Remove tvOS/simulator hack for ExternalAccessory (#619) 2016-08-16 20:49:22 -04:00
Target.cs Refactor static registrar to produce both a header and a source file. 2016-05-17 11:23:47 +02:00
TargetFramework.cs Build mmp. 2016-04-24 14:47:26 -04:00
cache.cs Build mmp. 2016-04-24 14:47:26 -04:00