Skip to content

Commit

Permalink
Release 22
Browse files Browse the repository at this point in the history
Bump version to r22, with improved proxy threading, which should
avoid several race conditions.
  • Loading branch information
cbreak-black committed Aug 2, 2019
1 parent 0b45b8c commit 56dfbbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ZetaAuthorizationHelper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleName</key>
<string>ZetaAuthorizationHelper</string>
<key>CFBundleVersion</key>
<string>21</string>
<string>22</string>
<key>SMAuthorizedClients</key>
<array>
<string>anchor apple generic and identifier "net.the-color-black.ZetaWatch" 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] = "8THUW5GT6P")</string>
Expand Down
4 changes: 2 additions & 2 deletions ZetaWatch/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>21</string>
<string>22</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>21</string>
<string>22</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSBackgroundOnly</key>
Expand Down

0 comments on commit 56dfbbb

Please sign in to comment.