Skip to content

Commit 7c372d8

Browse files
committed
Remove bridging header from podspec
1 parent 05d84bd commit 7c372d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

FirebaseRemoteConfig.podspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ app update.
113113
swift_api.resources = 'FirebaseRemoteConfig/Tests/Swift/Defaults-testInfo.plist'
114114
swift_api.requires_app_host = true
115115
swift_api.pod_target_xcconfig = {
116-
'SWIFT_OBJC_BRIDGING_HEADER' => '$(PODS_TARGET_SRCROOT)/FirebaseRemoteConfig/Tests/Swift/ObjC/Bridging-Header.h',
117116
'OTHER_SWIFT_FLAGS' => "$(inherited) #{ENV.key?('USE_REAL_CONSOLE') ? '-D USE_REAL_CONSOLE' : ''}",
118117
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"'
119118
}
@@ -136,7 +135,6 @@ app update.
136135
fake_console.resources = 'FirebaseRemoteConfig/Tests/Swift/Defaults-testInfo.plist'
137136
fake_console.requires_app_host = true
138137
fake_console.pod_target_xcconfig = {
139-
'SWIFT_OBJC_BRIDGING_HEADER' => '$(PODS_TARGET_SRCROOT)/FirebaseRemoteConfig/Tests/Swift/ObjC/Bridging-Header.h',
140138
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"'
141139
}
142140
fake_console.dependency 'OCMock'

0 commit comments

Comments
 (0)