Skip to content

Commit 9b7463f

Browse files
committed
fix: Allow Xcode to find CommonCrypto
1 parent aee8d90 commit 9b7463f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

JWT.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@
547547
ONLY_ACTIVE_ARCH = YES;
548548
PRODUCT_NAME = "$(PROJECT_NAME)";
549549
SDKROOT = macosx;
550+
SWIFT_INCLUDE_PATHS = "$(SRCROOT)";
550551
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
551552
SWIFT_VERSION = 3.0;
552553
VERSIONING_SYSTEM = "apple-generic";
@@ -590,6 +591,7 @@
590591
MTL_ENABLE_DEBUG_INFO = NO;
591592
PRODUCT_NAME = "$(PROJECT_NAME)";
592593
SDKROOT = macosx;
594+
SWIFT_INCLUDE_PATHS = "$(SRCROOT)";
593595
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
594596
SWIFT_VERSION = 3.0;
595597
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)