Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Updates ObjC dependency (#523)
Browse files Browse the repository at this point in the history
* Updates objc carthage dependency. Bumps version.
  • Loading branch information
joesus committed Sep 2, 2019
1 parent 7dc47ad commit 50a4060
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.9.0](https://github.com/facebook/facebook-swift-sdk/tree/v0.9.0) (2019-09-02)

[Full Changelog](https://github.com/facebook/facebook-swift-sdk/compare/v0.8.0...v0.9.0)
[Objective-C dependency changelog](https://github.com/facebook/facebook-objc-sdk/blob/master/CHANGELOG.md#550)

## [0.8.0](https://github.com/facebook/facebook-swift-sdk/tree/v0.8.0) (2019-08-12)

[Full Changelog](https://github.com/facebook/facebook-swift-sdk/compare/v0.7.0...v0.8.0)
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "facebook/facebook-objc-sdk" "v5.4.0"
github "facebook/facebook-objc-sdk" "v5.5.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/facebook-objc-sdk
2 changes: 1 addition & 1 deletion Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

FBSDK_SWIFT_VERSION = 0.8.0
FBSDK_SWIFT_VERSION = 0.9.0
2 changes: 1 addition & 1 deletion FacebookCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FacebookCore"
s.version = "0.8.0"
s.version = "0.9.0"
s.author = "Facebook"
s.homepage = "https://developers.facebook.com/docs/swift"
s.documentation_url = "https://developers.facebook.com/docs/swift/reference"
Expand Down
2 changes: 1 addition & 1 deletion FacebookLogin.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FacebookLogin"
s.version = "0.8.0"
s.version = "0.9.0"
s.author = "Facebook"
s.homepage = "https://developers.facebook.com/docs/swift"
s.documentation_url = "https://developers.facebook.com/docs/swift/reference"
Expand Down
2 changes: 1 addition & 1 deletion FacebookShare.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FacebookShare"
s.version = "0.8.0"
s.version = "0.9.0"
s.author = "Facebook"
s.homepage = "https://developers.facebook.com/docs/swift"
s.documentation_url = "https://developers.facebook.com/docs/swift/reference"
Expand Down

0 comments on commit 50a4060

Please sign in to comment.