Skip to content

Commit 93461ec

Browse files
committed
2 parents 599ab87 + a2e7255 commit 93461ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '9.0'
1+
platform :ios, '10.0'
22
#pod 'Firebase/CoreOnly'
33

44

@@ -8,4 +8,4 @@ post_install do |installer|
88
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
99
end
1010
end
11-
end
11+
end

packages/firebase-crashlytics/index.ios.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { firebase, FirebaseApp } from '@nativescript/firebase-core';
22
import { ICrashlytics } from './common';
3+
import StackTrace from 'stacktrace-js';
34

45
let defaultCrashlytics: Crashlytics;
56
const fb = firebase();

0 commit comments

Comments
 (0)