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

Commit

Permalink
Merge pull request #39 from ParsePlatform/nlutsenko.v3.110
Browse files Browse the repository at this point in the history
ParseFacebookUtils-v3 1.10.0
  • Loading branch information
nlutsenko committed Jan 8, 2016
2 parents 9c4bb7c + 8dbc929 commit 888e245
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.

---

## [ParseFacebookUtils-V3 1.10.0](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v3-1.10.0) (01/07/2016)

#### New
- ParseFacebookUtils now requires Xcode 7.0+.
[#36](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/pull/36)
by [Nikita Lutsenko](https://github.com/nlutsenko)

#### Fixed
- Fixed warnings when using deprecated Facebook SDK APIs, incompatible types.
[#37](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/pull/37)
by [Nikita Lutsenko](https://github.com/nlutsenko)

## [ParseFacebookUtils-V3 1.9.1](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v3-1.9.1) (11/17/2015)

#### New
Expand Down
2 changes: 1 addition & 1 deletion ParseFacebookUtils.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ParseFacebookUtils'
s.version = '1.9.1'
s.version = '1.10.0'
s.license = { :type => 'Commercial', :text => "See https://www.parse.com/about/terms" }
s.homepage = 'https://www.parse.com/'
s.summary = 'Parse is a complete technology stack to power your app\'s backend.'
Expand Down
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.9.0</string>
<string>1.10.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -22,7 +22,7 @@
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>1.9.0</string>
<string>1.10.0</string>
<key>MinimumOSVersion</key>
<string>6.0</string>
</dict>
Expand Down

0 comments on commit 888e245

Please sign in to comment.