Skip to content

Commit

Permalink
Disable mas since broken in OSX Mojave
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Oct 2, 2018
1 parent 7a04d96 commit 2a930ab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion roles/common/templates/osx/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ cask "suspicious-package"
##
# Mac App Store
##
mas "Wunderlist", id: 410628904
#mas "Wunderlist", id: 410628904
12 changes: 6 additions & 6 deletions roles/dev/tasks/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
# iOS
#

- name: "[ios] Add iOS Simulator to Applications folder"
file:
path: /Applications/Simulator.app
src: /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app
state: link
become: true
#- name: "[ios] Add iOS Simulator to Applications folder"
# file:
# path: /Applications/Simulator.app
# src: /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app
# state: link
# become: true
2 changes: 1 addition & 1 deletion roles/dev/templates/osx/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ cask "quicklook-json"
##
# Mac App Store
##
mas "Xcode", id: 497799835
#mas "Xcode", id: 497799835
2 changes: 1 addition & 1 deletion roles/multimedia/templates/osx/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ cask "whatsapp"
##
# Mac App Store
##
mas "iMovie", id: 408981434
#mas "iMovie", id: 408981434

0 comments on commit 2a930ab

Please sign in to comment.