mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
closes #351 BREAKING CHANGE: The old preferences panel has been replaced with a brand new one Preferences are now much simpler, full of visual illustrations, and should provide a much better experience. Pick between 3 styles (thumbnails, app-icons, titles), sizes, dark/light themes, high visibility options, and more!
12 lines
522 B
Ruby
12 lines
522 B
Ruby
platform :osx, '10.12'
|
|
|
|
target 'alt-tab-macos' do
|
|
use_frameworks!
|
|
pod 'LetsMove', :git => 'https://github.com/lwouis/LetsMove.git', :commit => '7abf4daed1a25218f2b52f2dfd190aee5a50071c'
|
|
pod 'Sparkle', :podspec => 'https://raw.githubusercontent.com/lwouis/Sparkle/fix-iframe-popup-1.24/Sparkle.podspec'
|
|
pod 'ShortcutRecorder', :git => 'https://github.com/lwouis/ShortcutRecorder.git', :branch => 'alt-tab-current'
|
|
pod 'SwiftyMarkdown', '1.1.0'
|
|
pod 'AppCenter/Crashes', '4.3.0'
|
|
pod 'SwiftyBeaver', '1.9.0'
|
|
end
|