Skip to content

Commit

Permalink
Changed version to 2.0.0 Beta 10
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-nuebling committed May 29, 2021
1 parent cca9dfa commit 76c051e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions App/SupportFiles/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0 Beta 9</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>6164</string>
<string>6165</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>NSHumanReadableCopyright</key>
Expand Down
4 changes: 2 additions & 2 deletions Helper/SupportFiles/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.0 Beta 9</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>6164</string>
<string>6165</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSBackgroundOnly</key>
Expand Down
2 changes: 2 additions & 0 deletions Mouse Fix.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = "2.0.0 Beta 10";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.nuebling.mac-mouse-fix";
Expand Down Expand Up @@ -1688,6 +1689,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = "2.0.0 Beta 10";
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.nuebling.mac-mouse-fix";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 76c051e

Please sign in to comment.