Skip to content

Commit 5423876

Browse files
Updated the User Profile Service podspec file to fix an error with the GIT tag name.
1 parent 558797e commit 5423876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptimizelySDKUserProfileService.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.tvos.deployment_target = "9.0"
1111
s.source = {
1212
:git => "https://github.com/optimizely/objective-c-sdk.git",
13-
:tag => "userProfile-"+s.version.to_s
13+
:tag => "userProfileService-"+s.version.to_s
1414
}
1515
s.source_files = "OptimizelySDKUserProfileService/OptimizelySDKUserProfileService/*.{h,m}"
1616
s.public_header_files = "OptimizelySDKUserProfileService/OptimizelySDKUserProfileService/*.h"

0 commit comments

Comments
 (0)