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

Commit ebb4b49

Browse files
committed
Merge pull request #40 from ParsePlatform/nlutsenko.v4.111
ParseFacebookUtils 1.11.0
2 parents 389d43b + 745b25a commit ebb4b49

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
---
55

6+
## [ParseFacebookUtils-V4 1.11.0](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v4-1.11.0) (01/07/2016)
7+
8+
#### New
9+
- ParseFacebookUtils now requires Xcode 7.0+.
10+
[#38](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/pull/38)
11+
by [Nikita Lutsenko](https://github.com/nlutsenko)
12+
613
## [ParseFacebookUtils-V4 1.10.0](https://github.com/ParsePlatform/ParseFacebookUtils-iOS/releases/tag/v4-1.10.0) (12/14/2015)
714

815
#### New

ParseFacebookUtilsV4.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ParseFacebookUtilsV4'
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.'

Resources/Info-iOS.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>

Resources/Info-tvOS.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
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>CFBundleVersion</key>
20-
<string>1.10.0</string>
20+
<string>1.11.0</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)