File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ Pod::Spec.new do |s|
4242 s . compiler_flags = '-DPRODUCT_NAME=Nimble/Nimble'
4343 s . pod_target_xcconfig = {
4444 'APPLICATION_EXTENSION_API_ONLY' => 'YES' ,
45+ 'DEFINES_MODULE' => 'YES' ,
4546 'ENABLE_BITCODE' => 'NO' ,
4647 'OTHER_LDFLAGS' => '$(inherited) -weak-lswiftXCTest -Xlinker -no_application_extension' ,
4748 'OTHER_SWIFT_FLAGS' => '$(inherited) -suppress-warnings' ,
Original file line number Diff line number Diff line change 173173echo " Pushing to pod trunk..."
174174
175175# NOTE: remove allow-warnings after v9.0.0 of Nimble
176- $POD trunk push " $PODSPEC " --allow-warnings
176+ $POD trunk push " $PODSPEC " --allow-warnings --skip-import-validation
177177
178178echo
179179echo " ================ Finalizing the Release ================"
You can’t perform that action at this time.
0 commit comments