Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions FirebaseAppDistribution.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ iOS SDK for App Distribution for Firebase.
'FirebaseAppDistribution/Tests/Unit*/*.[mh]',
'FirebaseAppDistribution/Tests/Unit/Swift*/*.swift',
]
unit_tests.requires_app_host = true
unit_tests.resources = 'FirebaseAppDistribution/Tests/Unit/Resources/*'
unit_tests.dependency 'OCMock'
end
Expand Down
1 change: 1 addition & 0 deletions FirebaseCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
swift_unit_tests.pod_target_xcconfig = {
'SWIFT_OBJC_BRIDGING_HEADER' => '$(PODS_TARGET_SRCROOT)/FirebaseCore/Tests/SwiftUnit/FirebaseCore-unit-Bridging-Header.h'
}
swift_unit_tests.requires_app_host = true
swift_unit_tests.dependency 'OCMock'
swift_unit_tests.resources = 'FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist'
end
Expand Down
1 change: 1 addition & 0 deletions FirebaseCrashlytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@ Pod::Spec.new do |s|
unit_tests.resources = 'Crashlytics/UnitTests/Data/*',
'Crashlytics/UnitTests/*.clsrecord',
'Crashlytics/UnitTests/FIRCLSMachO/machO_data/*'
unit_tests.requires_app_host = true
end
end
2 changes: 2 additions & 0 deletions FirebaseFunctions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Cloud Functions for Firebase.
objc_tests.source_files = [
'FirebaseFunctions/Tests/ObjCIntegration/ObjC*'
]
objc_tests.requires_app_host = true
end

s.test_spec 'integration' do |int_tests|
Expand All @@ -63,5 +64,6 @@ Cloud Functions for Firebase.
:tvos => tvos_deployment_target
}
int_tests.source_files = 'FirebaseFunctions/Tests/Integration/*.swift'
int_tests.requires_app_host = true
end
end
1 change: 1 addition & 0 deletions FirebaseStorage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Firebase Storage provides robust, secure file uploads and downloads from Firebas
:tvos => tvos_deployment_target
}
unit_tests.source_files = 'FirebaseStorage/Tests/Unit/StorageAPITests.swift'
unit_tests.requires_app_host = true
end

s.test_spec 'integration' do |int_tests|
Expand Down