Skip to content

Commit

Permalink
Merge pull request #7 from rrva/feature/new-release
Browse files Browse the repository at this point in the history
Release 1.792
  • Loading branch information
johanrydenstam authored Feb 21, 2024
2 parents 90d8cde + e3b7d7a commit c27d33d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions OpenConnectUI2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions OpenConnectUI2/Info-Debug.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>"1.791"</string>
<string>"1.792"</string>
<key>CFBundleVersion</key>
<string>791</string>
<string>792</string>
<key>LSUIElement</key>
<true/>
<key>SMPrivilegedExecutables</key>
Expand Down
4 changes: 2 additions & 2 deletions OpenConnectUI2/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>"1.791"</string>
<string>"1.792"</string>
<key>CFBundleVersion</key>
<string>791</string>
<string>792</string>
<key>LSUIElement</key>
<true/>
<key>SMPrivilegedExecutables</key>
Expand Down
2 changes: 1 addition & 1 deletion OpenConnectUI2/Updater.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ToolX/Info-Debug.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<key>CFBundleName</key>
<string>ToolX</string>
<key>CFBundleShortVersionString</key>
<string>"1.791"</string>
<string>"1.792"</string>
<key>CFBundleVersion</key>
<string>791</string>
<string>792</string>
<key>SMAuthorizedClients</key>
<array>
<string>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 */</string>
Expand Down
4 changes: 2 additions & 2 deletions ToolX/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<key>CFBundleName</key>
<string>ToolX</string>
<key>CFBundleShortVersionString</key>
<string>"1.791"</string>
<string>"1.792"</string>
<key>CFBundleVersion</key>
<string>791</string>
<string>792</string>
<key>SMAuthorizedClients</key>
<array>
<string>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")</string>
Expand Down
4 changes: 2 additions & 2 deletions latest-auto-update.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit c27d33d

Please sign in to comment.