Skip to content

Commit

Permalink
Update to version 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
James Foster committed Mar 5, 2019
1 parent d6e216b commit 8b134f4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions GemStone.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CODE_SIGN_IDENTITY = "Mac Developer";
CURRENT_PROJECT_VERSION = 1.4.4;
CURRENT_PROJECT_VERSION = 1.4.5;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 72G58AHU7P;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Expand Down Expand Up @@ -675,7 +675,7 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CODE_SIGN_IDENTITY = "Developer ID Application";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.4.4;
CURRENT_PROJECT_VERSION = 1.4.5;
DEVELOPMENT_TEAM = 72G58AHU7P;
ENABLE_NS_ASSERTIONS = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Expand Down Expand Up @@ -805,7 +805,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.4.4;
CURRENT_PROJECT_VERSION = 1.4.5;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 72G58AHU7P;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -827,7 +827,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.4.4;
CURRENT_PROJECT_VERSION = 1.4.5;
DEVELOPMENT_TEAM = 72G58AHU7P;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "GemStone/GemStone-Prefix.pch";
Expand Down
6 changes: 3 additions & 3 deletions GemStone/GemStone-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>1.4.4</string>
<string>1.4.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>144</string>
<string>145</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand All @@ -35,7 +35,7 @@
<key>SMPrivilegedExecutables</key>
<dict>
<key>com.GemTalk.GemStone.Helper</key>
<string>anchor apple generic and identifier &quot;com.GemTalk.GemStone.Helper&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;72G58AHU7P&quot;)</string>
<string>anchor apple generic and identifier "com.GemTalk.GemStone.Helper" 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] = "72G58AHU7P")</string>
</dict>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Helper/HelperTool.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define kHelperToolPath "/Library/PrivilegedHelperTools/com.GemTalk.GemStone.Helper"
#define kHelperIdentifier "com.GemTalk.GemStone.Helper"

#define kShortVersionString "1.4.4"
#define kShortVersionString "1.4.5"

typedef enum {
GS_HELPER_STATUS = 0,
Expand Down
6 changes: 3 additions & 3 deletions Helper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<key>CFBundleName</key>
<string>GemStone.Helper</string>
<key>CFBundleShortVersionString</key>
<string>1.4.4</string>
<string>1.4.5</string>
<key>CFBundleVersion</key>
<string>144</string>
<string>145</string>
<key>SMAuthorizedClients</key>
<array>
<string>anchor apple generic and identifier &quot;com.GemTalk.GemStone&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;72G58AHU7P&quot;)</string>
<string>anchor apple generic and identifier "com.GemTalk.GemStone" 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] = "72G58AHU7P")</string>
</array>
</dict>
</plist>

0 comments on commit 8b134f4

Please sign in to comment.