copy from frameworks/FirebaseInstallations.framework/Headers/FIRInstallationsVersion.h
copy to frameworks/FirebaseCoreDiagnostics.framework/Headers/FIRCoreDiagnostics.h
File was copied from frameworks/FirebaseInstallations.framework/Headers/FIRInstallationsVersion.h |
| | |
| | | /* |
| | | * Copyright 2019 Google |
| | | * Copyright 2020 Google LLC |
| | | * |
| | | * Licensed under the Apache License, Version 2.0 (the "License"); |
| | | * you may not use this file except in compliance with the License. |
| | |
| | | * limitations under the License. |
| | | */ |
| | | |
| | | #import <Foundation/Foundation.h> |
| | | |
| | | FOUNDATION_EXPORT const char *const FIRInstallationsVersionStr; |
| | | // There are no actual public headers in the lib. This is a dummy public header to prevent Cocoapods |
| | | // from adding all internal headers as public. |