Skip to content

Commit 945d9d1

Browse files
authored
Crashlytics build fix (#6910)
1 parent 57123ae commit 945d9d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Crashlytics/Shared/FIRCLSConstants.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
#import "Crashlytics/Shared/FIRCLSConstants.h"
16-
#import "FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h"
16+
#import "FirebaseCore/Sources/Private/FirebaseCoreInternal.h"
1717

1818
#define STR_HELPER(x) #x
1919
#define STR(x) STR_HELPER(x)

FirebaseCrashlytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Pod::Spec.new do |s|
9898

9999
s.test_spec 'unit' do |unit_tests|
100100
# Unit tests can't run on watchOS.
101-
unit_tests.platforms = {:ios => '8.0', :osx => '10.11', :tvos => '10.0'}
101+
unit_tests.platforms = {:ios => '10.0', :osx => '10.12', :tvos => '10.0'}
102102
unit_tests.source_files = 'Crashlytics/UnitTests/*.[mh]',
103103
'Crashlytics/UnitTests/*/*.[mh]'
104104
unit_tests.resources = 'Crashlytics/UnitTests/Data/*',

0 commit comments

Comments
 (0)