mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-05-27 06:22:43 +08:00
Changed Release Tag Prefix
Summary: Changed release tag format from `sdk-version-0.0.0` to `v0.0.0` Reviewed By: jingping2015 Differential Revision: D13524844 fbshipit-source-id: 323663ef5ec91c1c3c2682cd05de56d1dcd30254
This commit is contained in:
committed by
Facebook Github Bot
parent
51183987ef
commit
797badb0aa
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
|
||||
s.tvos.deployment_target = '9.0'
|
||||
|
||||
s.source = { :git => 'https://github.com/facebook/facebook-objc-sdk.git',
|
||||
:tag => 'sdk-version-4.39.0' }
|
||||
:tag => 'v4.39.0' }
|
||||
|
||||
s.source_files = 'FBSDKTVOSKit/FBSDKTVOSKit/**/*.{h,m}'
|
||||
s.public_header_files = 'FBSDKTVOSKit/FBSDKTVOSKit/*.h'
|
||||
|
||||
Reference in New Issue
Block a user