Skip to content

Commit ee5f8a3

Browse files
authored
Append framework name to Carthage plist bundleID (#5302)
Addresses a symptom of #5299
1 parent 76c7aba commit ee5f8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZipBuilder/Sources/ZipBuilder/CarthageUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ extension CarthageUtils {
249249
}
250250

251251
static func generatePlistContents(forName name: String) -> Data {
252-
let plist: [String: String] = ["CFBundleIdentifier": "com.firebase.Firebase",
252+
let plist: [String: String] = ["CFBundleIdentifier": "com.firebase.Firebase-\(name)",
253253
"CFBundleInfoDictionaryVersion": "6.0",
254254
"CFBundlePackageType": "FMWK",
255255
"CFBundleVersion": "1",

0 commit comments

Comments
 (0)