Skip to content

Commit

Permalink
Update version; add icons to install disk.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Foster committed Jun 25, 2020
1 parent ea544e8 commit d07a861
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Binary file modified Empty.dmg
Binary file not shown.
8 changes: 4 additions & 4 deletions GemStone.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -809,14 +809,14 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.4.6;
CURRENT_PROJECT_VERSION = 1.4.7;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 72G58AHU7P;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "GemStone/GemStone-Prefix.pch";
INFOPLIST_FILE = "GemStone/GemStone-Info.plist";
MARKETING_VERSION = 1.4.6;
MARKETING_VERSION = 1.4.7;
PRODUCT_BUNDLE_IDENTIFIER = com.GemTalk.GemStone;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand All @@ -834,13 +834,13 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.4.6;
CURRENT_PROJECT_VERSION = 1.4.7;
DEVELOPMENT_TEAM = 72G58AHU7P;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "GemStone/GemStone-Prefix.pch";
INFOPLIST_FILE = "GemStone/GemStone-Info.plist";
MARKETING_VERSION = 1.4.6;
MARKETING_VERSION = 1.4.7;
PRODUCT_BUNDLE_IDENTIFIER = com.GemTalk.GemStone;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down
6 changes: 3 additions & 3 deletions GemStone/GemStone-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.6</string>
<string>1.4.7</string>
<key>CFBundleVersion</key>
<string>146</string>
<string>147</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand All @@ -31,7 +31,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.6"
#define kShortVersionString "1.4.7"

typedef enum {
GS_HELPER_STATUS = 0,
Expand Down
4 changes: 2 additions & 2 deletions Helper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<key>CFBundleName</key>
<string>GemStone.Helper</string>
<key>CFBundleShortVersionString</key>
<string>1.4.6</string>
<string>1.4.7</string>
<key>CFBundleVersion</key>
<string>146</string>
<string>147</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>
Expand Down

0 comments on commit d07a861

Please sign in to comment.