From f0370db90e8d5c0e49271dc151dcac0088424a06 Mon Sep 17 00:00:00 2001 From: Rob Amos Date: Fri, 17 Jun 2022 15:05:41 +1000 Subject: [PATCH 1/2] Update action.js --- action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.js b/action.js index 1fa823d..7bd21e1 100644 --- a/action.js +++ b/action.js @@ -4,7 +4,7 @@ const path = require('path') const artifact = require('././.action/artifact') const fs = require('fs') -const scxVersion = 'v2.1.0' +const scxVersion = 'v2.2.0' const outputPath = '.build/xcframework-zipfile.url' core.setCommandEcho(true) From 7127a0da9757a5552c67f195b5bb53e2c549b03b Mon Sep 17 00:00:00 2001 From: Rob Amos Date: Fri, 17 Jun 2022 15:06:59 +1000 Subject: [PATCH 2/2] Update Command.swift --- Sources/CreateXCFramework/Command.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/CreateXCFramework/Command.swift b/Sources/CreateXCFramework/Command.swift index 82ba5fb..bdaf996 100644 --- a/Sources/CreateXCFramework/Command.swift +++ b/Sources/CreateXCFramework/Command.swift @@ -27,7 +27,7 @@ struct Command: ParsableCommand { Supported platforms: \(TargetPlatform.allCases.map({ $0.rawValue }).joined(separator: ", ")) """, - version: "1.4.0" + version: "2.2.0" )