Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Oct 30, 2021
2 parents 599ab87 + a2e7255 commit 93461ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/firebase-core/platforms/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '9.0'
platform :ios, '10.0'
#pod 'Firebase/CoreOnly'


Expand All @@ -8,4 +8,4 @@ post_install do |installer|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
end
end
end
end
1 change: 1 addition & 0 deletions packages/firebase-crashlytics/index.ios.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { firebase, FirebaseApp } from '@nativescript/firebase-core';
import { ICrashlytics } from './common';
import StackTrace from 'stacktrace-js';

let defaultCrashlytics: Crashlytics;
const fb = firebase();
Expand Down

0 comments on commit 93461ec

Please sign in to comment.