[AltDaemon] Initial version

AltDaemon allows AltStore to install and refresh apps without a computer on jailbroken devices. AltDaemon has the necessary entitlements to perform the same actions AltServer normally does over WiFi, and uses the same AltServer request logic to handle local requests.
This commit is contained in:
Riley Testut
2020-06-04 19:48:02 -07:00
parent 70f897699c
commit cb4656722a
32 changed files with 1266 additions and 90 deletions

11
Podfile
View File

@@ -25,6 +25,17 @@ target 'AltServer' do
end
target 'AltDaemon' do
platform :ios, '12.0'
use_modular_headers!
# Pods for AltDaemon
pod 'AltSign', :path => 'Dependencies/AltSign'
pod 'Roxas', :path => 'Dependencies/Roxas'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|