Skip to content

Commit

Permalink
v2.1.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcompton committed Aug 21, 2020
1 parent 663c8b7 commit dff16f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Vimari.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -533,13 +533,15 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = Y48UDGWSSQ;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Vimari/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = "2.1.0-beta2";
PRODUCT_BUNDLE_IDENTIFIER = net.televator.Vimari;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -556,13 +558,15 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = Y48UDGWSSQ;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Vimari/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = "2.1.0-beta2";
PRODUCT_BUNDLE_IDENTIFIER = net.televator.Vimari;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions Vimari/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.3</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>6</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit dff16f6

Please sign in to comment.