Skip to content

Commit

Permalink
[ShareWithYou] Add support for Xcode 14 beta 6. (#15819)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Soto <[email protected]>
Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
Co-authored-by: TJ Lambert <[email protected]>
  • Loading branch information
4 people authored Sep 2, 2022
1 parent e43e05c commit ae42d55
Show file tree
Hide file tree
Showing 13 changed files with 441 additions and 171 deletions.
2 changes: 2 additions & 0 deletions src/appkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22916,6 +22916,8 @@ interface NSSharingServiceDelegate

interface INSSharingServiceDelegate {}

interface INSCloudSharingServiceDelegate {}

[Protocol, Model]
[Mac (10, 12)]
[NoMacCatalyst]
Expand Down
2 changes: 2 additions & 0 deletions src/frameworks.sources
Original file line number Diff line number Diff line change
Expand Up @@ -2185,6 +2185,7 @@ IOS_FRAMEWORKS = \
ScreenTime \
Security \
SensorKit \
SharedWithYou \
SharedWithYouCore \
Social \
Speech \
Expand Down Expand Up @@ -2372,6 +2373,7 @@ MACCATALYST_FRAMEWORKS = \
ScreenTime \
Security \
SensorKit \
SharedWithYou \
SharedWithYouCore \
Social \
Speech \
Expand Down
Loading

2 comments on commit ae42d55

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 [CI Build] Build failed 🔥

Build failed for the job 'Build packages'

Pipeline on Agent
Hash: [CI build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ API diff for current PR / commit

Legacy Xamarin (No breaking changes)
  • iOS: vsdrops gist (No breaking changes)
  • tvOS (no change detected)
  • watchOS (no change detected)
  • macOS (no change detected)
.NET (No breaking changes)
  • iOS: vsdrops gist (No breaking changes)
  • tvOS: (empty diff detected)
  • MacCatalyst: vsdrops gist (No breaking changes)
  • macOS: (empty diff detected)

✅ API diff vs stable

Legacy Xamarin (No breaking changes)
.NET (No breaking changes)
Legacy Xamarin (stable) vs .NET

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: ae42d556fedd7e65f67ed31829e0af40b87cfe39 [CI build]

Please sign in to comment.