Skip to content

Commit e343d2a

Browse files
committed
soundtouch 去掉info选项
1 parent 367b8c0 commit e343d2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploypod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
export LIB_VERSION=$version
196196
perl -i -pe "s#.*s.source .*#\ts.source = { :git => 'https://github.com/tencentyun/iot-thirdparty-ios.git', :tag => \"$temptag\" }#g" TIoTLinkKit_SoundTouch.podspec
197197
198-
pod lib lint TIoTLinkKit_SoundTouch.podspec --verbose --allow-warnings
199-
pod trunk push TIoTLinkKit_SoundTouch.podspec --verbose --allow-warnings
198+
pod lib lint TIoTLinkKit_SoundTouch.podspec --verbose --allow-warnings --skip-import-validation
199+
pod trunk push TIoTLinkKit_SoundTouch.podspec --verbose --allow-warnings --skip-import-validation
200200
env:
201201
COCOAPODS_TRUNK_TOKEN: ${{ secrets.IOT_COCOAPODS_TRUNK_TOKEN }}

TIoTLinkKit_SoundTouch.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Pod::Spec.new do |s|
2323
# s.libraries = 'c++', 'sqlite3', 'z'
2424

2525
s.user_target_xcconfig = {
26-
'GENERATE_INFOPLIST_FILE' => 'YES',
26+
# 'GENERATE_INFOPLIST_FILE' => 'YES',
2727
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
2828
}
2929

3030
s.pod_target_xcconfig = {
31-
'GENERATE_INFOPLIST_FILE' => 'YES',
31+
# 'GENERATE_INFOPLIST_FILE' => 'YES',
3232
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
3333
}
3434
end

0 commit comments

Comments
 (0)