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 +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33
44---
55
6+ ## [ ParseFacebookUtils-V3 1.10.0] ( https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v3-1.10.0 ) (01/07/2016)
7+
8+ #### New
9+ - ParseFacebookUtils now requires Xcode 7.0+.
10+ [ #36 ] ( https://github.com/ParsePlatform/ParseFacebookUtils-iOS/pull/36 )
11+ by [ Nikita Lutsenko] ( https://github.com/nlutsenko )
12+
13+ #### Fixed
14+ - Fixed warnings when using deprecated Facebook SDK APIs, incompatible types.
15+ [ #37 ] ( https://github.com/ParsePlatform/ParseFacebookUtils-iOS/pull/37 )
16+ by [ Nikita Lutsenko] ( https://github.com/nlutsenko )
17+
618## [ ParseFacebookUtils-V3 1.9.1] ( https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v3-1.9.1 ) (11/17/2015)
719
820#### New
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'ParseFacebookUtils'
3- s . version = '1.9.1 '
3+ s . version = '1.10.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.'
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.10 .0 </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.10 .0 </string >
2626 <key >MinimumOSVersion </key >
2727 <string >6.0 </string >
2828</dict >
You can’t perform that action at this time.
0 commit comments