Skip to content

Commit a067ac6

Browse files
committed
Version 0.3.1
1 parent 94e5892 commit a067ac6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cache.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@
510510
INFOPLIST_FILE = "$(SRCROOT)/Support/Info.plist";
511511
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
512512
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
513+
MARKETING_VERSION = 0.3.1;
513514
PRODUCT_BUNDLE_IDENTIFIER = com.samsoffes.cache;
514515
PRODUCT_NAME = Cache;
515516
SKIP_INSTALL = YES;
@@ -527,6 +528,7 @@
527528
INFOPLIST_FILE = "$(SRCROOT)/Support/Info.plist";
528529
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
529530
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
531+
MARKETING_VERSION = 0.3.1;
530532
PRODUCT_BUNDLE_IDENTIFIER = com.samsoffes.cache;
531533
PRODUCT_NAME = Cache;
532534
SKIP_INSTALL = YES;

Support/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.3.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)