From 27cbcc33ed1dbc26b437ccf9635f022f1a943508 Mon Sep 17 00:00:00 2001 From: Johan Rydenstam Date: Wed, 21 Feb 2024 14:58:38 +0100 Subject: [PATCH 1/2] 1.792 --- OpenConnectUI2.xcodeproj/project.pbxproj | 8 ++++---- OpenConnectUI2/Info-Debug.plist | 4 ++-- OpenConnectUI2/Info.plist | 4 ++-- OpenConnectUI2/Updater.swift | 2 +- ToolX/Info-Debug.plist | 4 ++-- ToolX/Info.plist | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/OpenConnectUI2.xcodeproj/project.pbxproj b/OpenConnectUI2.xcodeproj/project.pbxproj index 72a71b8..bebd7c1 100644 --- a/OpenConnectUI2.xcodeproj/project.pbxproj +++ b/OpenConnectUI2.xcodeproj/project.pbxproj @@ -372,7 +372,7 @@ CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO; CODE_SIGN_STYLE = Automatic; CREATE_INFOPLIST_SECTION_IN_BINARY = YES; - CURRENT_PROJECT_VERSION = 791; + CURRENT_PROJECT_VERSION = 792; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = 2TLM57CUQ3; ENABLE_HARDENED_RUNTIME = YES; @@ -406,7 +406,7 @@ CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO; CODE_SIGN_STYLE = Automatic; CREATE_INFOPLIST_SECTION_IN_BINARY = YES; - CURRENT_PROJECT_VERSION = 791; + CURRENT_PROJECT_VERSION = 792; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = 2TLM57CUQ3; ENABLE_HARDENED_RUNTIME = YES; @@ -560,7 +560,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 791; + CURRENT_PROJECT_VERSION = 792; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = 2TLM57CUQ3; ENABLE_HARDENED_RUNTIME = YES; @@ -594,7 +594,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 791; + CURRENT_PROJECT_VERSION = 792; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = 2TLM57CUQ3; ENABLE_HARDENED_RUNTIME = YES; diff --git a/OpenConnectUI2/Info-Debug.plist b/OpenConnectUI2/Info-Debug.plist index 6c8bd56..0201647 100644 --- a/OpenConnectUI2/Info-Debug.plist +++ b/OpenConnectUI2/Info-Debug.plist @@ -3,9 +3,9 @@ CFBundleShortVersionString - "1.791" + "1.792" CFBundleVersion - 791 + 792 LSUIElement SMPrivilegedExecutables diff --git a/OpenConnectUI2/Info.plist b/OpenConnectUI2/Info.plist index 74452fb..a447784 100644 --- a/OpenConnectUI2/Info.plist +++ b/OpenConnectUI2/Info.plist @@ -3,9 +3,9 @@ CFBundleShortVersionString - "1.791" + "1.792" CFBundleVersion - 791 + 792 LSUIElement SMPrivilegedExecutables diff --git a/OpenConnectUI2/Updater.swift b/OpenConnectUI2/Updater.swift index 818155e..6f02bcf 100644 --- a/OpenConnectUI2/Updater.swift +++ b/OpenConnectUI2/Updater.swift @@ -14,7 +14,7 @@ func newVersionAvailable(logs: Logs, _ block: @escaping (PublishedVersion) -> Vo guard let publishedURL = URL( string: - "https://gist.githubusercontent.com/rrva/4e9f3942fdfa8ab0f0e8986b93d862d9/raw/latest-version.txt?foo=\(getCurrentMillis())" + "https://raw.githubusercontent.com/rrva/openconnectui2/main/latest-auto-update.json?foo=\(getCurrentMillis())" ) else { return diff --git a/ToolX/Info-Debug.plist b/ToolX/Info-Debug.plist index b0e1e16..b803a52 100644 --- a/ToolX/Info-Debug.plist +++ b/ToolX/Info-Debug.plist @@ -7,9 +7,9 @@ CFBundleName ToolX CFBundleShortVersionString - "1.791" + "1.792" CFBundleVersion - 791 + 792 SMAuthorizedClients identifier "se.rrva.OpenConnectUI2" and anchor apple generic and certificate leaf[subject.CN] = "Apple Development: Ragnar Rova (U34QC433V8)" and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */ diff --git a/ToolX/Info.plist b/ToolX/Info.plist index e807b07..7364d18 100644 --- a/ToolX/Info.plist +++ b/ToolX/Info.plist @@ -7,9 +7,9 @@ CFBundleName ToolX CFBundleShortVersionString - "1.791" + "1.792" CFBundleVersion - 791 + 792 SMAuthorizedClients anchor apple generic and identifier "se.rrva.OpenConnectUI2" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = "3563RJWBQP") From e3b7d7a3aa67f9b1578d4c4867df531a81186c08 Mon Sep 17 00:00:00 2001 From: Johan Rydenstam Date: Wed, 21 Feb 2024 15:02:25 +0100 Subject: [PATCH 2/2] Update download path --- latest-auto-update.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latest-auto-update.json b/latest-auto-update.json index 79af03f..31a0c33 100644 --- a/latest-auto-update.json +++ b/latest-auto-update.json @@ -1,4 +1,4 @@ { - "latest": "783", - "link": "https://drive.usercontent.google.com/download?id=1iqq6wS3fLS-WGtYvIQGM4lyaBkcu9o5P&export=download" + "latest": "792", + "link": "https://github.com/rrva/openconnectui2/releases/download/1.792/OpenConnectUI2-1.792.zip" } \ No newline at end of file