From 54d731ad535c30eaf847f494d83d7594ee32c4a6 Mon Sep 17 00:00:00 2001 From: Rokas Ambrazevicius <2559446+rokas-ambrazevicius@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:46:50 +0200 Subject: [PATCH] Fix daemon info.plist version (#1560) --- nym-vpn-apple/Daemon/Info.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nym-vpn-apple/Daemon/Info.plist b/nym-vpn-apple/Daemon/Info.plist index d127ddc07f..6116c30c99 100644 --- a/nym-vpn-apple/Daemon/Info.plist +++ b/nym-vpn-apple/Daemon/Info.plist @@ -9,12 +9,12 @@ CFBundleName NymVPNHelper CFBundleShortVersionString - 1.0.0-rc.3 + 1.0.0 CFBundleVersion 12 SMAuthorizedClients - anchor apple generic and identifier "net.nymtech.vpn" 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] = VW5DZLFHM5) + anchor apple generic and identifier "net.nymtech.vpn" 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] = VW5DZLFHM5)