Skip to content

Commit 0a177cc

Browse files
OKTA-242002-JWT iOS SDK: Add Carthage support
1 parent 3eed417 commit 0a177cc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: objective-c
2-
osx_image: xcode10
3-
2+
osx_image: xcode10.1
43
xcode_project: OktaJWT.xcodeproj
54
xcode_scheme: OktaJWT
6-
xcode_destination: platform=iOS Simulator,name=iPhone 8,OS=latest
5+
xcode_destination: platform=iOS Simulator,OS=latest,name=iPhone 8

OktaJWT.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@
681681
CLANG_ENABLE_MODULES = YES;
682682
CODE_SIGN_STYLE = Automatic;
683683
INFOPLIST_FILE = "$(SRCROOT)/Tests/OktaJWTTestSuite/Info.plist";
684+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
684685
LD_RUNPATH_SEARCH_PATHS = (
685686
"$(inherited)",
686687
"@executable_path/Frameworks",
@@ -701,6 +702,7 @@
701702
CLANG_ENABLE_MODULES = YES;
702703
CODE_SIGN_STYLE = Automatic;
703704
INFOPLIST_FILE = "$(SRCROOT)/Tests/OktaJWTTestSuite/Info.plist";
705+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
704706
LD_RUNPATH_SEARCH_PATHS = (
705707
"$(inherited)",
706708
"@executable_path/Frameworks",
@@ -768,6 +770,7 @@
768770
DYLIB_INSTALL_NAME_BASE = "@rpath";
769771
INFOPLIST_FILE = "$(SRCROOT)/Framework/Info.plist";
770772
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
773+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
771774
LD_RUNPATH_SEARCH_PATHS = (
772775
"$(inherited)",
773776
"@executable_path/Frameworks",
@@ -796,6 +799,7 @@
796799
DYLIB_INSTALL_NAME_BASE = "@rpath";
797800
INFOPLIST_FILE = "$(SRCROOT)/Framework/Info.plist";
798801
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
802+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
799803
LD_RUNPATH_SEARCH_PATHS = (
800804
"$(inherited)",
801805
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)