Skip to content

Commit 83de6aa

Browse files
authored
Fix prepare_command in FirebaseCrashlytics.podspec (#11534)
1 parent ae871b9 commit 83de6aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseCrashlytics.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Pod::Spec.new do |s|
5252
s.prepare_command = <<-PREPARE_COMMAND_END
5353
cp -f ./Crashlytics/run ./run
5454
cp -f ./Crashlytics/upload-symbols ./upload-symbols
55+
cp -f ./Crashlytics/CrashlyticsInputFiles.xcfilelist ./CrashlyticsInputFiles.xcfilelist
5556
PREPARE_COMMAND_END
5657

5758
s.dependency 'FirebaseCore', '~> 10.5'

0 commit comments

Comments
 (0)