Skip to content

Commit 098c46a

Browse files
committed
chore(demo): update AppAuth dependency in demo ios app
ran `pod update AppAuth` and committed changes
1 parent 5e0e9d5 commit 098c46a

File tree

2 files changed

+205
-191
lines changed

2 files changed

+205
-191
lines changed

examples/demo/ios/Example.xcodeproj/project.pbxproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@
572572
GCC_PREPROCESSOR_DEFINITIONS = (
573573
"DEBUG=1",
574574
"$(inherited)",
575+
_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
575576
);
576577
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
577578
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -599,6 +600,11 @@
599600
"-DFOLLY_MOBILE=1",
600601
"-DFOLLY_USE_LIBCPP=1",
601602
);
603+
OTHER_LDFLAGS = (
604+
"$(inherited)",
605+
"-Wl",
606+
"-ld_classic",
607+
);
602608
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
603609
SDKROOT = iphoneos;
604610
};
@@ -640,6 +646,10 @@
640646
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
641647
GCC_C_LANGUAGE_STANDARD = gnu99;
642648
GCC_NO_COMMON_BLOCKS = YES;
649+
GCC_PREPROCESSOR_DEFINITIONS = (
650+
"$(inherited)",
651+
_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
652+
);
643653
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
644654
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
645655
GCC_WARN_UNDECLARED_SELECTOR = YES;
@@ -664,6 +674,11 @@
664674
"-DFOLLY_MOBILE=1",
665675
"-DFOLLY_USE_LIBCPP=1",
666676
);
677+
OTHER_LDFLAGS = (
678+
"$(inherited)",
679+
"-Wl",
680+
"-ld_classic",
681+
);
667682
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
668683
SDKROOT = iphoneos;
669684
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)