File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }
3434end
You can’t perform that action at this time.
0 commit comments