Skip to content

Commit

Permalink
readme update, version incrase
Browse files Browse the repository at this point in the history
  • Loading branch information
milgra committed Nov 28, 2018
1 parent 4a1761c commit 64ac134
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
4 changes: 2 additions & 2 deletions MacMediaKeyForwarder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = MacMediaKeyForwarder/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = com.milgra.hsmke;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -379,7 +379,7 @@
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = MacMediaKeyForwarder/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = com.milgra.hsmke;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
6 changes: 3 additions & 3 deletions MacMediaKeyForwarder/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<string>2.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
<key>NSAppleEventsUsageDescription</key>
<string></string>
<key>NSHumanReadableCopyright</key>
<string>2017. Milan Toth. No rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSAppleEventsUsageDescription</key>
<string></string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
Expand Down
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ Download the compiled application from my [homepage](http://milgra.com/high-sier

If you want even more control over what you want to control you should try [beardedspice](http://beardedspice.github.io).

**Installation**

Apple increased MacOS security with the latest version. Besides allowing MMKF to install in various popups you also have to add it as a trusted app in System Preferences -> Security & Privacy -> Privacy tab -> Accessibility menuitem on the left. You have to click on the lock at the lower left corner then click on the plus icon under app list table and select Mac Media Key Forwarder from Applications folder.

**Issues you should know about**

The app listens on the event tap for key events. This causes problems in some rare cases, like
Expand All @@ -36,8 +32,12 @@ You can do this with these steps:
1. Go to **System Preferences** > **Security & Privacy**
2. Open the **Privacy** tab, and look for **Accessibility** in the left list
3. Turn on the checkbox for **MacMediaKeyForwarder.app** in the right list
2. Look for **Automation** in the left list
3. Turn on the checkbox for **iTunes.app** and **Spotifiy.app** under **MacMediaKeyForwarder.app** in the right list
4. Run the app again

[img ]

---

Contributors :
Expand All @@ -49,11 +49,19 @@ Contributors :
* Björn Büschke ([@maciboy](http://github.com/maciboy))
* Sergei Solovev ([@e1ectron](http://github.com/e1ectron))
* Munkácsi Márk ([@munkacsimark](http://github.com/munkacsimark))
* Irvin Lim ([@irvinlim](https://github.com/irvinlim))

Thank you!!!

![Security Setting](https://github.com/milgra/macmediakeyforwarder/security_a.png)

![Security Setting](https://github.com/milgra/macmediakeyforwarder/security_b.png)

---

What's new in version 2.1 :
- app brings up permission popups if permission is not granted for Accessibility and Automation Target

What's new in version 2.0 :
- app renamed to Mac Media Key Forwarder
- Hungarian localization
Expand Down
Binary file added security_a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added security_b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64ac134

Please sign in to comment.