diff --git a/TwitterKit.json b/TwitterKit.json index 5a790c2b..0648b9e1 100644 --- a/TwitterKit.json +++ b/TwitterKit.json @@ -2,5 +2,6 @@ "3.2.1": "https://ton.twimg.com/syndication/twitterkit/ios/3.2.1/Dynamic/TwitterKit.framework.zip", "3.3.0": "https://ton.twimg.com/syndication/twitterkit/ios/3.3.0/Dynamic/TwitterKit.framework.zip", "3.4.0": "https://ton.twimg.com/syndication/twitterkit/ios/3.4.0/Dynamic/TwitterKit.framework.zip", - "3.4.1": "https://ton.twimg.com/syndication/twitterkit/ios/3.4.1/Dynamic/TwitterKit.framework.zip" + "3.4.1": "https://ton.twimg.com/syndication/twitterkit/ios/3.4.1/Dynamic/TwitterKit.framework.zip", + "3.4.2": "https://ton.twimg.com/syndication/twitterkit/ios/3.4.2/Dynamic/TwitterKit.framework.zip" } diff --git a/TwitterKit/Config/Project.xcconfig b/TwitterKit/Config/Project.xcconfig index 898dad79..772be4a5 100644 --- a/TwitterKit/Config/Project.xcconfig +++ b/TwitterKit/Config/Project.xcconfig @@ -37,7 +37,7 @@ GCC_WARN_ABOUT_MISSING_NEWLINE = YES APPLICATION_EXTENSION_API_ONLY = NO // Versioning -CURRENT_PROJECT_VERSION = 3.4.1 +CURRENT_PROJECT_VERSION = 3.4.2 DYLIB_CURRENT_VERSION = $(CURRENT_PROJECT_VERSION) // Can *probably* remove this diff --git a/TwitterKit/README.md b/TwitterKit/README.md index a43bcf5c..58dc38c1 100644 --- a/TwitterKit/README.md +++ b/TwitterKit/README.md @@ -1,3 +1,7 @@ +**As of October 31, 2018, Twitter Kit will no longer be supported by Twitter. Please read the [blog post](https://blog.twitter.com/developer/en_us/topics/tools/2018/discontinuing-support-for-twitter-kit-sdk.html) for more information.** + +--- + Twitter Kit is the easiest way to bring real-time conversational content to your apps. Growing an app’s user base and retaining end users can be a challenge for any developer. To keep users engaged, you need rich, unique content that feels natural to your app’s experience. To install, add `TwitterKit` to your `Podfile` and run `pod install`. If you already have `TwitterKit` just run `pod update TwitterKit`. diff --git a/TwitterKit/TwitterKit-Info.plist b/TwitterKit/TwitterKit-Info.plist index c7f646ad..662cc660 100644 --- a/TwitterKit/TwitterKit-Info.plist +++ b/TwitterKit/TwitterKit-Info.plist @@ -17,14 +17,14 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.4.1 + 3.4.2 CFBundleSupportedPlatforms iPhoneOS iPhoneSimulator CFBundleVersion - 1031 + 1032 NSHumanReadableCopyright Copyright 2014 Twitter Inc. diff --git a/TwitterKit/TwitterKit.podspec b/TwitterKit/TwitterKit.podspec index ded20d90..4232c8f4 100644 --- a/TwitterKit/TwitterKit.podspec +++ b/TwitterKit/TwitterKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TwitterKit" - s.version = "3.4.1" + s.version = "3.4.2" s.summary = "Increase user engagement and app growth." s.homepage = "https://github.com/twitter/twitter-kit-ios" s.documentation_url = "https://github.com/twitter/twitter-kit-ios/wiki" diff --git a/TwitterKit/TwitterKit/Supporting Files/TWTRConstants_Private.m b/TwitterKit/TwitterKit/Supporting Files/TWTRConstants_Private.m index dddf75bb..e3397e4d 100644 --- a/TwitterKit/TwitterKit/Supporting Files/TWTRConstants_Private.m +++ b/TwitterKit/TwitterKit/Supporting Files/TWTRConstants_Private.m @@ -19,7 +19,7 @@ #pragma mark - Twitter kit constants -NSString *const TWTRVersion = @"3.4.1"; +NSString *const TWTRVersion = @"3.4.2"; NSString *const TWTRResourceBundleLocation = @"TwitterKitResources.bundle"; NSString *const TWTRBundleID = @"com.twitter.sdk.ios";