Skip to content

Commit

Permalink
App Store fix, take 2 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm authored Oct 30, 2023
1 parent 710f152 commit fd1756b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aws-common-runtime/aws-c-cal
3 changes: 3 additions & 0 deletions aws-common-runtime/config/aws/common/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@
#define AWS_HAVE_EXECINFO 1
/* Disable Intel VTune tracing API here since aws-crt-swift doesn't use CMake */
#define INTEL_NO_ITTNOTIFY_API

/* Don't use APIs forbidden by App Stores (e.g. non-public system APIs) */
#define AWS_APPSTORE_SAFE 1

0 comments on commit fd1756b

Please sign in to comment.