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

516 Коммитов

Автор SHA1 Сообщение Дата
Rolf Bjarne Kvinge 8e4f22d20e
[msbuild] Add DT* entries to the Info.plist for all platforms. Fixes #13300. (#17499)
Modify the code to add Xcode (DT*) variables to the Info.plist:

* Do it for all platforms, not only mobile platforms. Apple uses these fields to
  determine if an app was built with a prerelease or old version of Xcode, and will
  reject any app submissions if this validation fails.

* Change the behavior to do not distinguish simulator builds, a bit of testing
  in Xcode shows that Xcode always adds these values to the Info.plist, even for
  simulator builds. This is probably something that changed in Xcode a *long* time
  ago, since this code is old (from the initial import of the build logic from MonoDevelop
  around 10 years ago).

* Also bump Xamarin.MacDev to get a related fix:

  New commits in xamarin/Xamarin.MacDev:

  * xamarin/Xamarin.MacDev@74c95ee [Xamarin.MacDev] Always fetch the DTSDKBuild variable.

  Diff: 14d53612d4..74c95ee1c3

Fixes https://github.com/xamarin/xamarin-macios/issues/13300.
2023-02-10 22:58:38 +01:00
Rolf Bjarne Kvinge 9bf322525e
Bump Xamarin.MacDev. (#17056)
This requires a few nullability updates in our code as well.

New commits in xamarin/Xamarin.MacDev:

* xamarin/Xamarin.MacDev@14d5361 Enable nullability in PListObject.cs

Diff: ac2647b643..14d53612d4
2022-12-16 07:22:37 +01:00
Rolf Bjarne Kvinge d2d7c0b7cf
Bump Xamarin.MacDev. (#16936)
New commits in xamarin/Xamarin.MacDev:

* xamarin/Xamarin.MacDev@ac2647b Fix build by always including the System.Diagnostics.CodeAnalysis namespace.
* xamarin/Xamarin.MacDev@8f2b596 Fix nullability issues in MacCatalystSupport

Diff: 33502e15ba..ac2647b643
2022-12-02 08:57:12 +01:00
Rolf Bjarne Kvinge 8296809224
Bump Xamarin.MacDev. (#16656)
New commits in xamarin/Xamarin.MacDev:

* xamarin/Xamarin.MacDev@33502e1 Add better diagnostics when failing to find provisioning profiles.
* xamarin/Xamarin.MacDev@b0b5f8b Use Environment.SpecialFolder.UserProfile, not SpecialFolder.Personal.
* xamarin/Xamarin.MacDev@f4d43c1 Autoformat code
* xamarin/Xamarin.MacDev@5e7f841 Add the autoformat actions to autoformat the code in this repo.
* xamarin/Xamarin.MacDev@7e8233f Add Extended Version info to XamMac

Diff: 627737bf83..33502e15ba
2022-11-09 07:55:57 +01:00
Rolf Bjarne Kvinge cdc62aeae9 Merge remote-tracking branch 'origin/net7.0-xcode14.1' into main-net7.0-xcode14.1 2022-11-03 08:21:55 +01:00
Rolf Bjarne Kvinge 90e46bdcf0
Use a binary copy of OpenTK-1.0.dll (#16547)
It's rather unlikely we'll change these assemblies in the future.

This speeds up the build a little bit, and removes a lot of source code.

New commits in xamarin/macios-binaries:

* xamarin/macios-binaries@7813391 Add OpenTK binaries.
* xamarin/macios-binaries@3d5560c Migrate FabricBot Tasks to Config-as-Code
* xamarin/macios-binaries@b90c543 Updated HotRestart/Xamarin.PreBuilt.iOS.app.zip

Diff: 180ff40ee7..7813391e75
2022-11-03 08:07:43 +01:00
Rolf Bjarne Kvinge 57b7155ed4
Bump Xamarin.MacDev. (#16403)
New commits in xamarin/Xamarin.MacDev:

* xamarin/Xamarin.MacDev@627737b Only build Xamarin.MacDev for net461 on Windows due to strongnamer issue
* xamarin/Xamarin.MacDev@c2f4eb2 Autoformat the code according to the editorconfig file.
* xamarin/Xamarin.MacDev@3a74eee Add an .editorconfig file
* xamarin/Xamarin.MacDev@383151b Added new entitlements for Xcode14
* xamarin/Xamarin.MacDev@3eb4dcd Adding new extension methods to ManifestExtensions class
* xamarin/Xamarin.MacDev@b03589d Add PList accessors for NSAssetColorName and XSAssetColorAssets
* xamarin/Xamarin.MacDev@3a1ba5d Adding support for MacCatalyst versions
* xamarin/Xamarin.MacDev@177a071 Adding MacCatalyst option to GetPlatformKey()
* xamarin/Xamarin.MacDev@9cd39f1 Add MacCatlystOptmizedForMac option to ToDeviceFamily()
* xamarin/Xamarin.MacDev@81075eb Ensure netstandard20 TF is first in the list of TFs in order to do not break xamarin extension build on VSMAC IDE
* xamarin/Xamarin.MacDev@a806145 Added tests for long.MaxValue
* xamarin/Xamarin.MacDev@f4d88bc Fixed plist integer serialization/deserialization

Diff: 0717ac3c24..627737bf83
2022-10-24 11:44:43 +02:00
Rolf Bjarne Kvinge 7dceae40dc
[xcode14] Bump api-tools to get better breaking changes detection. (#15689)
New commits in rolfbjarne/api-tools:

* rolfbjarne/api-tools@373fc1b Allow changes to ObjCRuntime.Constants.SdkVersion too without considering them breaking changes

Diff: 9b9a5bb668..373fc1b50a
2022-08-22 18:41:46 +02:00
Rolf Bjarne Kvinge 1aed252ebc
Bump MonoTouch.Dialog and Touch.Unit. (#15388)
New commits in migueldeicaza/MonoTouch.Dialog:

* migueldeicaza/MonoTouch.Dialog@558958b Revert "[MonoTouch.Dialog] Use 'BundledNETCoreAppTargetFrameworkVersion' to specify the .NET version in the project files. (migueldeicaza/MonoTouch.Dialogspouliot/Touch.Unit#261)"

Diff: 8e859cc662..558958b0a2

New commits in spouliot/Touch.Unit:

* spouliot/Touch.Unit@564433f Revert "[Touch.Client] Use 'BundledNETCoreAppTargetFrameworkVersion' to specify the .NET version in the project files. (spouliot/Touch.Unit#113)"

Diff: 6963a2a279..564433f35c

Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
2022-07-11 20:01:26 +02:00
Rolf Bjarne Kvinge 414c5bf99e
Improve the API diff (#15020) 2022-06-09 15:47:00 +02:00
Rolf Bjarne Kvinge 45c751fdfd
[test] Flush Console streams before exiting test processes. (#15189) 2022-06-07 10:07:42 +02:00
Rolf Bjarne Kvinge adb56501da
[apidiff] Switch to getting mono-api-[info|html] from rolfbjarne/api-tools. (#14965)
Switch to getting mono-api-[info|html] from a newly created repository we
control and where we can easily fix issues, since mono/mono isn't getting many
fixes anymore. In the past I know I've been reluctant to look at these tools,
just because of the hassle of setting things up to debug, and then the
paperwork to get the fixes in mono/mono, and then backported to the branch
where we need them.

This repo has a few other benefits:

* The tools are built using normal projects, which means they're easy to debug
  in an IDE (mono/mono's code has generated project files, which used in-tree versions
  of the BCL, and it got quite complex quite fast).
* One fewer dependency on the mono archive, so we're getting closed to be able
  to drop it completely when we drop support for legacy Xamarin.
* #13669 is already fixed there.
* It contains a few other misc fixes.

Fixes https://github.com/xamarin/xamarin-macios/issues/13669.
2022-05-11 22:01:39 +02:00
Rolf Bjarne Kvinge 398d5062d2
Bump MonoTouch.Dialog and Touch.Unit. (#14684)
New commits in migueldeicaza/MonoTouch.Dialog:

* migueldeicaza/MonoTouch.Dialog@8e859cc [MonoTouch.Dialog] Use 'BundledNETCoreAppTargetFrameworkVersion' to specify the .NET version in the project files.

Diff: e8e0abe586..8e859cc662

New commits in spouliot/Touch.Unit:

* spouliot/Touch.Unit@be3a8d0 [Touch.Client] Use 'BundledNETCoreAppTargetFrameworkVersion' to specify the .NET version in the project files.
* spouliot/Touch.Unit@3f103c6 [NUnitLite] Disable some warnings that come from using classic Xamarin.iOS.
* spouliot/Touch.Unit@1c1f57c [NUnitLite] Disaple some warnings that come from using classic Xamarin.iOS.

Diff: 8141653352..be3a8d0855
2022-04-07 15:20:54 +02:00
Rolf Bjarne Kvinge 1b37c48ac5
[dotnet] Add support for Mac Catalyst apps optimized interface for macOS. Fixes #14621. (#14663)
This also required bumping Xamarin.MacDev.

New commits in xamarin/Xamarin.MacDev:

* xamarin/Xamarin.MacDev@0717ac3 Add a new device type for Mac Catalyst.
* xamarin/Xamarin.MacDev@ed2a604 Remove net451 target framework from
Xamarin.MacDev.csproj

Diff: 9e6e29f2a4..0717ac3c24

Fixes https://github.com/xamarin/xamarin-macios/issues/14621.
2022-04-07 08:14:42 +02:00
Rolf Bjarne Kvinge 14dde5ca9a
[AppKit/Foundation] Make the "Color" suffix consistent in NSColor and UIColor properties. Fixes #7945. (#14080)
Make the "Color" suffix consistent in NSColor and UIColor properties (by removing the "Color" suffix for all such properties).

Fixes https://github.com/xamarin/xamarin-macios/issues/7945.
2022-02-08 09:15:21 +01:00
Rolf Bjarne Kvinge 97dcd69d41
[Foundation] Remove some obsolete API in .NET. (#13678) 2022-01-17 20:58:46 +01:00
Rolf Bjarne Kvinge bcbb6c8438
[src] Define XAMCORE_3_0 for .NET for all platforms. (#13566)
Also update xtro and tests accordingly.
2021-12-17 07:44:02 +01:00
Rolf Bjarne Kvinge bc2a5e2251
[xharness] Inline the dotnet-shared.csproj file as well when inlining shared imports. (#13514)
This fixes a problem where we'd build the same project reference from
dotnet-shared.csproj in parallel, and each build would stomp on eachother
(because we'll now clone the project references in dotnet-shared.csproj).

This als required updating project files to use MSBuildThisFileDirectory
instead of MSBuildProjectDirectory, which makes it easier for xharness to
inline/process these files, because MSBuildThisFileDirectory is easy to know
when processing a file, while MSBuildProjectDirectory depends on the calling
project, which complicates matters significantly.

A fix in MonoTouch.Dialog was also required.

New commits in migueldeicaza/MonoTouch.Dialog:

* migueldeicaza/MonoTouch.Dialog@59fbf5b [dotnet] Shared project files don't need the DefaultTargets/ToolsVersion/xmlns attributes.

Diff: 4d0e0a9a5f..59fbf5bb1b

Fixes https://github.com/xamarin/maccore/issues/2527.
2021-12-16 19:01:39 +01:00
Rolf Bjarne Kvinge fb11284785
[src] Remove the Xamarin.iOS.dll reference assembly for Mac Catalyst. (#13455)
* [src] Remove the Xamarin.iOS.dll reference assembly for Mac Catalyst.

Xamarin.iOS.dll won't be compatible with Mac Catalyst in .NET 6 (because there
won't be any backwards compatibility), so we don't need the assembly that has
type forwarders to Xamarin.MacCatalyst.dll.

* Bump MonoTouch.Dialog

New commits in migueldeicaza/MonoTouch.Dialog:

* migueldeicaza/MonoTouch.Dialog@4d0e0a9 Remove usages of UIWebView when compiling for Mac Catalyst.

Diff: 5a05c6912e..4d0e0a9a5f

* [tests] There's no NSFileProviderPage in Mac Catalyst.

* [tests] Fix CBUUID link sdk test to work correctly on Mac Catalyst.
2021-11-29 23:14:25 +01:00
Rolf Bjarne Kvinge 4412e74a69
Bump Touch.Unit. (#13390)
New commits in spouliot/Touch.Unit:

* spouliot/Touch.Unit@d668e4d [TouchRunner] Exit with a non-zero exit code if the test run failed.

Diff: cbda703583..d668e4d999
2021-11-19 08:20:14 +01:00
Rolf Bjarne Kvinge 02431b9fc8
[.NET] Move the nfloat type to the ObjCRuntime namespace for .NET. (#13092)
Also move the NMath type from the System namespace to the ObjCRuntime namespace.

Ref: https://github.com/xamarin/xamarin-macios/issues/13087
2021-10-28 11:06:31 +02:00
Alex Soto 7021b3890d
Bump macios to Xcode 13.1 SDKs (#13123) 2021-10-26 13:58:37 -04:00
Rolf Bjarne Kvinge b70e6f4674
Submodule MonoTouch.Dialog. (#13058)
* Submodule MonoTouch.Dialog.

Submodule MonoTouch.Dialog, so that we can easily build it using .NET. This
submodule will become redundant when/if we publish a .NET version of
MonoTouch.Dialog, but until that happens we need it at least for our own test
suites.

This also means we have to copy our NuGet.config and global.json files to the
MonoTouch.Dialog project directory so that we point msbuild to use our local
build.

New commits in spouliot/Touch.Unit:

* spouliot/Touch.Unit@cbda703 [Touch.Client] Use MonoTouch.Dialog from a submodule. (#109)

Diff: 3345db2f4e..cbda703583

* Use relative path for submodule.

And fix indentation and set the branch name.

* Don't use 'RootTestsDirectory' when it might not be defined yet.

* [tests] Our test projects don't need to reference MonoTouch.Dialog directly.

The projects get the MonoTouch.Dialog reference indirectly through the
Touch.Client project reference.

* [tests] Only validate unique errors in the .NET unit tests.

* [tests] No need to reference System.Json anymore, that's handled directly in the MonoTouch.Dialog project.

* [tests] Reference nunit.framework.targets so we get a workaround for an NUnit issue everywhere.

* [msbuild] Only try to create a package if we're able to create an app bundle.

This fixes an issue where a library project would try (and fail) to create a
package when 'CreatePackage=true' (which could be set for the executable
project, but inherited by the library project since the executable project
depends on it).

* [tests] Adjust PackTest.BindingXcFrameworksProject to not set the AssemblyName property.

MSBuild ends up being very confused when the project we're trying to build
depends on other projects, because AssemblyName is set for all the projects
being build, and MSBuild complains about ambiguous projects:

> error: Ambiguous project name 'bindings-xcframework-test'
2021-10-26 08:18:34 +02:00
Rolf Bjarne Kvinge 116a2405e2
Bump Touch.Unit. (#13047)
New commits in spouliot/Touch.Unit:

* spouliot/Touch.Unit@3345db2 [Touch.Client] Add a shared.csproj for the .NET projects.
* spouliot/Touch.Unit@a781762 [MacRunner] Add availability attribute to avoid a compiler warning.

Diff: a246ede5fb..3345db2f4e
2021-10-20 20:21:02 +02:00
Rolf Bjarne Kvinge c4a67e585c
[msbuild/tools] Add a better error message for when we fail to convert between iOS and macOS versions for Mac Catalyst. (#12767)
New commits in xamarin/Xamarin.MacDev:

* xamarin/Xamarin.MacDev@9e6e29f [Xamarin.MacDev] Return valid iOS/macOS versions when converting betweeen iOS and macOS versions for Mac Catalyst.

Diff: 41d91e0de0..9e6e29f2a4
2021-09-21 16:19:04 +02:00
Manuel de la Pena 0a50bd0d92
[macios-binaries] Bump macios bina§ries for xcode13. (#12754) 2021-09-16 16:08:59 -04:00
Mauro Agnoletti 9dbf451d39
Added Hot Restart support into the SDK (#12293)
- Added Hot Restart support for net6
- Added Hot Restart content into the Windows iOS pack

Co-authored-by: emaf <ema@xamarin.com>
2021-08-05 09:19:51 +02:00
Rolf Bjarne Kvinge ffc17b6ce2
Bump Touch.Unit. (#12182)
New commits in spouliot/Touch.Unit:

* spouliot/Touch.Unit@a246ede [TouchRunner] Avoid a NRE when unable to configure the selected transport mechanism. (#106)
* spouliot/Touch.Unit@2f0fad5 [TouchRunner] Add some tracing (#105)
* spouliot/Touch.Unit@2ef1771 [TouchRunner] Use CFString.FromHandle instead of NSString.FromHandle. (#104)
* spouliot/Touch.Unit@bd62d53 [Touch.Client] There's no need to include Xamarin.iOS in Mac Catalyst projects. (#103)

Diff: 07067b6a1c..a246ede5fb
2021-07-23 09:14:03 +02:00
Rolf Bjarne Kvinge b5d3030e05
Bump Touch.Unit. (#11648)
New commits in spouliot/Touch.Unit:

* spouliot/Touch.Unit@07067b6 [TouchRunner] Add support for writing to multiple writers at the same time. (#102)

Diff: be7294761e..07067b6a1c
2021-05-21 15:12:09 +02:00
Sebastien Pouliot 94caf968cc
Bump Touch.Unit to fix/report silently skipped fixtures (#11294)
Commit list for spouliot/Touch.Unit:

* spouliot/Touch.Unit@be72947 Report the reason why a fixture is being skipped by the runner
* spouliot/Touch.Unit@c3ac172 Fix grammar in comment. (#101)

Diff: f19eb45cb6...be7294761e
2021-04-22 15:33:04 -04:00
Manuel de la Pena bc24d3b379
[MaciosBinaries] Bump macios-binaries to pick the latests malaunch. (#11217) 2021-04-15 17:30:01 -04:00
Alex Soto bf682fd2aa Fix submodules and disable AddressBookTests in MacCat 2021-04-06 20:47:17 -04:00
Alex Soto bc1d8513a6 Merge remote-tracking branch 'xamarin/xcode12.5' into alex-xcode12.5-main 2021-04-02 21:46:31 -04:00
Rolf Bjarne Kvinge 3f018eedb6
[tests] Don't forcefully exit macOS tests. (#10844)
* [tests] Don't forcefully exit macOS tests.

Instead give the process a chance to exist (3 seconds), before we take drastic
measures.

* Bump Touch.Unit.

New commits in spouliot/Touch.Unit:

* spouliot/Touch.Unit@f19eb45 [TouchRunner] Try to make MacRunner exit nicely. (#100)

Diff: a33e0c3f2e..f19eb45cb6

* It looks like mono from 2020-02 doesn't want to exit no matter what, so limit this to .NET.
2021-03-17 18:46:29 +01:00
Rolf Bjarne Kvinge 5c0adbe087 Bump Touch.Unit.
New commits in spouliot/Touch.Unit:

* spouliot/Touch.Unit@a33e0c3 [Touch.Client] Add a .NET version of the MacCatalyst version of Touch.Client. (#99)
* spouliot/Touch.Unit@31d94bb [Touch.Client] Add a Mac Catalyst version for .NET 6. (#98)
* spouliot/Touch.Unit@425c3b2 [Touch.Server] Fix parsing of -address, -port and -logpath options (#97)

Diff: 05db76923a..a33e0c3f2e
2021-02-23 17:16:07 +01:00
Rolf Bjarne Kvinge 6eed046afa Revert "Bump Touch.Unit."
This reverts commit a65d579bf7.
2021-02-23 17:15:39 +01:00
Rolf Bjarne Kvinge a65d579bf7 Bump Touch.Unit.
New commits in spouliot/Touch.Unit:

* spouliot/Touch.Unit@2888630 Merge remote-tracking branch 'origin/main' into dotnet-maccatalyst-touch-client
* spouliot/Touch.Unit@0733fa3 Add a reference to Xamarin.iOS.
* spouliot/Touch.Unit@e34eeaf [Touch.Client] Add a .NET version of the MacCatalyst version of Touch.Client.
* spouliot/Touch.Unit@31d94bb [Touch.Client] Add a Mac Catalyst version for .NET 6. (#98)
* spouliot/Touch.Unit@425c3b2 [Touch.Server] Fix parsing of -address, -port and -logpath options (#97)

Diff: 05db76923a..28886303e8
2021-02-23 07:58:54 +01:00
Rolf Bjarne Kvinge 7c6c8e02e3
[msbuild] Use the macOS SDK to build Mac Catalyst apps instead of the iOS SDK (#10644)
* Bump Xamarin.MacDev.

New commits in xamarin/Xamarin.MacDev:

* xamarin/Xamarin.MacDev@1e738e9 [Xamarin.MacDev] Extract the code to convert between Mac Catalyst versions to a separate file. (#89)
* xamarin/Xamarin.MacDev@a3bb12c [Xamarin.MacDev] Add methods to map between iOS and macOS versions for Mac Catalyst. (#88)

Diff: 02d6d05be3..1e738e9f7f

* [msbuild] Use the macOS SDK to build Mac Catalyst apps instead of the iOS SDK

From a native compilation perspective, compilating a Mac Catalyst is the macOS SDK
+ a dash of iOS, so use the native macOS SDK to compile, and then do the corresponding
adjustments elsewhere.

At the same time document which version we want for the sdk version and the deployment
target in mtouch, and adjust the code accordingly (sdk version: macOS version; deployment
target: iOS version).

* Update resource files

* Add new entry to canary test for string localization.
2021-02-17 17:25:36 +01:00
Sebastien Pouliot b1e33ee49b
[xcode12.5] Bump macios-binaries to the right commit (#10647)
New commits in xamarin/macios-binaries:

* xamarin/macios-binaries@c97c6e6 Update mlaunch for xcode12.5 support (#36)

Removed commits from xamarin/macios-binaries:

* xamarin/macios-binaries@e0abea8 Update mlaunch for xcode12.5 support

Diff: e0abea8b54..c97c6e639a
2021-02-16 15:45:50 -05:00
Rolf Bjarne Kvinge c3677a0b39
[msbuild] Bump Xamarin.MacDev and use AppleSdkVersion instead of MacOSXSdkVersion/IPhoneSdkVersion. (#10622)
This requires bumping Xamarin.MacDev.

New commits in xamarin/Xamarin.MacDev:

* xamarin/Xamarin.MacDev@02d6d05 [Xamarin.MacDev] Add an AppleSdkVersion struct which replaces IPhoneSdkVersion and MacOSXSdkVersion. (#87)
* xamarin/Xamarin.MacDev@e7ec7ef [Xamarin.MacDev] Fail gracefully if trying to grab a PList entry from a file that doesn't exist. (#86)

Diff: fae0237704..02d6d05be3
2021-02-12 07:34:41 +01:00
Sebastien Pouliot 519ac076cb
Bump macios-binarie for newer mlaunch (#10610)
New commits in xamarin/macios-binaries:

* xamarin/macios-binaries@e0abea8 Update mlaunch for xcode12.5 support

Diff: 5b4f91e14d..e0abea8b54
2021-02-10 16:29:06 -05:00
Rolf Bjarne Kvinge a54f948011
[msbuild] Unify handling of Sdks. (#10375)
* [msbuild] Unify handling of Sdks.

Create an Sdks class in Xamarin.MacDev.Tasks.Core, which handles both Xamarin.iOS
and Xamarin.Mac. Refactor the MacOSXSdks and IPhoneSdks classes to use the new Sdks
class.

This makes it possible to avoid some code duplication in MacOSXSdks and IPhoneSdks,
and also share code elsewhere.

This requires a bump of Xamarin.MacDev.

New commits in xamarin/Xamarin.MacDev:

* xamarin/Xamarin.MacDev@fae0237 [Xamarin.MacDev] Add GetAppleDTSettings and GetSdkSettings to the IAppleSdk interface. (#85)

Diff: f665e3a0fc..fae0237704

* Translate exception message.

* Simplify according to review.

* Update list of non-translated strings.
2021-01-13 11:44:11 +01:00
Rolf Bjarne Kvinge 7fc95b84d4 Bump Touch.Unit.
New commits in spouliot/Touch.Unit:

* spouliot/Touch.Unit@bfb04f4 Fix eol.
* spouliot/Touch.Unit@8258da0 [Touch.Client] Add a MacCatalyst version.

Diff: f8768d99ef..bfb04f4f69
2020-12-03 10:43:19 +01:00
Sebastien Pouliot ee6bf18181
Bump Touch.Unit to get rid of warnings (#10156)
Commit list for spouliot/Touch.Unit:

* spouliot/Touch.Unit@a94d56e Fix C# compiler CLS-compliant warnings (#95)

Diff: f8768d99ef...a94d56ee10
2020-11-25 11:25:20 -05:00
Rolf Bjarne Kvinge c640775699 [dotnet] Bump to .NET 6.0.100-alpha.1.20556.2. and net6.0
New commits in spouliot/Touch.Unit:

* spouliot/Touch.Unit@f8768d9 Advance into the world of net6.0

Diff: 9abe69e6f5..f8768d99ef
2020-11-10 11:41:06 +01:00
Rolf Bjarne Kvinge 02df6d57f6
Bump Xamarin.MacDev. Fixes #10003. (#10007)
New commits in xamarin/Xamarin.MacDev:

* xamarin/Xamarin.MacDev@f665e3a Use what's returned by 'xcode-select -p' as the configured Xcode if none is specified in Visual Studio's settings. (#84)

Diff: c490a36fe6..f665e3a0fc

This fixes https://github.com/xamarin/xamarin-macios/issues/10003.
2020-10-30 07:39:03 +01:00
Rolf Bjarne Kvinge 29fe8bd74e Bump Touch.Unit.
New commits in spouliot/Touch.Unit:

* spouliot/Touch.Unit@9abe69e [Touch.Client] Use 'Microsoft.NET.Sdk' instead of 'Microsoft.<platform>.Sdk'. (#93)

Diff: 89afaf7e05..9abe69e6f5
2020-10-16 14:27:42 +02:00
Rolf Bjarne Kvinge def5b66232
Add ikvm-fork as a submodule instead of using the sources embedded in the mono archive. (#9776)
There are two reasons for this:

* It grants us more independence from the mono archive for .NET 6.
* We need a bugfix in ikvm, but we can't necessarily bump mono.
2020-10-05 15:43:32 +02:00
Manuel de la Pena 03b583db62 [Xamarin.MacDev][macios-binaries] Bump to pick changes from xcode12. 2020-09-24 10:47:37 -04:00
Manuel de la Pena dcb0c93ab0 [Xcode12] Bring xcode 12 changes into main. 2020-09-23 16:05:22 -04:00