We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6212f99 + 7127a0d commit ff7327bCopy full SHA for ff7327b
Sources/CreateXCFramework/Command.swift
@@ -27,7 +27,7 @@ struct Command: ParsableCommand {
27
28
Supported platforms: \(TargetPlatform.allCases.map({ $0.rawValue }).joined(separator: ", "))
29
""",
30
- version: "1.4.0"
+ version: "2.2.0"
31
)
32
33
action.js
@@ -4,7 +4,7 @@ const path = require('path')
4
const artifact = require('././.action/artifact')
5
const fs = require('fs')
6
7
-const scxVersion = 'v2.1.0'
+const scxVersion = 'v2.2.0'
8
const outputPath = '.build/xcframework-zipfile.url'
9
10
core.setCommandEcho(true)
0 commit comments