Skip to content

Commit

Permalink
1.9 (10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeywhaar committed Oct 26, 2024
1 parent 42e32db commit 80b2cb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.9

- Merged pull request that fixes point coordinates on external screen

# 1.8

- Removed redundant code
Expand Down
8 changes: 4 additions & 4 deletions MiddleMe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_ASSET_PATHS = "\"MiddleMe/Preview Content\"";
DEVELOPMENT_TEAM = B427SV8LA5;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -607,7 +607,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13;
MARKETING_VERSION = 1.8;
MARKETING_VERSION = 1.9;
PRODUCT_BUNDLE_IDENTIFIER = com.vyrtsev.mac.MiddleMe.debug;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -630,7 +630,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 9;
CURRENT_PROJECT_VERSION = 10;
DEVELOPMENT_ASSET_PATHS = "\"MiddleMe/Preview Content\"";
DEVELOPMENT_TEAM = B427SV8LA5;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -645,7 +645,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13;
MARKETING_VERSION = 1.8;
MARKETING_VERSION = 1.9;
PRODUCT_BUNDLE_IDENTIFIER = com.vyrtsev.mac.MiddleMe;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 80b2cb6

Please sign in to comment.