Skip to content

Commit

Permalink
Update for XRG 2.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepj committed Feb 15, 2020
1 parent dbe3951 commit 5da476a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file modified Resources/InfoPlist.strings
Binary file not shown.
4 changes: 2 additions & 2 deletions XRG-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.8</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.8</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 4 additions & 0 deletions XRG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -564,13 +564,15 @@
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2.8.1;
DEVELOPMENT_TEAM = 28EXY66HMA;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Other Sources/XRG-Prefix.pch";
GCC_VERSION = "";
INFOPLIST_FILE = "XRG-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.7;
MARKETING_VERSION = 2.8.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.piatekjimenez.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
Expand All @@ -583,13 +585,15 @@
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2.8.1;
DEVELOPMENT_TEAM = 28EXY66HMA;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Other Sources/XRG-Prefix.pch";
GCC_VERSION = "";
INFOPLIST_FILE = "XRG-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.7;
MARKETING_VERSION = 2.8.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.piatekjimenez.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
Expand Down

0 comments on commit 5da476a

Please sign in to comment.