File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11Cargo.lock
22target
3+ releases
34
45xi-modal-input /Cargo.lock
56xi-modal-input /target
Original file line number Diff line number Diff line change 634634 CLANG_ENABLE_MODULES = YES;
635635 CODE_SIGN_STYLE = Automatic;
636636 COMBINE_HIDPI_IMAGES = YES;
637+ CURRENT_PROJECT_VERSION = 4;
637638 INFOPLIST_FILE = RustPlayground/Assets/Info.plist;
638639 LD_RUNPATH_SEARCH_PATHS = (
639640 "$(inherited)",
644645 "${BUILT_PRODUCTS_DIR}",
645646 );
646647 MACOSX_DEPLOYMENT_TARGET = 10.13;
648+ MARKETING_VERSION = 0.2.1;
647649 PRODUCT_BUNDLE_IDENTIFIER = net.cmyr.RustPlayground;
648650 PRODUCT_MODULE_NAME = RustPlayground;
649651 PRODUCT_NAME = "Rust Playground";
661663 CLANG_ENABLE_MODULES = YES;
662664 CODE_SIGN_STYLE = Automatic;
663665 COMBINE_HIDPI_IMAGES = YES;
666+ CURRENT_PROJECT_VERSION = 4;
664667 INFOPLIST_FILE = RustPlayground/Assets/Info.plist;
665668 LD_RUNPATH_SEARCH_PATHS = (
666669 "$(inherited)",
671674 "${BUILT_PRODUCTS_DIR}",
672675 );
673676 MACOSX_DEPLOYMENT_TARGET = 10.13;
677+ MARKETING_VERSION = 0.2.1;
674678 PRODUCT_BUNDLE_IDENTIFIER = net.cmyr.RustPlayground;
675679 PRODUCT_MODULE_NAME = RustPlayground;
676680 PRODUCT_NAME = "Rust Playground";
Original file line number Diff line number Diff line change 1919 <key >CFBundlePackageType </key >
2020 <string >APPL </string >
2121 <key >CFBundleShortVersionString </key >
22- <string >0.2 </string >
22+ <string >$(MARKETING_VERSION) </string >
2323 <key >CFBundleVersion </key >
24- <string >3 </string >
24+ <string >$(CURRENT_PROJECT_VERSION) </string >
2525 <key >LSApplicationCategoryType </key >
2626 <string >public.app-category.developer-tools </string >
2727 <key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments