Replaces AltSign cocoapod with Swift package

This commit is contained in:
Riley Testut
2020-09-03 16:02:28 -07:00
parent e75d184194
commit de925e7fea
251 changed files with 728 additions and 2421 deletions

View File

@@ -9,7 +9,6 @@ target 'AltStore' do
pod 'KeychainAccess', '~> 3.2.0'
pod 'Nuke', '~> 7.0'
pod 'AppCenter', '~> 3.1.0'
pod 'AltSign', :path => 'Dependencies/AltSign'
pod 'Roxas', :path => 'Dependencies/Roxas'
end
@@ -31,7 +30,6 @@ target 'AltDaemon' do
use_modular_headers!
# Pods for AltDaemon
pod 'AltSign', :path => 'Dependencies/AltSign'
pod 'Roxas', :path => 'Dependencies/Roxas'
end