mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 16:23:32 +01:00
[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:
11
Podfile
11
Podfile
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user