Skip to content

Commit

Permalink
Not the same certs used in dev as in notarized release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rrva committed Mar 13, 2023
1 parent 920ad04 commit 37c389c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions OpenConnectUI2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Automatic;
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
CURRENT_PROJECT_VERSION = 765;
CURRENT_PROJECT_VERSION = 766;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 3563RJWBQP;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -410,7 +410,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Automatic;
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
CURRENT_PROJECT_VERSION = 765;
CURRENT_PROJECT_VERSION = 766;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 3563RJWBQP;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -562,7 +562,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 765;
CURRENT_PROJECT_VERSION = 766;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 3563RJWBQP;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -596,7 +596,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 765;
CURRENT_PROJECT_VERSION = 766;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 3563RJWBQP;
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.765"</string>
<string>"1.766"</string>
<key>CFBundleVersion</key>
<string>765</string>
<string>766</string>
<key>LSUIElement</key>
<true/>
<key>SMPrivilegedExecutables</key>
Expand Down
6 changes: 3 additions & 3 deletions OpenConnectUI2/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>"1.765"</string>
<string>"1.766"</string>
<key>CFBundleVersion</key>
<string>765</string>
<string>766</string>
<key>LSUIElement</key>
<true/>
<key>SMPrivilegedExecutables</key>
<dict>
<key>se.rrva.OpenConnectUI2.ToolX</key>
<string>identifier "se.rrva.OpenConnectUI2.ToolX" 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>
<string>anchor apple generic and identifier "se.rrva.OpenConnectUI2.ToolX" 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>
</dict>
<key>license</key>
<string>string Copyright © 2022 Ragnar Rova
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.765"</string>
<string>"1.766"</string>
<key>CFBundleVersion</key>
<string>765</string>
<string>766</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
6 changes: 3 additions & 3 deletions ToolX/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<key>CFBundleName</key>
<string>ToolX</string>
<key>CFBundleShortVersionString</key>
<string>"1.765"</string>
<string>"1.766"</string>
<key>CFBundleVersion</key>
<string>765</string>
<string>766</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>
<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>
</array>
</dict>
</plist>

0 comments on commit 37c389c

Please sign in to comment.