From eac44bde9a3ec859c40f32e33bcb94d46f923a8c Mon Sep 17 00:00:00 2001 From: Shawn Carey Date: Wed, 21 Feb 2024 02:02:26 +0000 Subject: [PATCH] get ziti-sdk-swift 0.30.29 / tsdk 0.22.22 / csdk 0.36.5 (#170) * update xcode, gh actions * get swift sdk 30.29 / tsdk 0.22.22 --- .github/workflows/CI.yml | 6 +++--- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1435da4..a1d7665 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 @@ -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 diff --git a/ZitiPacketTunnel.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ZitiPacketTunnel.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 5873400..db373df 100644 --- a/ZitiPacketTunnel.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ZitiPacketTunnel.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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" } } ],