Skip to content

Commit

Permalink
get ziti-sdk-swift 0.30.29 / tsdk 0.22.22 / csdk 0.36.5 (#170)
Browse files Browse the repository at this point in the history
* update xcode, gh actions
* get swift sdk 30.29 / tsdk 0.22.22
  • Loading branch information
scareything authored Feb 21, 2024
1 parent d977c71 commit eac44bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- { scheme: 'ZitiPacketTunnel', config: 'Release', sdk: 'macosx', destination: 'generic/platform=macOS' }
- { scheme: 'ZitiMobilePacketTunnel', config: 'Release', sdk: 'iphoneos', destination: 'generic/platform=iOS' }
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
xcode-version: '15.2'

- name: Store XCConfig
id: store_xcconfig
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

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" : "6e6566f8c80e1afbabea7935e19046c18f03196e",
"version" : "0.30.28"
"revision" : "06a73f37c34eacd80a5f77b1e8b20898b91cd070",
"version" : "0.30.29"
}
}
],
Expand Down

0 comments on commit eac44bd

Please sign in to comment.