mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[Podfile]: Use static linking for pods to bake into executable
This commit is contained in:
7
Podfile
7
Podfile
@@ -3,11 +3,12 @@ inhibit_all_warnings!
|
||||
target 'SideStore' do
|
||||
platform :ios, '14.0'
|
||||
|
||||
use_frameworks!
|
||||
use_frameworks! :linkage => :static
|
||||
|
||||
# Pods for AltStore
|
||||
pod 'Nuke', '~> 10.0'
|
||||
pod 'AppCenter', '~> 5.0'
|
||||
pod 'AppCenter/Analytics', '~> 5.0'
|
||||
pod 'AppCenter/Crashes', '~> 5.0'
|
||||
pod 'Starscream', '~> 4.0.0'
|
||||
|
||||
end
|
||||
@@ -15,7 +16,7 @@ end
|
||||
target 'AltStoreCore' do
|
||||
platform :ios, '14.0'
|
||||
|
||||
use_frameworks!
|
||||
use_frameworks! :linkage => :static
|
||||
|
||||
# Pods for AltStoreCore
|
||||
pod 'KeychainAccess', '~> 4.2.2'
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
PODS:
|
||||
- AppCenter (5.0.5):
|
||||
- AppCenter/Analytics (= 5.0.5)
|
||||
- AppCenter/Crashes (= 5.0.5)
|
||||
- AppCenter/Analytics (5.0.5):
|
||||
- AppCenter/Core
|
||||
- AppCenter/Core (5.0.5)
|
||||
@@ -12,7 +9,8 @@ PODS:
|
||||
- Starscream (4.0.8)
|
||||
|
||||
DEPENDENCIES:
|
||||
- AppCenter (~> 5.0)
|
||||
- AppCenter/Analytics (~> 5.0)
|
||||
- AppCenter/Crashes (~> 5.0)
|
||||
- KeychainAccess (~> 4.2.2)
|
||||
- Nuke (~> 10.0)
|
||||
- Starscream (~> 4.0.0)
|
||||
@@ -30,6 +28,6 @@ SPEC CHECKSUMS:
|
||||
Nuke: 279f17a599fd1c83cf51de5e0e1f2db143a287b0
|
||||
Starscream: 19b5533ddb925208db698f0ac508a100b884a1b9
|
||||
|
||||
PODFILE CHECKSUM: 550f7e9ecab6885272733fa3aa43c47a32e4e10f
|
||||
PODFILE CHECKSUM: f9c1f336d322c38e4782b131346715aabba44837
|
||||
|
||||
COCOAPODS: 1.16.2
|
||||
|
||||
Reference in New Issue
Block a user