Skip to content

Commit

Permalink
v.1.1.0 beta 1
Browse files Browse the repository at this point in the history
* Fixed a bug that prevented Handoff to be enabled in the System
Preferences, even after a successful patch
([#21](#21
),
[#22](#22)
,
[#31](#31)
)
* Added a backup step for freshly patched drivers, potentially useful
if a future OS X update disables the patching methods
([#16](#16
))
* Added a prompt in case existing backups are found, asking whether to
overwrite the files or skip. Previous behaviour was to silently
overwrite.
* Removed the 13" MacBook Pro 2010 from the compatibility list
([#28](#28
), pull
[#29](#29))
* Minor optimisations
  • Loading branch information
dokterdok committed Nov 9, 2014
1 parent 4922542 commit b49e86d
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 133 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
appDir=$(dirname "$0")'/launcher.sh'
#with administrator privileges
#Opens Terminal and brings the focus on its window
osascript -e 'do shell script "open -a Terminal \"'"$appDir"'\""
tell application "Terminal"
set index of window 2 to 1
Expand Down
Loading

0 comments on commit b49e86d

Please sign in to comment.