Skip to content

Commit 006086d

Browse files
authored
Merge pull request #10 from abhayastudios/main
set iOS platform to 10 as needed for latest Firebase Pods
2 parents c54376a + 51513b2 commit 006086d

File tree

1 file changed

+2
-2
lines changed
  • packages/firebase-core/platforms/ios

1 file changed

+2
-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

0 commit comments

Comments
 (0)