Skip to content

Commit

Permalink
Made iOS target safe for use in app extensions (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenkramer authored Mar 9, 2023
1 parent 05fe26b commit 9511633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SwiftyRSA.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@
1D29907DE6801857B21DD3E7B442DC87 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down Expand Up @@ -1029,6 +1030,7 @@
E9654A97E2EB9CF7CAECB0B96DEC0E9D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down

0 comments on commit 9511633

Please sign in to comment.