From 7af8f5c817d68f267a399fae638d049a06718e4f Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:38:01 +0530 Subject: [PATCH] [Podfile]: Use static linking for pods to bake into executable --- Podfile | 7 ++++--- Podfile.lock | 8 +++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Podfile b/Podfile index 670f243c..916a8cab 100644 --- a/Podfile +++ b/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' diff --git a/Podfile.lock b/Podfile.lock index 74ce81ac..c4b7dd8f 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -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