xamarin-macios/tools/common
Sebastien Pouliot 9f90691820
[mtouch] Add the option of always weak link a framework. Fixes #4628 (#4641)
Linking with CoreNFC crash applications on iOS 12 on iPad (and likely
other device not supporting, or supported, for NFC).

This used to work on iOS 11.x (when introduced). The solution is to
always **weak** link CoreNFC (since we can't guess devices)

https://github.com/xamarin/xamarin-macios/issues/4628
2018-08-20 08:34:29 -04:00
..
Application.cs [MMP] Allow resolving assemblies to the ones passed in command line args (#3575) (#3651) 2018-03-05 12:29:52 -06:00
Assembly.cs [mmp][mtouch] Better guard framework SDK checks (#3757) (#3796) 2018-03-21 21:00:23 -04:00
BuildTasks.cs [mtouch] Add support for creating a dot file of the build tree. 2017-02-10 14:46:30 +01:00
CompilerFlags.cs Use libc++ instead of stdlibc++ when compiling with Xcode 10. (#4348) 2018-06-28 14:49:22 +02:00
CoreResolver.cs [MMP] Allow resolving assemblies to the ones passed in command line args (#3575) (#3651) 2018-03-05 12:29:52 -06:00
DerivedLinkContext.cs [linker] The static registrar may need information about types that have been linked away, so make sure we can get that information by storing it somewhere. 2018-02-14 01:26:58 +01:00
Driver.cs Bump to use Xcode 10 beta 1 (#4179) 2018-06-08 18:45:24 -07:00
Frameworks.cs [mtouch] Add the option of always weak link a framework. Fixes #4628 (#4641) 2018-08-20 08:34:29 -04:00
MachO.cs [mmp] Add stripping of 32-bit dylibs to work with new App Store restrictions (#3387) (#3633) 2018-03-02 14:33:27 +01:00
Make.common Move MT0091 to common code so Xamarin.Mac can benefit from the more f… (#2780) 2017-09-29 12:45:53 -05:00
Optimizations.cs [static registrar] Optimize creation of delegates for blocks. (#3623) (#3644) 2018-03-05 07:41:28 +01:00
PInvokeWrapperGenerator.cs [mtouch/mmp] Fix tracking of whether the static registrar should run again or not. Fixes #641. (#3534) (#3536) 2018-02-20 11:43:23 +01:00
SdkVersions.cs.in Move MT0091 to common code so Xamarin.Mac can benefit from the more f… (#2780) 2017-09-29 12:45:53 -05:00
StaticRegistrar.cs Revert "[mtouch] Work around broken tvOS headers in Xcode 10 beta 1." (#4502) 2018-07-25 16:00:22 +02:00
StringUtils.cs [generator] Register models with unique names to not match platform types. Fixes #3875. (#3879) (#3888) 2018-04-06 19:58:20 +02:00
Symbols.cs [mmp] Fix symbol name for 32-bit Objective-C classes. Fixes #58861. (#2506) 2017-08-24 09:42:08 +02:00
Target.cs [mtouch] Add the option of always weak link a framework. Fixes #4628 (#4641) 2018-08-20 08:34:29 -04:00
TargetFramework.cs [generator] Don't define 'GENERATOR', since IKVM sources use the same name (for something else). (#1811) 2017-03-02 07:13:10 +01:00
cache.cs [mtouch] Take into account the contents of response files when determining whether the cache is valid or not. Fixes #4033. (#4032) (#4051) 2018-05-08 17:27:05 -04:00