Skip to content

Commit

Permalink
Remove bridging header from podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jan 7, 2025
1 parent 79914ad commit 333303e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions FirebaseRemoteConfig.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ app update.
swift_api.resources = 'FirebaseRemoteConfig/Tests/Swift/Defaults-testInfo.plist'
swift_api.requires_app_host = true
swift_api.pod_target_xcconfig = {
'SWIFT_OBJC_BRIDGING_HEADER' => '$(PODS_TARGET_SRCROOT)/FirebaseRemoteConfig/Tests/Swift/ObjC/Bridging-Header.h',
'OTHER_SWIFT_FLAGS' => "$(inherited) #{ENV.key?('USE_REAL_CONSOLE') ? '-D USE_REAL_CONSOLE' : ''}",
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"'
}
Expand All @@ -136,7 +135,6 @@ app update.
fake_console.resources = 'FirebaseRemoteConfig/Tests/Swift/Defaults-testInfo.plist'
fake_console.requires_app_host = true
fake_console.pod_target_xcconfig = {
'SWIFT_OBJC_BRIDGING_HEADER' => '$(PODS_TARGET_SRCROOT)/FirebaseRemoteConfig/Tests/Swift/ObjC/Bridging-Header.h',
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"'
}
fake_console.dependency 'OCMock'
Expand Down

0 comments on commit 333303e

Please sign in to comment.