Skip to content

Commit

Permalink
Bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmo committed Sep 9, 2019
1 parent 75d1f99 commit ebaca59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Clippy macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSUIElement</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
Expand All @@ -19,13 +17,15 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.entertainment</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Devran. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 4 additions & 0 deletions Clippy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = macOSAppIcon;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = Z3ZG8RPGHF;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "Clippy macOS/Info.plist";
Expand All @@ -528,6 +529,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.devranuenal.Clippy;
PRODUCT_NAME = Clippy;
SDKROOT = macosx;
Expand All @@ -541,6 +543,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = macOSAppIcon;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = Z3ZG8RPGHF;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "Clippy macOS/Info.plist";
Expand All @@ -549,6 +552,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.devranuenal.Clippy;
PRODUCT_NAME = Clippy;
SDKROOT = macosx;
Expand Down

0 comments on commit ebaca59

Please sign in to comment.