Skip to content

Commit 48bc2c3

Browse files
authored
Use a CocoaPods-specific tag (#5711)
1 parent a20199b commit 48bc2c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Firebase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
1313

1414
s.source = {
1515
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
16-
:tag => s.version.to_s
16+
:tag => 'CocoaPods-' + s.version.to_s
1717
}
1818

1919
s.preserve_paths = [

Releases/update-versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def GenerateTag(pod, version):
171171
Tag.
172172
"""
173173
if pod == "Firebase":
174-
return version
174+
return 'CocoaPods-{}'.version
175175
if pod.startswith("Firebase"):
176176
return '{}-{}'.format(pod[len('Firebase'):], version)
177177
if pod.startswith("Google"):

0 commit comments

Comments
 (0)