Skip to content

Commit 349608b

Browse files
authored
Remove unused source file (#5639)
1 parent 6d90b04 commit 349608b

File tree

7 files changed

+1
-1569
lines changed

7 files changed

+1
-1569
lines changed

FirebaseRemoteConfig.podspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ app update.
2828

2929
base_dir = "FirebaseRemoteConfig/Sources/"
3030
s.source_files = base_dir + '**/*.[mh]'
31-
s.requires_arc = base_dir + '*.m'
3231
s.public_header_files = base_dir + 'Public/*.h'
3332
s.private_header_files = base_dir + 'Private/*.h'
3433
s.pod_target_xcconfig = {
@@ -44,7 +43,6 @@ app update.
4443
s.dependency 'FirebaseInstallations', '~> 1.1'
4544
s.dependency 'GoogleUtilities/Environment', '~> 6.2'
4645
s.dependency 'GoogleUtilities/NSData+zlib', '~> 6.2'
47-
s.dependency 'Protobuf', '~> 3.9', '>= 3.9.2'
4846

4947
s.test_spec 'unit' do |unit_tests|
5048
# TODO(dmandar) - Update or delete the commented files.

FirebaseRemoteConfig/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
22
- [changed] Updated `fetchAndActivateWithCompletionHandler:` implementation to activate asynchronously. (#5617)
3+
- [fixed] Remove undefined class via removing unused proto generated source files. (#4334)
34

45
# v4.4.11
56
- [fixed] Fixed a bug where settings updates weren't applied before fetches. (#4740)

FirebaseRemoteConfig/Sources/Protos/PortableProtoFilterTemplate.asciipb

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)