File tree Expand file tree Collapse file tree 3 files changed +20
-10
lines changed
SDWebImageAVIFCoder.xcodeproj Expand file tree Collapse file tree 3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 3
3
target 'SDWebImageAVIFCoder_Example' do
4
4
platform :ios , '8.0'
5
5
pod 'SDWebImageAVIFCoder' , :path => '../'
6
- pod 'libavif' , :subspecs => [ 'libaom ' , 'libdav1d' ]
6
+ pod 'libavif' , :subspecs => [ 'librav1e ' , 'libdav1d' ]
7
7
8
8
target 'SDWebImageAVIFCoder_Tests' do
9
9
inherit! :search_paths
15
15
target 'SDWebImageAVIFCoder_Example macOS' do
16
16
platform :osx , '10.10'
17
17
pod 'SDWebImageAVIFCoder' , :path => '../'
18
- pod 'libavif' , :subspecs => [ 'libaom ' , 'libdav1d' ]
18
+ pod 'libavif' , :subspecs => [ 'librav1e ' , 'libdav1d' ]
19
19
end
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- libaom (1.0.1)
3
- - libavif (0.4.2):
4
- - libavif/libaom (= 0.4.2)
5
- - libavif/libaom (0.4.2):
3
+ - libavif (0.4.3):
4
+ - libavif/libaom (= 0.4.3)
5
+ - libavif/core (0.4.3)
6
+ - libavif/libaom (0.4.3):
6
7
- libaom (>= 1.0.1)
7
- - libavif/libdav1d (0.4.2):
8
- - libavif/libaom
8
+ - libavif/core
9
+ - libavif/libdav1d (0.4.3):
10
+ - libavif/core
9
11
- libdav1d (>= 0.4.0)
12
+ - libavif/librav1e (0.4.3):
13
+ - libavif/core
14
+ - librav1e (>= 0.1.0-beta)
10
15
- libdav1d (0.5.1)
16
+ - librav1e (0.1.0-beta)
11
17
- SDWebImage (5.2.5):
12
18
- SDWebImage/Core (= 5.2.5)
13
19
- SDWebImage/Core (5.2.5)
@@ -16,15 +22,16 @@ PODS:
16
22
- SDWebImage (~> 5.0)
17
23
18
24
DEPENDENCIES:
19
- - libavif/libaom
20
25
- libavif/libdav1d
26
+ - libavif/librav1e
21
27
- SDWebImageAVIFCoder (from `../`)
22
28
23
29
SPEC REPOS:
24
30
trunk:
25
31
- libaom
26
32
- libavif
27
33
- libdav1d
34
+ - librav1e
28
35
- SDWebImage
29
36
30
37
EXTERNAL SOURCES:
@@ -33,11 +40,12 @@ EXTERNAL SOURCES:
33
40
34
41
SPEC CHECKSUMS:
35
42
libaom: 1e48c68559b8d6191c1a9f266e0bee83b2dd21fd
36
- libavif: 9f38a091955a8d44c8e3409c03ea8d5f100ea7f5
43
+ libavif: a10ff14916a0631c3699c4256689b93f88779705
37
44
libdav1d: 790c78fc75357a771ea2bbaf49e79527c20932de
45
+ librav1e: 99acea4b2780778889f93126f837ad9e092d612f
38
46
SDWebImage: 4eabf2fa6695c95c47724214417a9c036c965e4a
39
47
SDWebImageAVIFCoder: 5bcdd0969215f8ae5f8d1bcd2c79b208d63e1966
40
48
41
- PODFILE CHECKSUM: 1daaa635bd369cbbf21bf2dd090f9adae3a762dc
49
+ PODFILE CHECKSUM: 7c431e103fbd5d8fae537ee4623f74a0c32c0518
42
50
43
51
COCOAPODS: 1.8.4
Original file line number Diff line number Diff line change 683
683
baseConfigurationReference = F85182AD5D4FF8570F90A7BC /* Pods-SDWebImageAVIFCoder_Example.debug.xcconfig */;
684
684
buildSettings = {
685
685
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
686
+ ENABLE_BITCODE = NO;
686
687
GCC_PRECOMPILE_PREFIX_HEADER = YES;
687
688
GCC_PREFIX_HEADER = "SDWebImageAVIFCoder/SDWebImageAVIFCoder-Prefix.pch";
688
689
INFOPLIST_FILE = "SDWebImageAVIFCoder/SDWebImageAVIFCoder-Info.plist";
698
699
baseConfigurationReference = 207C633217DCC3D0312C335C /* Pods-SDWebImageAVIFCoder_Example.release.xcconfig */;
699
700
buildSettings = {
700
701
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
702
+ ENABLE_BITCODE = NO;
701
703
GCC_PRECOMPILE_PREFIX_HEADER = YES;
702
704
GCC_PREFIX_HEADER = "SDWebImageAVIFCoder/SDWebImageAVIFCoder-Prefix.pch";
703
705
INFOPLIST_FILE = "SDWebImageAVIFCoder/SDWebImageAVIFCoder-Info.plist";
You can’t perform that action at this time.
0 commit comments