This repository was archived by the owner on Jan 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +30
-5
lines changed Expand file tree Collapse file tree 3 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11Pod ::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'
3333end
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments