Skip to content

Commit

Permalink
Update ziti-sdk-swift to 0.30.17 (#151)
Browse files Browse the repository at this point in the history
* get ziti-sdk-swift 0.30.17 (tsdk 0.22.11 / csdk 0.35.2)
* build on macos-13 / xcode 14.3.1
  • Loading branch information
scareything authored Oct 16, 2023
1 parent 84d192a commit 40c537e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
build:
runs-on: macos-latest
runs-on: macos-13
outputs:
bundle_version: ${{ steps.configure_versions.outputs.bundle_version }}
next_bundle_version: ${{ steps.configure_versions.outputs.next_bundle_version }}
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Store XCConfig
id: store_xcconfig
Expand Down
2 changes: 1 addition & 1 deletion ZitiPacketTunnel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/openziti/ziti-sdk-swift-dist.git",
"state" : {
"revision" : "739c1080036de43573529e337d6cc874a8aa0bf9",
"version" : "0.30.16"
"revision" : "27306b5b515ec7c570e2a824ee3e6e7ce0109897",
"version" : "0.30.17"
}
}
],
Expand Down

0 comments on commit 40c537e

Please sign in to comment.