-
Notifications
You must be signed in to change notification settings - Fork 549
Comparing changes
Open a pull request
base repository: dotnet/macios
base: 911e94a
head repository: dotnet/macios
compare: 10b89df
- 5 commits
- 9 files changed
- 2 contributors
Commits on Oct 20, 2025
-
[release/10.0.1xx] Update dependencies from dotnet/macios (#24047)
This pull request updates the following dependencies ## From https://github.com/dotnet/macios - **Subscription**: [5dd980b9-4538-497b-97fd-9e54ce09500a](https://maestro.dot.net/subscriptions?search=5dd980b9-4538-497b-97fd-9e54ce09500a) - **Build**: [20251018.3](https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=12608837) ([287730](https://maestro.dot.net/channel/3884/github:dotnet:macios/build/287730)) - **Date Produced**: October 19, 2025 2:44:27 AM UTC - **Commit**: [ecebc19](ecebc19) - **Branch**: [release/9.0.1xx](https://github.com/dotnet/macios/tree/release/9.0.1xx) - **Updates**: - From [26.0.9757 to 26.0.9758][1] - Microsoft.iOS.Sdk.net9.0_26.0 - Microsoft.MacCatalyst.Sdk.net9.0_26.0 - Microsoft.macOS.Sdk.net9.0_26.0 - Microsoft.tvOS.Sdk.net9.0_26.0 [1]: 80d6662...ecebc19
4Configuration menu - View commit details
-
Copy full SHA for 14876a7 - Browse repository at this point
Copy the full SHA 14876a7View commit details
Commits on Oct 21, 2025
-
[release/10.0.1xx] Update dependencies from dotnet/dotnet (#24035)
This pull request updates the following dependencies ## From https://github.com/dotnet/dotnet - **Subscription**: [b8147851-a11a-4f71-8691-54b5635d49e0](https://maestro.dot.net/subscriptions?search=b8147851-a11a-4f71-8691-54b5635d49e0) - **Build**: [20251015.11](https://dev.azure.com/dnceng/internal/_build/results?buildId=2817262) ([287426](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/287426)) - **Date Produced**: October 16, 2025 8:40:51 AM UTC - **Commit**: [79c85d969a02abd06c2202949318fd4c21e5e7a0](dotnet/dotnet@79c85d9) - **Branch**: [release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx) - **Updates**: - From [10.0.0 to 10.0.0][1] - Microsoft.NET.Runtime.MonoTargets.Sdk - Microsoft.NET.ILLink.Tasks - Microsoft.NETCore.App.Ref - From [10.0.0-beta.25515.107 to 10.0.0-beta.25515.111][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.Build.Tasks.Feed - Microsoft.DotNet.SharedFramework.Sdk - From [0.11.5-alpha.25515.107 to 0.11.5-alpha.25515.111][1] - Microsoft.DotNet.Cecil - From [10.0.0-rtm.25515.107 to 10.0.0-rtm.25515.111][1] - Microsoft.NET.ILLink - From [10.0.100-rtm.25515.107 to 10.0.100-rtm.25515.111][1] - Microsoft.NET.Sdk - From [10.0.100 to 10.0.100][1] - Microsoft.TemplateEngine.Authoring.Tasks [1]: dotnet/dotnet@03ebd38...79c85d9
10Configuration menu - View commit details
-
Copy full SHA for b325481 - Browse repository at this point
Copy the full SHA b325481View commit details
Commits on Oct 22, 2025
-
[release/10.0.1xx] Update dependencies from dotnet/macios (#24063)
This pull request updates the following dependencies ## From https://github.com/dotnet/macios - **Subscription**: [5dd980b9-4538-497b-97fd-9e54ce09500a](https://maestro.dot.net/subscriptions?search=5dd980b9-4538-497b-97fd-9e54ce09500a) - **Build**: [20251021.3](https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=12628359) ([288045](https://maestro.dot.net/channel/3884/github:dotnet:macios/build/288045)) - **Date Produced**: October 22, 2025 12:43:44 AM UTC - **Commit**: [aecad73](aecad73) - **Branch**: [release/9.0.1xx](https://github.com/dotnet/macios/tree/release/9.0.1xx) - **Updates**: - From [26.0.9758 to 26.0.9760][1] - Microsoft.iOS.Sdk.net9.0_26.0 - Microsoft.MacCatalyst.Sdk.net9.0_26.0 - Microsoft.macOS.Sdk.net9.0_26.0 - Microsoft.tvOS.Sdk.net9.0_26.0 [1]: ecebc19...aecad73
10Configuration menu - View commit details
-
Copy full SHA for 6d121e9 - Browse repository at this point
Copy the full SHA 6d121e9View commit details
Commits on Oct 23, 2025
-
[release/10.0.1xx] [msbuild] Fix DetectSigningIdentity with entitleme…
…nts in the simulator. Fixes #24032. (#24077) * Always sign with the placeholder certificate '-' in the simulator. * We still need to find a provisioning profile (if required), and pass it on to the CompileEntitlements task, so that the CompileEntitlements task can adjust the entitlements (appending the team identifier for instance) before embedding them into the executable. Fixes #24032. Backport of #24059.
10Configuration menu - View commit details
-
Copy full SHA for 657d2e8 - Browse repository at this point
Copy the full SHA 657d2e8View commit details -
[release/10.0.1xx] Update dependencies from dotnet/macios (#24081)
This pull request updates the following dependencies ## From https://github.com/dotnet/macios - **Subscription**: [5dd980b9-4538-497b-97fd-9e54ce09500a](https://maestro.dot.net/subscriptions?search=5dd980b9-4538-497b-97fd-9e54ce09500a) - **Build**: [20251022.11](https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=12637758) ([288271](https://maestro.dot.net/channel/3884/github:dotnet:macios/build/288271)) - **Date Produced**: October 23, 2025 1:15:53 AM UTC - **Commit**: [898c570](898c570) - **Branch**: [release/9.0.1xx](https://github.com/dotnet/macios/tree/release/9.0.1xx) - **Updates**: - From [26.0.9760 to 26.0.9764][1] - Microsoft.iOS.Sdk.net9.0_26.0 - Microsoft.MacCatalyst.Sdk.net9.0_26.0 - Microsoft.macOS.Sdk.net9.0_26.0 - Microsoft.tvOS.Sdk.net9.0_26.0 [1]: aecad73...898c570
10Configuration menu - View commit details
-
Copy full SHA for 10b89df - Browse repository at this point
Copy the full SHA 10b89dfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 911e94a...10b89df