Skip to content

Commit

Permalink
Remove visionos
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Dec 4, 2024
1 parent e856fb7 commit 5af5206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/LKObjCHelpers/LKObjcCHelpers.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ @implementation LKObjCHelpers

NS_ASSUME_NONNULL_BEGIN

+ (void)finishBroadcastWithoutError:(RPBroadcastSampleHandler *)handler API_AVAILABLE(ios(10.0), macCatalyst(13.1), macos(11.0), tvos(10.0), visionos(1.0)) {
+ (void)finishBroadcastWithoutError:(RPBroadcastSampleHandler *)handler API_AVAILABLE(ios(10.0), macCatalyst(13.1), macos(11.0), tvos(10.0)) {
// Call finishBroadcastWithError with nil error, which ends the broadcast without an error popup
// This is unsupported/undocumented but appears to work and is preferable to an error dialog with a cryptic default message
// See https://stackoverflow.com/a/63402492 for more discussion
Expand Down
2 changes: 1 addition & 1 deletion Sources/LKObjCHelpers/include/LKObjcHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

@interface LKObjCHelpers : NSObject

+ (void)finishBroadcastWithoutError:(RPBroadcastSampleHandler *)handler API_AVAILABLE(ios(10.0), macCatalyst(13.1), macos(11.0), tvos(10.0), visionos(1.0));
+ (void)finishBroadcastWithoutError:(RPBroadcastSampleHandler *)handler API_AVAILABLE(ios(10.0), macCatalyst(13.1), macos(11.0), tvos(10.0));

@end

0 comments on commit 5af5206

Please sign in to comment.