diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d1b3d53..bcda941 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,7 @@ on: push: branches: - - master + - main pull_request: types: - opened @@ -17,6 +17,6 @@ jobs: - name: xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: "14.2.0" + xcode-version: "15.4.0" - name: package - run: xcodebuild test -scheme tkey-swift -destination "platform=iOS Simulator,OS=16.2,name=iPhone 14" COMPILER_INDEX_STORE_ENABLE=NO \ No newline at end of file + run: xcodebuild test -scheme tkey-swift -destination "platform=iOS Simulator,OS=17.2,name=iPhone 15" COMPILER_INDEX_STORE_ENABLE=NO \ No newline at end of file diff --git a/Package.swift b/Package.swift index 0e48c01..210b84c 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "tkey-swift", platforms: [ - .iOS(SupportedPlatform.IOSVersion.v13), .macOS(.v10_15) + .iOS(.v14), .macOS(.v10_15) ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. diff --git a/tkey-swift.podspec b/tkey-swift.podspec index 32010da..aeeefc0 100644 --- a/tkey-swift.podspec +++ b/tkey-swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "tkey-swift" - spec.version = "1.0.0" + spec.version = "2.0.0" spec.platform = :ios, "14.0" spec.summary = "SDK allows you to create threshold key setup natively" spec.homepage = "https://web3auth.io/"