Skip to content

Commit

Permalink
Add defined(TARGET_OS_VISION) check in GULApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Oct 5, 2023
1 parent e91b7fd commit 403a4e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#import <Foundation/Foundation.h>

#if TARGET_OS_IOS || TARGET_OS_TV || TARGET_OS_VISION
#if TARGET_OS_IOS || TARGET_OS_TV || (defined(TARGET_OS_VISION) && TARGET_OS_VISION)

#import <UIKit/UIKit.h>

Expand Down

0 comments on commit 403a4e9

Please sign in to comment.