Skip to content

Commit 30f13a2

Browse files
committed
PR feedback
1 parent b32a0e3 commit 30f13a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++14',
2323
'CLANG_CXX_LIBRARY' => 'libc++',
2424
'SWIFT_INCLUDE_PATHS' => '${PODS_TARGET_SRCROOT}/Sources/Sentry/include',
25-
'OTHER_CFLAGS' => '$(inherited) -DAPPLICATION_EXTENSION_API_ONLY_$(APPLICATION_EXTENSION_API_ONLY)'
25+
'OTHER_CFLAGS' => '$(inherited)'
2626
}
2727
s.watchos.pod_target_xcconfig = {
2828
'OTHER_LDFLAGS' => '$(inherited) -framework WatchKit'

0 commit comments

Comments
 (0)