Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ body:
- Functions
- In-App Messaging
- Installations
- ML Model Downloader
- Messaging
- Performance
- Remote Config
Expand Down
79 changes: 0 additions & 79 deletions .github/workflows/sdk.mlmodeldownloader.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ FirebaseMessaging/Apps/SampleStandaloneWatchApp/SampleStandaloneWatchAppWatchApp
FirebaseStorage/Tests/ObjCIntegration/Credentials.h
FirebaseStorage/Tests/Integration/Credentials.swift

# FirebaseMLModelDownloader integration tests GoogleService-Info.plist
FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist
FirebaseMLModelDownloader/Apps/Sample/**/GoogleService-Info.plist

# FirebasePerformance dev test App and integration tests GoogleService-Info.plist
FirebasePerformance/**/GoogleService-Info.plist

Expand Down
1 change: 0 additions & 1 deletion Carthage.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseFirestoreBinary.j
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseFunctionsBinary.json"
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseGoogleSignInBinary.json"
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseInAppMessagingBinary.json"
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseMLModelDownloaderBinary.json"
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseMessagingBinary.json"
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebasePerformanceBinary.json"
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseRemoteConfigBinary.json"
Expand Down
1 change: 0 additions & 1 deletion CoreOnly/NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ FirebaseCoreInternal
FirebaseFunctions
FirebaseInAppMessaging
FirebaseInstallations
FirebaseMLModelDownloader
FirebaseMessaging
FirebaseMessagingInterop
FirebasePerformance
Expand Down
10 changes: 0 additions & 10 deletions Firebase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,6 @@ Simplify your app development, grow your user base, and monetize more effectivel
ss.watchos.deployment_target = '7.0'
end

s.subspec 'MLModelDownloader' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.dependency 'FirebaseMLModelDownloader', '~> 12.18.0-beta'
# Standard platforms PLUS watchOS.
ss.ios.deployment_target = '15.0'
ss.osx.deployment_target = '10.15'
ss.tvos.deployment_target = '15.0'
ss.watchos.deployment_target = '7.0'
end

s.subspec 'Performance' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.ios.dependency 'FirebasePerformance', '~> 12.18.0'
Expand Down
4 changes: 4 additions & 0 deletions FirebaseCore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Unreleased
- [removed] **Breaking change**: FirebaseMLModelDownloader has been removed. See
https://firebase.google.com/docs/ml for more info.

# Firebase 12.17.0
- [changed] Removed the (never activated) `recaptchaSiteKey` property from `FirebaseOptions`.
This feature is part of the public preview reCAPTCHA provider.
Expand Down
63 changes: 0 additions & 63 deletions FirebaseMLModelDownloader.podspec

This file was deleted.

Loading
Loading