Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Add Safari Technology Preview.app #1865

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 22 additions & 0 deletions Casks/safari-technology-preview.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
cask 'safari-technology-preview' do
version :latest
sha256 :no_check

url 'https://secure-appldnld.apple.com/STP/SafariTechnologyPreview.dmg'
name 'Safari Technology Preview'
homepage 'https://developer.apple.com/safari/technology-preview/'
license :unknown
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be :gratis.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically yes, in practice it no longer matters.


pkg 'Safari Technology Preview for OS X El Capitan.pkg'

uninstall delete: '/Applications/Safari Technology Preview.app'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure this is the only thing that is modified via the pkg?


zap delete: [
'~/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.apple.safaritechnologypreview.sfl',
'~/Cookies/com.apple.SafariTechnologyPreview.binarycookies',
'~/Library/Preferences/com.apple.SafariTechnologyPreview.plist',
'~/SyncedPreferences/com.apple.SafariTechnologyPreview-com.apple.Safari.UserRequests.plist',
'~/SyncedPreferences/com.apple.SafariTechnologyPreview-com.apple.Safari.WebFeedSubscriptions.plist',
'~/SyncedPreferences/com.apple.SafariTechnologyPreview.plist',
]
end