Skip to content

Commit

Permalink
define AWS_USE_DISPATCH_QUEUE and AWS_USE_SECITEM for iOS and tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Oct 3, 2024
1 parent b9959f5 commit 353a0f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/aws/common/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@
# include "TargetConditionals.h"
# if defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE
# define AWS_OS_IOS
# define AWS_USE_DISPATCH_QUEUE
# define AWS_USE_SECITEM
# elif defined(TARGET_OS_WATCH) && TARGET_OS_WATCH
# define AWS_OS_WATCHOS
# elif defined(TARGET_OS_TV) && TARGET_OS_TV
# define AWS_OS_TVOS
# define AWS_USE_DISPATCH_QUEUE
# define AWS_USE_SECITEM
# else
# define AWS_OS_MACOS
# endif
Expand Down

0 comments on commit 353a0f7

Please sign in to comment.