[Podfile]: Use static linking for pods to bake into executable

This commit is contained in:
Magesh K
2024-12-16 21:38:01 +05:30
parent 460389f9c1
commit 7af8f5c817
2 changed files with 7 additions and 8 deletions

View File

@@ -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'

View File

@@ -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