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

16750 Коммитов

Автор SHA1 Сообщение Дата
Rolf Bjarne Kvinge d54b942d9f
[net8.0-xcode15] Merge net8.0 into net8.0-xcode15. (#19042) 2023-09-18 23:32:02 +02:00
Rolf Bjarne Kvinge 0d3d4ff2d0
[src] Exclude more code from .NET to fix compiler warning. (#19036)
Fixes this:

    ObjCRuntime/Dlfcn.cs(102,20): warning CS0649: Field 'Dlfcn.Dl_info.dli_fbase' is never assigned to, and will always have its default value
    ObjCRuntime/Dlfcn.cs(103,20): warning CS0649: Field 'Dlfcn.Dl_info.dli_sname' is never assigned to, and will always have its default value
    ObjCRuntime/Dlfcn.cs(104,20): warning CS0649: Field 'Dlfcn.Dl_info.dli_saddr' is never assigned to, and will always have its default value
    ObjCRuntime/Dlfcn.cs(101,20): warning CS0649: Field 'Dlfcn.Dl_info.dli_fname' is never assigned to, and will always have its default value

The warning is new, after we removed the referencing code from .NET in a recent commit.
2023-09-18 22:05:05 +02:00
dotnet-maestro[bot] 73e15f09ba
[net8.0] Update dependencies from dotnet/installer (#19033)
This pull request updates the following dependencies

## From https://github.com/dotnet/installer

- **Subscription**: f9b68d84-9c90-4bd0-5499-08db4112d57e
- **Build**: 20230918.1
- **Date Produced**: September 18, 2023 11:00:22 AM UTC
- **Commit**: e1fd7d964980ed478fa30457cf750e81105caee1
- **Branch**: refs/heads/release/8.0.1xx

- **Updates**:
  - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.100-rc.2.23463.8 to 8.0.100-rc.2.23468.1][12]
  - **Microsoft.NET.ILLink.Tasks**: [from 8.0.0-rc.2.23431.9 to 8.0.0-rc.2.23466.4][13]
  - **Microsoft.AspNetCore.App.Ref**: [from 8.0.0-rc.2.23455.8 to 8.0.0-rc.2.23465.17][14]
  - **Microsoft.NETCore.App.Ref**: [from 8.0.0-rc.2.23431.9 to 8.0.0-rc.2.23466.4][13]
  - **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport**: [from 8.0.0-rc.1.23415.5 to 8.0.0-rc.2.23463.1][15]
  - **Microsoft.NETCore.App.Ref**: [from 8.0.0-rc.2.23431.9 to 8.0.0-rc.2.23466.4][13]
  - **Microsoft.DotNet.Cecil**: [from 0.11.4-alpha.23428.2 to 0.11.4-alpha.23461.1][16]

[12]: ec56994f9c...e1fd7d9649
[13]: 3c48925a6c...287c10d253
[14]: 2772a78349...468ff785bc
[15]: 66dbaefff0...1999c8c8ab
[16]: fa5acbd2cc...a112f15aa0

## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

- **Coherency Updates**:
  - **Microsoft.NET.ILLink.Tasks**: from 8.0.0-rc.2.23431.9 to 8.0.0-rc.2.23466.4 (parent: Microsoft.Dotnet.Sdk.Internal)
  - **Microsoft.AspNetCore.App.Ref**: from 8.0.0-rc.2.23455.8 to 8.0.0-rc.2.23465.17 (parent: Microsoft.Dotnet.Sdk.Internal)
  - **Microsoft.NETCore.App.Ref**: from 8.0.0-rc.2.23431.9 to 8.0.0-rc.2.23466.4 (parent: Microsoft.Dotnet.Sdk.Internal)
  - **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport**: from 8.0.0-rc.1.23415.5 to 8.0.0-rc.2.23463.1 (parent: Microsoft.NETCore.App.Ref)
  - **Microsoft.NETCore.App.Ref**: from 8.0.0-rc.2.23431.9 to 8.0.0-rc.2.23466.4 (parent: Microsoft.Dotnet.Sdk.Internal)
  - **Microsoft.DotNet.Cecil**: from 0.11.4-alpha.23428.2 to 0.11.4-alpha.23461.1 (parent: Microsoft.NETCore.App.Ref)
2023-09-18 18:41:52 +02:00
Rolf Bjarne Kvinge 79ff82d046 [net8.0-xcode15] Merge net8.0 into net8.0-xcode15. 2023-09-18 18:28:24 +02:00
Rolf Bjarne Kvinge 322cea1244 [net8.0] Merge main into net8.0. 2023-09-18 18:27:47 +02:00
Haritha Mohan e2dc23e651
[HealthKitUI] Add support for Xcode 15 (#19017)
Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
2023-09-18 08:34:32 -07:00
Haritha Mohan 8d7b3f8bca
[ShazamKit] Add support for Xcode 15 (#19005)
WatchOS todo/xtro was weird, so added it to the ignore for now..all
intro tests look good though

---------

Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2023-09-18 08:29:29 -07:00
Manuel de la Pena ff805d1c5f
[Messages] Add support for Xcode 15 beta 7. (#19018)
Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
2023-09-18 11:24:52 +02:00
Rolf Bjarne Kvinge 64907293e2
[tests] Improve cleanup in FSEventStreamTest. (#19032)
Maybe this will fix/improve https://github.com/xamarin/maccore/issues/2630.
2023-09-18 08:49:58 +02:00
Haritha Mohan 4f1cbbccaa
[SensitiveContentAnalysis] Add support for Xcode 15 (#19020)
Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
Co-authored-by: Alex Soto <alex@soto.dev>
2023-09-15 09:49:05 -07:00
Rolf Bjarne Kvinge 703ee68cec
[UIKit] Make UIView.HitTest's return value nullable. Fixes #19019. (#19025)
Fixes https://github.com/xamarin/xamarin-macios/issues/19019.
2023-09-15 11:58:21 +02:00
dotnet-maestro[bot] 1cb265bfad
[net8.0] Update dependencies from dotnet/installer (#19026)
This pull request updates the following dependencies

## From https://github.com/dotnet/installer

- **Subscription**: f9b68d84-9c90-4bd0-5499-08db4112d57e
- **Build**: 20230913.8
- **Date Produced**: September 14, 2023 2:42:00 AM UTC
- **Commit**: ec56994f9c0ff74869d707f145b4e0796d28f3bc
- **Branch**: refs/heads/release/8.0.1xx

- **Updates**:
  - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.100-rc.2.23462.28 to 8.0.100-rc.2.23463.8][1]

[1]: 5e71ffbd44...ec56994f9c
2023-09-15 07:57:10 +02:00
Filip Navara 7f737324d4
[net8.0] Remove workarounds for SDK and runtime bugs (#18830)
Fixes #18741
Fixes #18784
2023-09-15 07:43:38 +02:00
Rolf Bjarne Kvinge baab03cf57
[registrar] Look in nested types when looking for protocol wrapper types to register. Fixes #18973. (#19031)
Protocol wrapper types may be nested types, so make sure to look in nested
types when looking for protocol wrapper types.

Fixes https://github.com/xamarin/xamarin-macios/issues/18973.
2023-09-15 07:42:15 +02:00
Haritha Mohan 3e2ef133bc
[Security] Add support for Xcode 15 (#19021)
Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
2023-09-14 13:49:59 -07:00
Rolf Bjarne Kvinge bf8593d45e
[net8.0-xcode15] Merge net8.0 into net8.0-xcode15. (#19024) 2023-09-14 15:34:19 +02:00
Rolf Bjarne Kvinge 15e437aad3
[net8.0] Merge main into net8.0. (#19023) 2023-09-14 12:35:47 +02:00
Rolf Bjarne Kvinge 7773d64127 [tests] Update xtro for NSView.ClipsToBounds. 2023-09-14 11:30:15 +02:00
Rolf Bjarne Kvinge 65f275b842
[dotnet] Load the current, not latest, sdk for the error logic in WorkloadManifest.targets. (#19011)
We might actually support a newer OS version than the one we're building for,
if we're supporting a preview version in a stable release. In this case, we
need to make sure to load the correct sdk when we run into errors, so that we
show the correct error messages.

Fixes this test failure:

    Xamarin.Tests.DotNetProjectTest.InvalidTargetPlatformVersion(MacCatalyst): Error message
    Expected string length 92 but was 87. Strings differ at index 84.
    Expected: "...ormVersion for MacCatalyst. Valid versions include:\n16.4\n17.0"
    But was: "...ormVersion for MacCatalyst. Valid versions include:\n17.0"
2023-09-14 10:15:02 +02:00
Rolf Bjarne Kvinge 74ebc4ff03
[tests] Don't build Mac Catalyst projects using a target framework later than the current one. (#19012)
With multi-targeting, we can end up supporting a newer target framework than
the current one (when including support for preview versions of Xcode), but we
can't build Mac Catalyst projects using these newer target frameworks, because
it would require using the corresponding Xcode version, which may not be
available (in particular on bots).

Fixes these test failures:

    Xamarin.Tests.DotNetProjectTest.MultiTargetLibrary(MacCatalyst): 'dotnet build' failed with exit code 1
    Full command: /Users/builder/azdo/_work/2/s/xamarin-macios/builds/downloads/dotnet-sdk-8.0.100-rc.1.23422.1/dotnet build /Users/builder/azdo/_work/2/s/xamarin-macios/tests/dotnet/MultiTargetingLibrary/MacCatalyst/MultiTargetingLibrary.csproj /p:_BundlerVerbosity=1 "/p:AllTheTargetFrameworks=\"net8.0-maccatalyst16.4;net7.0-maccatalyst15.4;net7.0-maccatalyst16.4;net8.0-maccatalyst17.0\"" /bl:/Users/builder/azdo/_work/2/s/xamarin-macios/tests/dotnet/MultiTargetingLibrary/MacCatalyst/log-build-20230912_200113.binlog /v:diag /consoleloggerparameters:Verbosity=Quiet
    Listing first 1 error(s) (of 1 error(s)):
    /Users/builder/azdo/_work/2/s/xamarin-macios/builds/downloads/dotnet-sdk-8.0.100-rc.1.23422.1/packs/Microsoft.MacCatalyst.Sdk.net8.0_17.0/17.0.8316-ci.release-test-net8-0-xcode15-multi-targeting/tools/msbuild/iOS/Xamarin.Shared.targets(535): error: Could not map the Mac Catalyst version 17.0 to a corresponding macOS version. Valid Mac Catalyst versions are: 15.0, 13.3.1, 16.2, 14.3, 15.5, 13.1, 16.0, 14.1, 15.3, 14.6, 13.4, 16.3, 15.6, 13.2, 14.4, 16.1, 14.2, 15.4, 13.5, 14.7, 15.2, 14.0, 16.4, 13.3, 14.5

    Xamarin.Tests.PostBuildTest.PublishTest(MacCatalyst,"maccatalyst-arm64;maccatalyst-x64"): 'dotnet publish' failed with exit code 1
    Full command: /Users/builder/azdo/_work/2/s/xamarin-macios/builds/downloads/dotnet-sdk-8.0.100-rc.1.23422.1/dotnet publish /Users/builder/azdo/_work/2/s/xamarin-macios/tests/dotnet/MySimpleApp/MacCatalyst/MySimpleApp.csproj /p:_BundlerVerbosity=1 "/p:RuntimeIdentifiers=\"maccatalyst-arm64;maccatalyst-x64\"" /p:PkgPackagePath=/Users/builder/azdo/_work/2/s/xamarin-macios/tests/dotnet/UnitTests/bin/Debug/net8.0/tmp-test-dir/Xamarin.Tests.PostBuildTest.PublishTest27/MyPackage.pkg /bl:/Users/builder/azdo/_work/2/s/xamarin-macios/tests/dotnet/MySimpleApp/MacCatalyst/log-publish-20230912_204753.binlog /v:diag /consoleloggerparameters:Verbosity=Quiet
    Listing first 1 error(s) (of 1 error(s)):
    /Users/builder/azdo/_work/2/s/xamarin-macios/builds/downloads/dotnet-sdk-8.0.100-rc.1.23422.1/sdk-manifests/8.0.100-rc.1/microsoft.net.workload.mono.toolchain.current/8.0.0-rc.1.23414.4/WorkloadTelemetry.targets(41): error MSB4186: Invalid static method invocation syntax: "[System.IO.Path]::GetFileName().ToLower()". Method 'System.IO.Path.GetFileName' not found. Static method invocation should be of the form: $([FullTypeName]::Method()), e.g. $([System.IO.Path]::Combine(`a`, `b`)). Check that all parameters are defined, are of the correct type, and are specified in the right order.
2023-09-14 10:14:41 +02:00
Rolf Bjarne Kvinge c14f9ff7c7
[CloudKit] Expose the CKQueryOperationMaximumResults field. Fixes #19013. (#19015)
Fixes https://github.com/xamarin/xamarin-macios/issues/19013.
2023-09-14 10:13:38 +02:00
dotnet-maestro[bot] 07650d9ac9
[net8.0] Update dependencies from dotnet/installer (#19010)
This pull request updates the following dependencies

## From https://github.com/dotnet/installer

- **Subscription**: f9b68d84-9c90-4bd0-5499-08db4112d57e
- **Build**: 20230912.28
- **Date Produced**: September 13, 2023 12:06:43 AM UTC
- **Commit**: 5e71ffbd44181de24fa6b5160f0abe55a3ea02f1
- **Branch**: refs/heads/release/8.0.1xx

- **Updates**:
  - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.100-rc.2.23462.1 to 8.0.100-rc.2.23462.28][1]

[1]: a6b9030047...5e71ffbd44
2023-09-14 08:16:31 +02:00
Rolf Bjarne Kvinge be6c348cfd [net8.0-xcode15] Merge net8.0 into net8.0-xcode15. 2023-09-14 07:25:58 +02:00
Rolf Bjarne Kvinge f88dc4406d [net8.0] Merge main into net8.0. 2023-09-14 07:23:52 +02:00
Haritha Mohan c0fa5c9f94
[PhotosUI] Add support for Xcode 15 beta 8 (#18959)
Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2023-09-13 17:09:00 -07:00
Haritha Mohan 7a44e916ce
[ImageIO] Add support for Xcode 15 beta 8 (#18976)
- kCGImagePropertyOpenEXRCompression was added here
4eda3948ca
but I have to agree, not sure where this field came from as I couldn't
find any docs on it, so added it to the ignore for now because xtro
fails otherwise
- Implemented kCGImagePropertyAVISDictionary as a strong dictionary
(ref:
https://github.com/xamarin/xamarin-macios/pull/8376#discussion_r414784402)

---------

Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2023-09-13 11:04:39 -07:00
Manuel de la Pena 3b84c1cca8
[LocalAuthentication] Add Xcode 15 beta 7 support. (#19008)
Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
2023-09-13 11:09:29 -04:00
Rolf Bjarne Kvinge 862e232ef3
[xharness] Ignore the mtouch tests if iOS isn't enabled. (#18998)
This fixes an issue where we'd try to run the mtouch tests when only
macOS is the enabled platform.
2023-09-13 12:08:21 +02:00
Rolf Bjarne Kvinge 1b7a797bb1
[tests] Ignore a few tests that require iOS if iOS isn't available. (#18999)
This fixes a few test failures when only macOS is the enabled platform.
2023-09-13 12:08:04 +02:00
dotnet-maestro[bot] e380e752f4
[net8.0] Update dependencies from dotnet/installer (#19001)
This pull request updates the following dependencies

## From https://github.com/dotnet/installer

- **Subscription**: f9b68d84-9c90-4bd0-5499-08db4112d57e
- **Build**: 20230912.1
- **Date Produced**: September 12, 2023 8:26:13 AM UTC
- **Commit**: a6b903004774fb1b4e638f47c602fc968b43a8c0
- **Branch**: refs/heads/release/8.0.1xx

- **Updates**:
  - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.100-rc.2.23460.1 to 8.0.100-rc.2.23462.1][1]

[1]: 7022131097...a6b9030047
2023-09-13 11:28:44 +02:00
dotnet-maestro[bot] cbb5436a2e
[main] Update dependencies from dotnet/xharness (#18992)
This pull request updates the following dependencies

## From https://github.com/dotnet/xharness

- **Subscription**: 601bc5e1-1cae-44b5-cf5f-08db9342aa2f
- **Build**: 20230906.2
- **Date Produced**: September 6, 2023 3:44:14 PM UTC
- **Commit**: a3a749a7056623c665bba226fe843152f413f044
- **Branch**: refs/heads/main

- **Updates**:
  - **Microsoft.DotNet.XHarness.iOS.Shared**: [from 8.0.0-prerelease.23431.1 to 8.0.0-prerelease.23456.2][1]

[1]: 1446eababf...a3a749a705
2023-09-13 11:28:07 +02:00
Rolf Bjarne Kvinge c85d06ffac
[devops] Skip installing workloads, not .NET itself, if .NET isn't enabled. (#19000)
Some of our tests (such as the MSBuild tests), are built with .NET, and thus
need some version of .NET installed to be buildable.

Note that in this case we don't need any workloads, so we still skip that part.
2023-09-13 11:25:34 +02:00
Manuel de la Pena 905cf5f7b4
[CoreSpotlight] Add support for xcode 15. (#18918)
Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
Co-authored-by: Alex Soto <alex@alexsoto.me>
2023-09-12 13:45:03 -04:00
Rolf Bjarne Kvinge b0e53cefc3
[tests] Add some debug code to track down a random test failure. (#18996)
Ref: https://github.com/xamarin/maccore/issues/2630

---------

Co-authored-by: Haritha Mohan <harithamohan@microsoft.com>
2023-09-12 15:54:31 +02:00
Rolf Bjarne Kvinge 638e6f5f12
[tests] Add test to verify that we build successfully and don't produce any warnings when using NativeAOT. (#18909)
Fixes https://github.com/xamarin/xamarin-macios/issues/18629.
2023-09-12 13:02:19 +02:00
Rolf Bjarne Kvinge 894656f9ec
[tests] Make it simpler to use a custom 'appcompare' tool. (#18994)
Make it simpler to use a custom 'appcompare' tool (or just one built locally),
by supporting setting the APPCOMPARE variable to the appcompare command to
execute.
2023-09-12 09:54:30 +02:00
Rolf Bjarne Kvinge 059975888c
[tests] Move a calendar test from being macOS-specific to run on all platforms. Fixes #12468. (#18971)
By moving the test from a macOS-specific location to a general location, it
becomes obvious that the test behaves the same on all platforms (which the
issue was about: it looked like we had different behavior on macOS vs the
other platforms, and the issue requested validation that this was correct - by
running the test on all platforms, with no platform-specific code, it
demonstrates that there's no macOS-specific behavior).

Fixes https://github.com/xamarin/xamarin-macios/issues/12468.
2023-09-12 09:53:46 +02:00
dotnet-maestro[bot] e9310ace9c
[net8.0] Update dependencies from dotnet/installer (#18993)
This pull request updates the following dependencies

## From https://github.com/dotnet/installer

- **Subscription**: f9b68d84-9c90-4bd0-5499-08db4112d57e
- **Build**: 20230910.1
- **Date Produced**: September 11, 2023 3:47:52 AM UTC
- **Commit**: 7022131097dd0dc84a45614b7afb0082cf121925
- **Branch**: refs/heads/release/8.0.1xx

- **Updates**:
  - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.100-rc.2.23456.6 to 8.0.100-rc.2.23460.1][1]

[1]: 476310d94a...7022131097
2023-09-12 09:48:37 +02:00
Rolf Bjarne Kvinge 7b3779fb71
[xcode15] Add back armv7k support for watchOS. Fixes #18902. (#18947)
Only i386 is gone from watchOS 4.0, not armv7k.

Fixes https://github.com/xamarin/xamarin-macios/issues/18902.
2023-09-11 19:00:40 +02:00
Rolf Bjarne Kvinge c901665f34
[net8.0] [devops] Fix boolean logic + update .NET files to sign (#18988)
* Fix boolean logic to determine whether .NET is enabled or not
* Update mlaunch to get a fix where we trim the project.
* Update the list of files that need to be signed from mlaunch.
2023-09-11 18:56:47 +02:00
Rolf Bjarne Kvinge 564e83598a
[net8.0] Revert "[tests] Find a workaround for #xamarin/maccore@2668." (#18943)
This reverts commit bc272a9446.

This workaround is no longer necessary.

Fixes https://github.com/xamarin/xamarin-macios/issues/18164.
2023-09-11 18:40:47 +02:00
Rolf Bjarne Kvinge 1c3ee69633
[net8.0] Revert "[tests] Ignore tests that publish universal apps." (#18944)
This reverts commit 7691231a86.

Fixes https://github.com/xamarin/xamarin-macios/issues/18733.
2023-09-11 18:40:16 +02:00
Rolf Bjarne Kvinge 45fe4a164d
[apidiff] Fix c&p error introduced with the multi targeting implementation. (#18975) 2023-09-11 18:39:00 +02:00
Rolf Bjarne Kvinge ea8ad15db0
[dotnet] Copy the pdb for our platform assemblies to the app bundle. Fixes #11879. (#18970)
Copy the pdb for our platform assembly to the app bundle if we're in
Debug mode.

Fixes https://github.com/xamarin/xamarin-macios/issues/11879.
2023-09-11 18:36:59 +02:00
Haritha Mohan ae6ef4af3e
[HealthKit] Add support for Xcode 15 beta 7 (#18927)
Looking into a intro failure on iOS: Selector not found for
HealthKit.HKHealthStore : workoutSessionMirroringStartHandler in
System.Action`1[HealthKit.HKWorkoutSession]
get_WorkoutSessionMirroringStartHandler() on HealthKit.HKHealthStore

---------

Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
Co-authored-by: Alex Soto <alex@soto.dev>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2023-09-11 08:40:52 -07:00
Haritha Mohan d21daa168f
[PDFKit] Add support for Xcode 15 beta 8 (#18974)
Per previous discussion, updated availability attributes for added
selector to be latest though Apple docs say otherwise and MacCatalyst
todo was weird, as most of the selectors mentioned are already present.

---------

Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
2023-09-11 08:39:02 -07:00
Rolf Bjarne Kvinge 3d7eee6d2e
[net8.0] Merge main into net8.0. (#18989) 2023-09-11 17:28:38 +02:00
dotnet-maestro[bot] 185a75a089
[net8.0] Update dependencies from xamarin/xamarin-macios (#18949)
This pull request updates the following dependencies

## From https://github.com/xamarin/xamarin-macios

- **Subscription**: 8f30707d-734c-489c-a627-08dbaf01603c
- **Build**: 20230908.1
- **Date Produced**: September 8, 2023 11:00:06 AM UTC
- **Commit**: b30f232061
- **Branch**: refs/heads/release/7.0.1xx-xcode14-multi-targeting

- **Updates**:
  - **Microsoft.tvOS.Sdk.net7.0_16.0**: [from 16.0.1498-ci.release-test-multi-targetting-7-0-1xx-xcode14 to 16.0.1502-ci.release-7-0-1xx-xcode14-multi-targeting][8]

[8]: eae484c42d...b30f232061
2023-09-11 12:29:42 +02:00
Rolf Bjarne Kvinge 3b28b86740
[net8.0-xcode15] Merge net8.0 into net8.0-xcode15. (#18969) 2023-09-11 12:11:36 +02:00
Rolf Bjarne Kvinge a7e96e5ce2
[bgen] Add support for converting ObsoletedOSPlatform attributes. Fixes #18966. (#18972)
Fixes https://github.com/xamarin/xamarin-macios/issues/18966.
2023-09-11 12:03:16 +02:00