Skip to content

Commit

Permalink
1.4 (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeywhaar committed Jun 20, 2022
1 parent cc3e1a1 commit 480aac6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.4

- Fixed typo
- Use LaunchAtLogin package to launch at login

# 1.3

- Fixed permission check
Expand All @@ -12,4 +17,4 @@

# 1.0

- Initial version
- Initial version
8 changes: 4 additions & 4 deletions MiddleMe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_ASSET_PATHS = "\"MiddleMe/Preview Content\"";
DEVELOPMENT_TEAM = B427SV8LA5;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -642,7 +642,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.3;
MARKETING_VERSION = 1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.vyrtsev.mac.MiddleMe.debug;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -661,7 +661,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_ASSET_PATHS = "\"MiddleMe/Preview Content\"";
DEVELOPMENT_TEAM = B427SV8LA5;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -674,7 +674,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.3;
MARKETING_VERSION = 1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.vyrtsev.mac.MiddleMe;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 480aac6

Please sign in to comment.