mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
12 lines
150 B
Ruby
12 lines
150 B
Ruby
inhibit_all_warnings!
|
|
|
|
target 'AltStore' do
|
|
platform :ios, '12.0'
|
|
|
|
use_frameworks!
|
|
|
|
# Pods for AltStore
|
|
pod 'KeychainAccess', '~> 3.2.0'
|
|
|
|
end
|