Files
SideStore/Podfile
2019-11-18 15:42:10 -08:00

23 lines
311 B
Ruby

inhibit_all_warnings!
target 'AltStore' do
platform :ios, '12.0'
use_frameworks!
# Pods for AltStore
pod 'KeychainAccess', '~> 3.2.0'
pod 'Nuke', '~> 7.0'
end
target 'AltServer' do
platform :macos, '10.14'
use_frameworks!
# Pods for AltServer
pod 'STPrivilegedTask'
pod 'Sparkle'
end