Skip to content

Commit 68cc364

Browse files
committed
Merge pull request #20 from auth0/feature-app-extension-safe-api-flag
Require only App Extension Safe API (in iOS)
2 parents 4e5e2d1 + 22461d4 commit 68cc364

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

JWTDecode.xcodeproj/project.pbxproj

+6
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@
549549
5F0068F91B3B46240048928E /* Debug */ = {
550550
isa = XCBuildConfiguration;
551551
buildSettings = {
552+
APPLICATION_EXTENSION_API_ONLY = YES;
552553
CLANG_ENABLE_MODULES = YES;
553554
DEFINES_MODULE = YES;
554555
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -570,6 +571,7 @@
570571
5F0068FA1B3B46240048928E /* Release */ = {
571572
isa = XCBuildConfiguration;
572573
buildSettings = {
574+
APPLICATION_EXTENSION_API_ONLY = YES;
573575
CLANG_ENABLE_MODULES = YES;
574576
DEFINES_MODULE = YES;
575577
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -590,6 +592,7 @@
590592
5F0068FC1B3B46240048928E /* Debug */ = {
591593
isa = XCBuildConfiguration;
592594
buildSettings = {
595+
APPLICATION_EXTENSION_API_ONLY = NO;
593596
CLANG_ENABLE_MODULES = YES;
594597
FRAMEWORK_SEARCH_PATHS = (
595598
"$(inherited)",
@@ -611,6 +614,7 @@
611614
5F0068FD1B3B46240048928E /* Release */ = {
612615
isa = XCBuildConfiguration;
613616
buildSettings = {
617+
APPLICATION_EXTENSION_API_ONLY = NO;
614618
CLANG_ENABLE_MODULES = YES;
615619
FRAMEWORK_SEARCH_PATHS = (
616620
"$(inherited)",
@@ -676,6 +680,7 @@
676680
5F0069201B3B532E0048928E /* Debug */ = {
677681
isa = XCBuildConfiguration;
678682
buildSettings = {
683+
APPLICATION_EXTENSION_API_ONLY = NO;
679684
COMBINE_HIDPI_IMAGES = YES;
680685
DEBUG_INFORMATION_FORMAT = dwarf;
681686
FRAMEWORK_SEARCH_PATHS = (
@@ -698,6 +703,7 @@
698703
5F0069211B3B532E0048928E /* Release */ = {
699704
isa = XCBuildConfiguration;
700705
buildSettings = {
706+
APPLICATION_EXTENSION_API_ONLY = NO;
701707
COMBINE_HIDPI_IMAGES = YES;
702708
FRAMEWORK_SEARCH_PATHS = (
703709
"$(inherited)",

0 commit comments

Comments
 (0)