Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Commit

Permalink
[TwitterKit iOS] TwitterKit v3.4.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajul Arora committed Oct 30, 2018
1 parent 27c849f commit ac42e13
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion TwitterKit.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion TwitterKit/Config/Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions TwitterKit/README.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions TwitterKit/TwitterKit-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.4.1</string>
<string>3.4.2</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
<string>iPhoneSimulator</string>
</array>
<key>CFBundleVersion</key>
<string>1031</string>
<string>1032</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2014 Twitter Inc.</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion TwitterKit/TwitterKit.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

1 comment on commit ac42e13

@Radar966
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.