File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 510
510
INFOPLIST_FILE = "$(SRCROOT)/Support/Info.plist";
511
511
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
512
512
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
513
+ MARKETING_VERSION = 0.3.1;
513
514
PRODUCT_BUNDLE_IDENTIFIER = com.samsoffes.cache;
514
515
PRODUCT_NAME = Cache;
515
516
SKIP_INSTALL = YES;
527
528
INFOPLIST_FILE = "$(SRCROOT)/Support/Info.plist";
528
529
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
529
530
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
531
+ MARKETING_VERSION = 0.3.1;
530
532
PRODUCT_BUNDLE_IDENTIFIER = com.samsoffes.cache;
531
533
PRODUCT_NAME = Cache;
532
534
SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.3.0 </string >
18
+ <string >$(MARKETING_VERSION) </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments