Change AltStore naming to SideStore

This commit is contained in:
Jackson Coxson
2022-05-30 22:46:21 -06:00
parent 5ea83ccea1
commit 646000920f
340 changed files with 913 additions and 1084 deletions

View File

@@ -1,6 +1,6 @@
inhibit_all_warnings!
target 'AltStore' do
target 'SideStore' do
platform :ios, '12.0'
use_frameworks!
@@ -22,7 +22,7 @@ target 'AltServer' do
end
target 'AltStoreCore' do
target 'SideStoreCore' do
platform :ios, '12.0'
use_frameworks!
@@ -38,4 +38,4 @@ post_install do |installer|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.2'
end
end
end
end