Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 33d8fc6

Browse files
authored
Merge pull request #34 from ParsePlatform/nlutsenko.1110
ParseTwitterUtils 1.11.0 🐦
2 parents c1e9bbe + 9d52a1a commit 33d8fc6

File tree

4 files changed

+50
-32
lines changed

4 files changed

+50
-32
lines changed

.github_changelog_generator

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
add_issues_wo_labels=false
2+
exclude_labels=duplicate,question,wontfix,discussion,needs more info,backend,off topic,product usage

CHANGELOG.md

Lines changed: 43 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,55 @@
11
# Change Log
2-
All notable changes to this project will be documented in this file.
32

4-
---
3+
## [1.11.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.11.0) (2016-06-29)
4+
[Full Changelog](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/compare/1.10.0...1.11.0)
55

6-
## [ParseTwitterUtils 1.10.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.10.0) (01/07/2016)
6+
**Implemented enhancements:**
77

8-
#### New
9-
- ParseTwitterUtils now requires Xcode 7.0+.
10-
[#16](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/16),
11-
[#17](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/17),
12-
[#20](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/20)
13-
by [Nikita Lutsenko](https://github.com/nlutsenko)
8+
- Add support for Carthage. [\#33](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/33) ([nlutsenko](https://github.com/nlutsenko))
9+
- Fix analyzer and build warnings. [\#32](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/32) ([nlutsenko](https://github.com/nlutsenko))
10+
- Update all dependencies and project to Xcode 7.3. [\#28](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/28) ([nlutsenko](https://github.com/nlutsenko))
11+
- Add support for using `PF_Twitter` without a linking or logging into a Parse account [\#27](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/27) ([zadr](https://github.com/zadr))
12+
- Removed `Parse.clientKey` requirement for initializing ParseTwitterUtils. [\#26](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/26) ([aphex3k](https://github.com/aphex3k))
1413

15-
#### Improved
16-
- Cleaned up and improved documentation.
17-
[#15](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/15)
18-
by [Nikita Lutsenko](https://github.com/nlutsenko)
14+
**Merged pull requests:**
1915

20-
## [ParseTwitterUtils 1.9.1](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.9.1) (11/17/2015)
16+
- Update CocoaPods and RubyGems dependencies. [\#31](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/31) ([nlutsenko](https://github.com/nlutsenko))
2117

22-
#### New
23-
- ParseTwitterUtils now supports Xcode 7.1+. #6
18+
## [1.10.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.10.0) (2016-01-08)
19+
[Full Changelog](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/compare/1.9.1...1.10.0)
2420

25-
#### Improved
26-
- Added safeguard assertion for initialization of PFTwitterUtils before Parse is initialized. #4
27-
- Removed all custom nullability annotation macros. #8
28-
- Improved localized strings generation. #2
21+
**Implemented enhancements:**
2922

30-
#### Fixed
31-
- Fixed potential warnings in PFOAuth1FlowDialog. #10
23+
- Remove all usages of PF\_GENERIC macro. [\#19](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/19) ([nlutsenko](https://github.com/nlutsenko))
24+
- Add custom packaging into a precompiled binary via Rakefile. [\#16](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/16) ([nlutsenko](https://github.com/nlutsenko))
25+
- Update all of the public documentation to new style. [\#15](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/15) ([nlutsenko](https://github.com/nlutsenko))
3226

33-
## [ParseTwitterUtils 1.9.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.9.0) (10/08/2015)
27+
**Merged pull requests:**
3428

35-
Hello, open source!
29+
- ParseTwitterUtils 1.10.0 [\#21](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/21) ([nlutsenko](https://github.com/nlutsenko))
30+
- Update project to Xcode 7.2. [\#20](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/20) ([nlutsenko](https://github.com/nlutsenko))
31+
- Use Xcode 7.2 for Travis-CI. [\#17](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/17) ([nlutsenko](https://github.com/nlutsenko))
32+
- Update xctoolchain to latest. [\#14](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/14) ([richardjrossiii](https://github.com/richardjrossiii))
3633

37-
#### Fixed
38-
- Fixed initialization potentially blocking the main thread for a continuous amount of time.
39-
- Fixed parameter URL Encoding when signing requests with Twitter.
34+
## [1.9.1](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.9.1) (2015-11-18)
35+
[Full Changelog](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/compare/1.9.0...1.9.1)
36+
37+
**Implemented enhancements:**
38+
39+
- Fix warnings in PFOAuth1FlowDialog. [\#10](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/10) ([nlutsenko](https://github.com/nlutsenko))
40+
- Remove all usage of custom nullability macros. [\#8](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/8) ([nlutsenko](https://github.com/nlutsenko))
41+
- Update everything to use Xcode 7.1. [\#6](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/6) ([nlutsenko](https://github.com/nlutsenko))
42+
- Added safeguard assertion for initialization of PFTwitterUtils before Parse is initialized. [\#4](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/4) ([nlutsenko](https://github.com/nlutsenko))
43+
- Include and automate localized strings generation. [\#2](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/2) ([nlutsenko](https://github.com/nlutsenko))
44+
45+
**Merged pull requests:**
46+
47+
- ParseTwitterUtils 1.9.1 [\#13](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/13) ([nlutsenko](https://github.com/nlutsenko))
48+
- Update Gemfile. [\#9](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/9) ([nlutsenko](https://github.com/nlutsenko))
49+
- Update xctoolchain to latest. [\#5](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/5) ([nlutsenko](https://github.com/nlutsenko))
50+
- Use shared things from xctoolchain. [\#3](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/3) ([nlutsenko](https://github.com/nlutsenko))
51+
52+
## [1.9.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.9.0) (2015-10-08)
53+
54+
55+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

ParseTwitterUtils.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ParseTwitterUtils'
3-
s.version = '1.10.0'
3+
s.version = '1.11.0'
44
s.license = { :type => 'Commercial', :text => "See https://www.parse.com/about/terms" }
55
s.homepage = 'https://www.parse.com/'
66
s.summary = 'Parse is a complete technology stack to power your app\'s backend.'
@@ -28,6 +28,6 @@ Pod::Spec.new do |s|
2828
'Social'
2929
s.libraries = 'z', 'sqlite3'
3030

31-
s.dependency 'Bolts/Tasks', '~> 1.5'
32-
s.dependency 'Parse', '~> 1.9'
31+
s.dependency 'Bolts/Tasks', '~> 1.7'
32+
s.dependency 'Parse', '~> 1.13'
3333
end

Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundlePackageType</key>
1414
<string>FMWK</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.10.0</string>
16+
<string>1.11.0</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleSupportedPlatforms</key>
@@ -22,7 +22,7 @@
2222
<string>iPhoneOS</string>
2323
</array>
2424
<key>CFBundleVersion</key>
25-
<string>1.10.0</string>
25+
<string>1.11.0</string>
2626
<key>MinimumOSVersion</key>
2727
<string>6.0</string>
2828
</dict>

0 commit comments

Comments
 (0)