Skip to content

Vision OS proof of concept #858

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build fixes
  • Loading branch information
paulb777 committed May 9, 2024
commit c1b834c07832a444853b17c057f4377ab947cca1
6 changes: 1 addition & 5 deletions Sources/AppAuth/iOS/OIDExternalUserAgentIOS.m
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@

#import <TargetConditionals.h>

#if TARGET_OS_IOS || TARGET_OS_MACCATALYST || TARGET_OS_VISION
#if TARGET_OS_IOS

#import "OIDExternalUserAgentIOS.h"

@@ -29,8 +29,6 @@
#import "OIDExternalUserAgentSession.h"
#import "OIDExternalUserAgentRequest.h"

#if !TARGET_OS_MACCATALYST

NS_ASSUME_NONNULL_BEGIN

#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000
@@ -263,6 +261,4 @@ - (ASPresentationAnchor)presentationAnchorForWebAuthenticationSession:(ASWebAuth

NS_ASSUME_NONNULL_END

#endif // !TARGET_OS_MACCATALYST

#endif // TARGET_OS_IOS || TARGET_OS_MACCATALYST