From 91e829ea6b114825b9691a755ecff119c777f3fb Mon Sep 17 00:00:00 2001 From: Tao Ren Date: Mon, 30 Sep 2019 16:12:26 -0400 Subject: [PATCH] Update version to 5.0.2 --- TwitterKit/TwitterKit-Info.plist | 2 +- TwitterKit/TwitterKit.xcodeproj/project.pbxproj | 2 ++ TwitterKit5.podspec | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/TwitterKit/TwitterKit-Info.plist b/TwitterKit/TwitterKit-Info.plist index 662cc660..2783c5a4 100644 --- a/TwitterKit/TwitterKit-Info.plist +++ b/TwitterKit/TwitterKit-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.4.2 + $(MARKETING_VERSION) CFBundleSupportedPlatforms iPhoneOS diff --git a/TwitterKit/TwitterKit.xcodeproj/project.pbxproj b/TwitterKit/TwitterKit.xcodeproj/project.pbxproj index 57971a6b..4e521fe0 100644 --- a/TwitterKit/TwitterKit.xcodeproj/project.pbxproj +++ b/TwitterKit/TwitterKit.xcodeproj/project.pbxproj @@ -3575,6 +3575,7 @@ BITCODE_GENERATION_MODE = bitcode; CODE_SIGN_IDENTITY = ""; ENABLE_BITCODE = YES; + MARKETING_VERSION = 5.0.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -3592,6 +3593,7 @@ BITCODE_GENERATION_MODE = bitcode; CODE_SIGN_IDENTITY = ""; ENABLE_BITCODE = YES; + MARKETING_VERSION = 5.0.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/TwitterKit5.podspec b/TwitterKit5.podspec index 9e20743e..63c89833 100644 --- a/TwitterKit5.podspec +++ b/TwitterKit5.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "TwitterKit5" - s.version = "5.0.1" + s.version = "5.0.2" s.summary = "Increase user engagement and app growth." s.homepage = "https://github.com/touren/twitter-kit-ios" s.documentation_url = "https://github.com/twitter/twitter-kit-ios/wiki" s.social_media_url = "https://twitter.com/TwitterDev" s.authors = "Twitter" s.platform = :ios, "9.0" - s.source = { :http => "https://s3.amazonaws.com/cocoapods.tao/twitterkit/ios/#{s.version}/TwitterKit.zip" } + s.source = { :http => "https://github.com/touren/twitter-kit-ios/releases/download/v#{s.version}/TwitterKit.zip" } s.vendored_frameworks = "iOS/TwitterKit.framework" s.license = { :type => "Commercial", :text => "Twitter Kit: Copyright Twitter, Inc. All Rights Reserved. Use of this software is subject to the terms and conditions of the Twitter Kit Agreement located at https://dev.twitter.com/overview/terms/twitterkit and the Developer Agreement located at https://dev.twitter.com/overview/terms/agreement. OSS: https://github.com/twitter/twitter-kit-ios/blob/master/OS_LICENSES.md"} s.resources = ["iOS/TwitterKit.framework/TwitterKitResources.bundle", "iOS/TwitterKit.framework/TwitterShareExtensionUIResources.bundle"]