File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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";
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;
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";
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;
You can’t perform that action at this time.
0 commit comments