From 0feae8402e6a9db36baec88994387481bfdf266d Mon Sep 17 00:00:00 2001 From: Joseph Mattello Date: Tue, 7 Jun 2022 05:05:01 -0400 Subject: [PATCH] delete unused podfiles Signed-off-by: Joseph Mattello --- Podfile | 41 ----------------------------------------- Podfile.lock | 47 ----------------------------------------------- 2 files changed, 88 deletions(-) delete mode 100644 Podfile delete mode 100644 Podfile.lock diff --git a/Podfile b/Podfile deleted file mode 100644 index 5f5f4683..00000000 --- a/Podfile +++ /dev/null @@ -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 \ No newline at end of file diff --git a/Podfile.lock b/Podfile.lock deleted file mode 100644 index 0caa3d4c..00000000 --- a/Podfile.lock +++ /dev/null @@ -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