Skip to content

Commit

Permalink
Set version to v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Mar 21, 2021
1 parent 55f320a commit b5e2916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Vitals.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.hmarr.Vitals;
PRODUCT_NAME = "$(TARGET_NAME)";
"SWIFT_INCLUDE_PATHS[arch=*]" = "${SRCROOT}/**";
Expand All @@ -491,6 +492,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.hmarr.Vitals;
PRODUCT_NAME = "$(TARGET_NAME)";
"SWIFT_INCLUDE_PATHS[arch=*]" = "${SRCROOT}/**";
Expand Down
2 changes: 1 addition & 1 deletion Vitals/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit b5e2916

Please sign in to comment.