Replaces AltStore(Core) Roxas pod with framework

Fixes compilation errors when archiving app.
This commit is contained in:
Riley Testut
2020-09-08 13:44:08 -07:00
parent fb9b1a5c7d
commit 8021ff8871
34 changed files with 864 additions and 1404 deletions

View File

@@ -8,7 +8,6 @@ target 'AltStore' do
# Pods for AltStore
pod 'Nuke', '~> 7.0'
pod 'AppCenter', '~> 3.1.0'
pod 'Roxas', :path => 'Dependencies/Roxas'
end
@@ -30,7 +29,6 @@ target 'AltStoreCore' do
# Pods for AltServer
pod 'KeychainAccess', '~> 3.2.0'
pod 'Roxas', :path => 'Dependencies/Roxas'
end