mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
Simpholders is a small utility for fast access to your iPhone Simulator apps. Opens folder in Finder, resets library and documents, and deletes the selected app. Signed-off-by: Fernando Paredes <nano@fdp.io> Closes #1332
7 lines
234 B
Ruby
7 lines
234 B
Ruby
class Simpholders < Cask
|
|
url 'http://simpholders.com/site/assets/files/1016/simpholders-1_2_0.dmg'
|
|
homepage 'http://simpholders.com'
|
|
version '1.2.0'
|
|
sha1 '07a573f89133195e2adcd150259c552aa869e544'
|
|
link 'Simpholders.app'
|
|
end
|