Skip to content

Commit

Permalink
ci(jenkins): use sdk 9.3.0.GA to build
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysingh-axway authored and sgtcoolguy committed Feb 17, 2021
1 parent 9b0e9a4 commit 26c9530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ library 'pipeline-library'
def isMaster = env.BRANCH_NAME.equals('master')

buildModule {
sdkVersion = '9.2.0.v20200911073932' // use a master build with ARM64 sim, and macOS support
sdkVersion = '9.3.0.GA' // use a master build with ARM64 sim, and macOS support
npmPublish = isMaster // By default it'll do github release on master anyways too
iosLabels = 'osx && xcode-12'
}
2 changes: 1 addition & 1 deletion ios/titanium.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
//
//
TITANIUM_SDK_VERSION = 9.2.0.GA
TITANIUM_SDK_VERSION = 9.3.0.GA

//
// THESE SHOULD BE OK GENERALLY AS-IS
Expand Down

0 comments on commit 26c9530

Please sign in to comment.