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 1
1
Cargo.lock
2
2
target
3
+ releases
3
4
4
5
xi-modal-input /Cargo.lock
5
6
xi-modal-input /target
Original file line number Diff line number Diff line change 634
634
CLANG_ENABLE_MODULES = YES;
635
635
CODE_SIGN_STYLE = Automatic;
636
636
COMBINE_HIDPI_IMAGES = YES;
637
+ CURRENT_PROJECT_VERSION = 4;
637
638
INFOPLIST_FILE = RustPlayground/Assets/Info.plist;
638
639
LD_RUNPATH_SEARCH_PATHS = (
639
640
"$(inherited)",
644
645
"${BUILT_PRODUCTS_DIR}",
645
646
);
646
647
MACOSX_DEPLOYMENT_TARGET = 10.13;
648
+ MARKETING_VERSION = 0.2.1;
647
649
PRODUCT_BUNDLE_IDENTIFIER = net.cmyr.RustPlayground;
648
650
PRODUCT_MODULE_NAME = RustPlayground;
649
651
PRODUCT_NAME = "Rust Playground";
661
663
CLANG_ENABLE_MODULES = YES;
662
664
CODE_SIGN_STYLE = Automatic;
663
665
COMBINE_HIDPI_IMAGES = YES;
666
+ CURRENT_PROJECT_VERSION = 4;
664
667
INFOPLIST_FILE = RustPlayground/Assets/Info.plist;
665
668
LD_RUNPATH_SEARCH_PATHS = (
666
669
"$(inherited)",
671
674
"${BUILT_PRODUCTS_DIR}",
672
675
);
673
676
MACOSX_DEPLOYMENT_TARGET = 10.13;
677
+ MARKETING_VERSION = 0.2.1;
674
678
PRODUCT_BUNDLE_IDENTIFIER = net.cmyr.RustPlayground;
675
679
PRODUCT_MODULE_NAME = RustPlayground;
676
680
PRODUCT_NAME = "Rust Playground";
Original file line number Diff line number Diff line change 19
19
<key >CFBundlePackageType </key >
20
20
<string >APPL </string >
21
21
<key >CFBundleShortVersionString </key >
22
- <string >0.2 </string >
22
+ <string >$(MARKETING_VERSION) </string >
23
23
<key >CFBundleVersion </key >
24
- <string >3 </string >
24
+ <string >$(CURRENT_PROJECT_VERSION) </string >
25
25
<key >LSApplicationCategoryType </key >
26
26
<string >public.app-category.developer-tools </string >
27
27
<key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments