Skip to content

Commit 91e829e

Browse files
committed
Update version to 5.0.2
1 parent e7599a8 commit 91e829e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

TwitterKit/TwitterKit-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.4.2</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>iPhoneOS</string>

TwitterKit/TwitterKit.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -3575,6 +3575,7 @@
35753575
BITCODE_GENERATION_MODE = bitcode;
35763576
CODE_SIGN_IDENTITY = "";
35773577
ENABLE_BITCODE = YES;
3578+
MARKETING_VERSION = 5.0.2;
35783579
OTHER_LDFLAGS = (
35793580
"$(inherited)",
35803581
"-ObjC",
@@ -3592,6 +3593,7 @@
35923593
BITCODE_GENERATION_MODE = bitcode;
35933594
CODE_SIGN_IDENTITY = "";
35943595
ENABLE_BITCODE = YES;
3596+
MARKETING_VERSION = 5.0.2;
35953597
OTHER_LDFLAGS = (
35963598
"$(inherited)",
35973599
"-ObjC",

TwitterKit5.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "TwitterKit5"
3-
s.version = "5.0.1"
3+
s.version = "5.0.2"
44
s.summary = "Increase user engagement and app growth."
55
s.homepage = "https://github.com/touren/twitter-kit-ios"
66
s.documentation_url = "https://github.com/twitter/twitter-kit-ios/wiki"
77
s.social_media_url = "https://twitter.com/TwitterDev"
88
s.authors = "Twitter"
99
s.platform = :ios, "9.0"
10-
s.source = { :http => "https://s3.amazonaws.com/cocoapods.tao/twitterkit/ios/#{s.version}/TwitterKit.zip" }
10+
s.source = { :http => "https://github.com/touren/twitter-kit-ios/releases/download/v#{s.version}/TwitterKit.zip" }
1111
s.vendored_frameworks = "iOS/TwitterKit.framework"
1212
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"}
1313
s.resources = ["iOS/TwitterKit.framework/TwitterKitResources.bundle", "iOS/TwitterKit.framework/TwitterShareExtensionUIResources.bundle"]

0 commit comments

Comments
 (0)