Skip to content

Commit d47db2d

Browse files
committed
Update gitignore and Podspec
1 parent 513e4d4 commit d47db2d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# Xcode
55
build/
6+
.build/
67
*.pbxuser
78
!default.pbxuser
89
*.mode1v3

Diff for: SDWebImageLottiePlugin.podspec

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ SDWebImageLottiePlugin is a plugin for SDWebImage framework, which provide the L
2525
s.tvos.deployment_target = '11.0'
2626

2727
s.source_files = 'SDWebImageLottiePlugin/Classes/**/*'
28+
s.swift_version = '5'
2829

2930
s.pod_target_xcconfig = {
3031
'SUPPORTS_MACCATALYST' => 'YES',
31-
'DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER' => 'NO'
32+
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES',
33+
'DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER' => 'NO',
34+
'OTHER_SWIFT_FLAGS' => '$(inherited) -Xfrontend -disable-testable-attr-requires-testable-module'
3235
}
3336

3437
s.dependency 'SDWebImage', '~> 5.10'

0 commit comments

Comments
 (0)