-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[CoreExtension] Remove NS_SWIFT_UNAVAILABLE
attribute that caused breaking change
#13942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
8a1a62e
938f0c5
1444c5e
7082e91
a1f59b5
75136bd
c85fe0a
78844ff
c591763
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'FirebaseCoreExtension' | ||
s.version = '11.4.0' | ||
s.version = '11.4.1' | ||
s.summary = 'Extended FirebaseCore APIs for Firebase product SDKs' | ||
|
||
s.description = <<-DESC | ||
|
@@ -34,5 +34,5 @@ Pod::Spec.new do |s| | |
"#{s.module_name}_Privacy" => 'FirebaseCore/Extension/Resources/PrivacyInfo.xcprivacy' | ||
} | ||
|
||
s.dependency 'FirebaseCore', '~> 11.0' | ||
s.dependency 'FirebaseCore', '>= 11.4.1', '< 12.0' | ||
|
||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FirebaseCoreInternal
added API in 11.4 that FirebaseCore depends on so FirebaseCore's dependency on FirebaseCoreInternal needs to be updated like this.