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.
1 parent b32a0e3 commit 30f13a2Copy full SHA for 30f13a2
Sentry.podspec
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++14',
23
'CLANG_CXX_LIBRARY' => 'libc++',
24
'SWIFT_INCLUDE_PATHS' => '${PODS_TARGET_SRCROOT}/Sources/Sentry/include',
25
- 'OTHER_CFLAGS' => '$(inherited) -DAPPLICATION_EXTENSION_API_ONLY_$(APPLICATION_EXTENSION_API_ONLY)'
+ 'OTHER_CFLAGS' => '$(inherited)'
26
}
27
s.watchos.pod_target_xcconfig = {
28
'OTHER_LDFLAGS' => '$(inherited) -framework WatchKit'
0 commit comments