Skip to content

Commit ebaca59

Browse files
committed
Bump version to 2.0
1 parent 75d1f99 commit ebaca59

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

Clippy macOS/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>LSUIElement</key>
6-
<true/>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>$(DEVELOPMENT_LANGUAGE)</string>
97
<key>CFBundleExecutable</key>
@@ -19,13 +17,15 @@
1917
<key>CFBundlePackageType</key>
2018
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2119
<key>CFBundleShortVersionString</key>
22-
<string>1.0</string>
20+
<string>$(MARKETING_VERSION)</string>
2321
<key>CFBundleVersion</key>
24-
<string>1</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
2523
<key>LSApplicationCategoryType</key>
2624
<string>public.app-category.entertainment</string>
2725
<key>LSMinimumSystemVersion</key>
2826
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
27+
<key>LSUIElement</key>
28+
<true/>
2929
<key>NSHumanReadableCopyright</key>
3030
<string>Copyright © 2019 Devran. All rights reserved.</string>
3131
<key>NSPrincipalClass</key>

Clippy.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@
520520
ASSETCATALOG_COMPILER_APPICON_NAME = macOSAppIcon;
521521
CODE_SIGN_STYLE = Automatic;
522522
COMBINE_HIDPI_IMAGES = YES;
523+
CURRENT_PROJECT_VERSION = 2;
523524
DEVELOPMENT_TEAM = Z3ZG8RPGHF;
524525
ENABLE_HARDENED_RUNTIME = YES;
525526
INFOPLIST_FILE = "Clippy macOS/Info.plist";
@@ -528,6 +529,7 @@
528529
"@executable_path/../Frameworks",
529530
);
530531
MACOSX_DEPLOYMENT_TARGET = 10.14;
532+
MARKETING_VERSION = 2.0;
531533
PRODUCT_BUNDLE_IDENTIFIER = com.devranuenal.Clippy;
532534
PRODUCT_NAME = Clippy;
533535
SDKROOT = macosx;
@@ -541,6 +543,7 @@
541543
ASSETCATALOG_COMPILER_APPICON_NAME = macOSAppIcon;
542544
CODE_SIGN_STYLE = Automatic;
543545
COMBINE_HIDPI_IMAGES = YES;
546+
CURRENT_PROJECT_VERSION = 2;
544547
DEVELOPMENT_TEAM = Z3ZG8RPGHF;
545548
ENABLE_HARDENED_RUNTIME = YES;
546549
INFOPLIST_FILE = "Clippy macOS/Info.plist";
@@ -549,6 +552,7 @@
549552
"@executable_path/../Frameworks",
550553
);
551554
MACOSX_DEPLOYMENT_TARGET = 10.14;
555+
MARKETING_VERSION = 2.0;
552556
PRODUCT_BUNDLE_IDENTIFIER = com.devranuenal.Clippy;
553557
PRODUCT_NAME = Clippy;
554558
SDKROOT = macosx;

0 commit comments

Comments
 (0)