Skip to content

Commit

Permalink
Require only app-extension-safe APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlarose authored and zplata committed Aug 7, 2023
1 parent 32f7d94 commit 7c66866
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RiveRuntime.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@
C9C73EE624FC478900EF9516 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
BITCODE_GENERATION_MODE = bitcode;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
Expand Down Expand Up @@ -676,6 +677,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
APPLICATION_EXTENSION_API_ONLY = YES;
BITCODE_GENERATION_MODE = bitcode;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
Expand Down

0 comments on commit 7c66866

Please sign in to comment.