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

Commit ed0c491

Browse files
committed
Merge pull request #13 from ParsePlatform/nlutsenko.191
ParseTwitterUtils 1.9.1
2 parents 8ec8568 + 4aa569e commit ed0c491

File tree

3 files changed

+30
-5
lines changed

3 files changed

+30
-5
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
---
5+
6+
## [ParseTwitterUtils 1.9.1](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.9.1) (11/17/2015)
7+
8+
#### New
9+
- ParseTwitterUtils now supports Xcode 7.1+. #6
10+
11+
#### Improved
12+
- Added safeguard assertion for initialization of PFTwitterUtils before Parse is initialized. #4
13+
- Removed all custom nullability annotation macros. #8
14+
- Improved localized strings generation. #2
15+
16+
#### Fixed
17+
- Fixed potential warnings in PFOAuth1FlowDialog. #10
18+
19+
## [ParseTwitterUtils 1.9.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.9.0) (10/08/2015)
20+
21+
Hello, open source!
22+
23+
#### Fixed
24+
- Fixed initialization potentially blocking the main thread for a continuous amount of time.
25+
- Fixed parameter URL Encoding when signing requests with Twitter.

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.9.0'
3+
s.version = '1.9.1'
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.'
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.public_header_files = 'ParseTwitterUtils/*.h'
1616
s.source_files = 'ParseTwitterUtils/**/*.{h,m}'
1717
s.resources = 'Resources/en.lproj'
18-
18+
1919
s.frameworks = 'AudioToolbox',
2020
'CFNetwork',
2121
'CoreGraphics',
@@ -28,6 +28,6 @@ Pod::Spec.new do |s|
2828
'Social'
2929
s.libraries = 'z', 'sqlite3'
3030

31-
s.dependency 'Bolts/Tasks', '>= 1.3.0'
31+
s.dependency 'Bolts/Tasks', '~> 1.5'
3232
s.dependency 'Parse', '~> 1.9'
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.9.0</string>
16+
<string>1.9.1</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.9.0</string>
25+
<string>1.9.1</string>
2626
<key>MinimumOSVersion</key>
2727
<string>6.0</string>
2828
</dict>

0 commit comments

Comments
 (0)