Skip to content

Commit 2c07ede

Browse files
author
Rico237
committed
Update libs for Facebook SDK 5.2.1
- Update test files to use latest swift sdk (12.2) - Update Cartfile to use "5.2.1" Facebook SDK ObjC - Update podspec to use "5.2.1" Facebook SDK - Bump version to 1.17.3 - Correct some faults
1 parent 830dcae commit 2c07ede

File tree

1,138 files changed

+103348
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,138 files changed

+103348
-71
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defaults: &defaults
44
shell: /bin/bash --login -eo pipefail
55
aliases:
66
- &prepare
7-
|
7+
|
88
git submodule update --init --recursive
99
gem install bundler
1010
bundle install
@@ -66,7 +66,7 @@ jobs:
6666
- checkout
6767
- run: *prepare
6868
- run: |
69-
xcrun simctl create "Apple TV 1080p" com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p com.apple.CoreSimulator.SimRuntime.tvOS-11-0
69+
xcrun simctl create "Apple TV 1080p" com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p com.apple.CoreSimulator.SimRuntime.tvOS-12-2
7070
bundle exec rake package:release
7171
jazzy:
7272
<<: *defaults

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
install: bundle install
1919
script:
2020
- ./Scripts/jazzy.sh
21-
- xcrun simctl create "Apple TV 1080p" com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p com.apple.CoreSimulator.SimRuntime.tvOS-11-0
21+
- xcrun simctl create "Apple TV 1080p" com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p com.apple.CoreSimulator.SimRuntime.tvOS-12-2
2222
- bundle exec rake package:release
2323
deploy:
2424
- provider: releases

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
### 1.17.3
77
[Full Changelog](https://github.com/parse-community/Parse-SDK-iOS-OSX/compare/1.17.2...1.17.3)
88

9-
- FIX: [#1411](https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/1411) Upgrade ParseFacebookUtils dependency to Facebook SDK v5.1.1
9+
- FIX: [#1411](https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/1411) Upgrade ParseFacebookUtils dependency to Facebook SDK v5.2.1
1010
- Bump version to 1.17.3
1111

1212
### 1.17.0-alpha.6
1313

1414
- Fix: NSInternalInconsistencyException handling starting Bolts 1.9.0 by emitting soft NSErrors
1515
- Fix: issue affecting public getter/setters in PFACL's in Swift (#1083)
16-
- Prevent deadlocks when saving objects with cicrular references (#916)
17-
- Prevent deadlocks when running fetchAll with circluar references (#1184)
16+
- Prevent deadlocks when saving objects with circular references (#916)
17+
- Prevent deadlocks when running fetchAll with circular references (#1184)
1818
- Adds NSNotification when an invalid session token is encountered

Cartfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
github "BoltsFramework/Bolts-ObjC" ~> 1.9
2-
github "facebook/facebook-objc-sdk" ~> 5.1.1
3-
2+
github "facebook/facebook-objc-sdk" ~> 5.2.1

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "BoltsFramework/Bolts-ObjC" "1.9.0"
22
github "erikdoe/OCMock" "v3.4.3"
3-
github "facebook/facebook-objc-sdk" "v5.1.1"
3+
github "facebook/facebook-objc-sdk" "v5.2.1"

Carthage/Checkouts/OCMock

Submodule OCMock updated 92 files
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
indent_size = 2
8+
indent_style = space
9+
trim_trailing_whitespace = true
10+
11+
[*.pbxproj]
12+
indent_size = 4
13+
indent_style = tab
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.strings diff=localizablestrings
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Project Owners
2+
* @codytwinton @jingping2015 @kalendae @robtimp
3+
4+
# Login Kit
5+
FBSDKLoginKit/* @codytwinton @robtimp @abeatte
6+
7+
# Swift Files
8+
*.swift @codytwinton
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Thanks for proposing a pull request.
2+
3+
To help us review the request, please complete the following:
4+
5+
- [ ] sign [contributor license agreement](https://developers.facebook.com/opensource/cla)
6+
- [ ] describe the change (for example, what happens before the change, and after the change)

0 commit comments

Comments
 (0)