Skip to content

Commit

Permalink
Update the type to Cocoapods (#8846)
Browse files Browse the repository at this point in the history
* Update the type to Cocoapods
We potentially might have framework and other size measurements in the future. Specify it in order to be differentiated from other type of sizes, e.g. framework.
  • Loading branch information
granluo authored Oct 21, 2021
1 parent 97aff9e commit 121f56e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public func CreateMetricsRequestData(SDK: [String], SDKRepoDir: URL,
try CreatePodConfigJSON(of: SDK, from: SDKRepoDir)
let data = try CreateMetricsRequestData(
of: SDK,
type: "firebase-ios-sdk",
type: "CocoaPods",
log: logPath
)
return data
Expand Down

0 comments on commit 121f56e

Please sign in to comment.