Skip to content

Commit

Permalink
Fix daemon info.plist version (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokas-ambrazevicius authored Nov 14, 2024
1 parent cf554ae commit 54d731a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nym-vpn-apple/Daemon/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<key>CFBundleName</key>
<string>NymVPNHelper</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0-rc.3</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>12</string>
<key>SMAuthorizedClients</key>
<array>
<string>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)</string>
<string>anchor apple generic and identifier &quot;net.nymtech.vpn&quot; 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)</string>
</array>
</dict>
</plist>

0 comments on commit 54d731a

Please sign in to comment.