Skip to content

Commit db35f53

Browse files
authored
[StoreKit] Update to Xcode 26 beta 1-5. (#23486)
1 parent 20e617e commit db35f53

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

src/storekit.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
using System.ComponentModel;
1414

15+
using BackgroundAssets;
1516
using ObjCRuntime;
1617
using Foundation;
1718
using CoreFoundation;
@@ -1756,4 +1757,9 @@ interface SKAdImpression {
17561757
string Version { get; set; }
17571758

17581759
}
1760+
1761+
[iOS (26, 0), Mac (26, 0), TV (26, 0), MacCatalyst (26, 0)]
1762+
[Protocol (BackwardsCompatibleCodeGeneration = false)]
1763+
interface SKDownloaderExtension : BAManagedDownloaderExtension {
1764+
}
17591765
}

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-StoreKit.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/iOS-StoreKit.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/macOS-StoreKit.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/tvOS-StoreKit.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)