Skip to content

Commit 9737e18

Browse files
committed
Fix Podfile
1 parent b9e83a7 commit 9737e18

3 files changed

Lines changed: 64 additions & 65 deletions

File tree

Samples/SampleiOSApp/Podfile

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,22 @@
1-
# Uncomment the next line to define a global platform for your project
2-
platform :ios, '16.4'
1+
platform :ios, '16.3'
32

4-
target 'APIClient' do
5-
# Comment the next line if you don't want to use dynamic frameworks
3+
target 'SampleiOSApp' do
64
use_frameworks!
75

8-
# Pods for APIClient
9-
10-
end
11-
12-
target 'MyEmbedFramework' do
13-
# Comment the next line if you don't want to use dynamic frameworks
14-
use_frameworks!
6+
# Pods for SampleiOSApp
157

8+
# NOTE:
9+
# CocoaPods will not deploy libraries unless pods are specified on the host target side.
10+
# CocoaPods deploys modules only by loading pods on the host target side.
11+
# You can choose whether or not to load the pod on the submodule side.
12+
# In other words, it is not possible to load pods only in submodules.
1613
pod 'SDWebImage'
1714

18-
target 'MyEmbedFrameworkTests' do
19-
# Pods for testing
15+
target 'FeatureA' do
16+
use_frameworks!
17+
pod 'SDWebImage'
2018
end
2119

22-
end
23-
24-
target 'SampleiOSApp' do
25-
# Comment the next line if you don't want to use dynamic frameworks
26-
use_frameworks!
27-
28-
# Pods for SampleiOSApp
29-
pod 'SDWebImage'
30-
3120
target 'SampleiOSAppTests' do
3221
inherit! :search_paths
3322
# Pods for testing

Samples/SampleiOSApp/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- SDWebImage (5.14.2):
3-
- SDWebImage/Core (= 5.14.2)
4-
- SDWebImage/Core (5.14.2)
2+
- SDWebImage (5.16.0):
3+
- SDWebImage/Core (= 5.16.0)
4+
- SDWebImage/Core (5.16.0)
55

66
DEPENDENCIES:
77
- SDWebImage
@@ -11,8 +11,8 @@ SPEC REPOS:
1111
- SDWebImage
1212

1313
SPEC CHECKSUMS:
14-
SDWebImage: b9a731e1d6307f44ca703b3976d18c24ca561e84
14+
SDWebImage: 2aea163b50bfcb569a2726b6a754c54a4506fcf6
1515

16-
PODFILE CHECKSUM: 1ea80f2fd4efc9b36f5cda02db11208e8872a104
16+
PODFILE CHECKSUM: cdfe93118c04dc6c960a0f90726e2ca02949928f
1717

1818
COCOAPODS: 1.12.1

0 commit comments

Comments
 (0)