We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d831761 + d712f65 commit c7b5f12Copy full SHA for c7b5f12
2 files changed
Nimble.podspec
@@ -42,6 +42,7 @@ Pod::Spec.new do |s|
42
s.compiler_flags = '-DPRODUCT_NAME=Nimble/Nimble'
43
s.pod_target_xcconfig = {
44
'APPLICATION_EXTENSION_API_ONLY' => 'YES',
45
+ 'DEFINES_MODULE' => 'YES',
46
'ENABLE_BITCODE' => 'NO',
47
'OTHER_LDFLAGS' => '$(inherited) -weak-lswiftXCTest -Xlinker -no_application_extension',
48
'OTHER_SWIFT_FLAGS' => '$(inherited) -suppress-warnings',
script/release
@@ -173,7 +173,7 @@ echo
173
echo "Pushing to pod trunk..."
174
175
# NOTE: remove allow-warnings after v9.0.0 of Nimble
176
-$POD trunk push "$PODSPEC" --allow-warnings
+$POD trunk push "$PODSPEC" --allow-warnings --skip-import-validation
177
178
echo
179
echo "================ Finalizing the Release ================"
0 commit comments