Skip to content

Commit

Permalink
Lower minimum version and add signature
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller committed Jul 17, 2023
1 parent 6844d27 commit acd1937
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 9 additions & 4 deletions MacMediaKeyForwarder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
TargetAttributes = {
336F74471E07E136009BCC1B = {
CreatedOnToolsVersion = 8.2;
DevelopmentTeam = 9K3SQ64X5H;
ProvisioningStyle = Manual;
SystemCapabilities = {
com.apple.Sandbox = {
Expand Down Expand Up @@ -386,13 +387,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=macosx*]" = 9K3SQ64X5H;
INFOPLIST_FILE = MacMediaKeyForwarder/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 12.3;
MARKETING_VERSION = 3.1.1;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 3.1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.milgra.hsmke;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -405,13 +408,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=macosx*]" = 9K3SQ64X5H;
INFOPLIST_FILE = MacMediaKeyForwarder/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 12.3;
MARKETING_VERSION = 3.1.1;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 3.1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.milgra.hsmke;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ Thank you!!!

---

*What's new in version 3.1.2 :*
- Lower minimum version to macOS 10.14
- App is now signed.

*What's new in version 3.1.1 :*
- Fix freeze at launch
- Update for macOS 12.3
Expand Down

0 comments on commit acd1937

Please sign in to comment.