mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
delete unused podfiles
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
41
Podfile
41
Podfile
@@ -1,41 +0,0 @@
|
||||
inhibit_all_warnings!
|
||||
|
||||
target 'AltStore' do
|
||||
platform :ios, '12.0'
|
||||
|
||||
use_frameworks!
|
||||
|
||||
# Pods for AltStore
|
||||
pod 'Nuke', '~> 7.0'
|
||||
pod 'AppCenter', '~> 4.2.0'
|
||||
|
||||
end
|
||||
|
||||
target 'AltServer' do
|
||||
platform :macos, '10.14'
|
||||
|
||||
use_frameworks!
|
||||
|
||||
# Pods for AltServer
|
||||
pod 'STPrivilegedTask', :git => 'https://github.com/rileytestut/STPrivilegedTask.git'
|
||||
pod 'Sparkle'
|
||||
|
||||
end
|
||||
|
||||
target 'AltStoreCore' do
|
||||
platform :ios, '12.0'
|
||||
|
||||
use_frameworks!
|
||||
|
||||
# Pods for AltServer
|
||||
pod 'KeychainAccess', '~> 4.2.0'
|
||||
|
||||
end
|
||||
|
||||
post_install do |installer|
|
||||
installer.pods_project.targets.each do |target|
|
||||
target.build_configurations.each do |config|
|
||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.2'
|
||||
end
|
||||
end
|
||||
end
|
||||
47
Podfile.lock
47
Podfile.lock
@@ -1,47 +0,0 @@
|
||||
PODS:
|
||||
- AppCenter (4.2.0):
|
||||
- AppCenter/Analytics (= 4.2.0)
|
||||
- AppCenter/Crashes (= 4.2.0)
|
||||
- AppCenter/Analytics (4.2.0):
|
||||
- AppCenter/Core
|
||||
- AppCenter/Core (4.2.0)
|
||||
- AppCenter/Crashes (4.2.0):
|
||||
- AppCenter/Core
|
||||
- KeychainAccess (4.2.1)
|
||||
- Nuke (7.6.3)
|
||||
- Sparkle (1.24.0)
|
||||
- STPrivilegedTask (1.0.7)
|
||||
|
||||
DEPENDENCIES:
|
||||
- AppCenter (~> 4.2.0)
|
||||
- KeychainAccess (~> 4.2.0)
|
||||
- Nuke (~> 7.0)
|
||||
- Sparkle
|
||||
- STPrivilegedTask (from `https://github.com/rileytestut/STPrivilegedTask.git`)
|
||||
|
||||
SPEC REPOS:
|
||||
trunk:
|
||||
- AppCenter
|
||||
- KeychainAccess
|
||||
- Nuke
|
||||
- Sparkle
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
STPrivilegedTask:
|
||||
:git: https://github.com/rileytestut/STPrivilegedTask.git
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
STPrivilegedTask:
|
||||
:commit: 6ca513d0dcb2aefb0e5a95915b77bbbbd8a6d942
|
||||
:git: https://github.com/rileytestut/STPrivilegedTask.git
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
AppCenter: 87ef6eefd8ade4df59e88951288587429f3dd2a5
|
||||
KeychainAccess: 9b07f665298d13c3a85881bd3171f6f49b8151c1
|
||||
Nuke: 44130e95e09463f8773ae4b96b90de1eba6b3350
|
||||
Sparkle: 270cd27377bf04e9c128af06e3a22d0f572d6ee3
|
||||
STPrivilegedTask: 56c3397238a1ec07720fb877a044898373cd2c68
|
||||
|
||||
PODFILE CHECKSUM: ab4f64a189ce4136fef92ee4057edd44e3266b69
|
||||
|
||||
COCOAPODS: 1.10.1
|
||||
Reference in New Issue
Block a user