Skip to content

Commit

Permalink
Bump to 1.656
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragnar Rova committed Mar 20, 2022
1 parent 55a5e44 commit bf1f118
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions OpenConnectUI2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Automatic;
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
CURRENT_PROJECT_VERSION = 655;
CURRENT_PROJECT_VERSION = 656;
DEVELOPMENT_TEAM = 3563RJWBQP;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "ToolX/Info-Debug.plist";
Expand Down Expand Up @@ -433,7 +433,7 @@
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
CODE_SIGN_STYLE = Automatic;
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
CURRENT_PROJECT_VERSION = 655;
CURRENT_PROJECT_VERSION = 656;
DEVELOPMENT_TEAM = 3563RJWBQP;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = ToolX/Info.plist;
Expand Down Expand Up @@ -582,7 +582,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 655;
CURRENT_PROJECT_VERSION = 656;
DEVELOPMENT_TEAM = 3563RJWBQP;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -615,7 +615,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 655;
CURRENT_PROJECT_VERSION = 656;
DEVELOPMENT_TEAM = 3563RJWBQP;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = 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.655"</string>
<string>"1.656"</string>
<key>CFBundleVersion</key>
<string>655</string>
<string>656</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.655"</string>
<string>"1.656"</string>
<key>CFBundleVersion</key>
<string>655</string>
<string>656</string>
<key>LSUIElement</key>
<true/>
<key>SMPrivilegedExecutables</key>
Expand Down
4 changes: 2 additions & 2 deletions ToolX/Info-Debug.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<string>identifier &quot;se.rrva.OpenConnectUI2&quot; and anchor apple generic and certificate leaf[subject.CN] = &quot;Apple Development: ragnar.rova@gmail.com (U34QC433V8)&quot; and certificate 1[field.1.2.840.113635.100.6.2.1] /* exists */</string>
</array>
<key>CFBundleVersion</key>
<string>655</string>
<string>656</string>
<key>CFBundleShortVersionString</key>
<string>"1.655"</string>
<string>"1.656"</string>
</dict>
</plist>
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.655"</string>
<string>"1.656"</string>
<key>CFBundleVersion</key>
<string>655</string>
<string>656</string>
<key>SMAuthorizedClients</key>
<array>
<string>anchor apple generic and identifier &quot;se.rrva.OpenConnectUI2&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] = &quot;3563RJWBQP&quot;)</string>
Expand Down

0 comments on commit bf1f118

Please sign in to comment.