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

Commit

Permalink
Bump FBSDK to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangbh committed Feb 11, 2020
1 parent e15b162 commit 6a5bdba
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 26 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Changelog
==========
### 4.0.0

### 3.2.2
- Bump to FBSDK 6.0.0

### 3.3.0

- Bump to FBSDK 5.15.1

Expand Down
Binary file not shown.
30 changes: 15 additions & 15 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- FBSDKCoreKit (5.15.1):
- FBSDKCoreKit/Basics (= 5.15.1)
- FBSDKCoreKit/Core (= 5.15.1)
- FBSDKCoreKit/Basics (5.15.1)
- FBSDKCoreKit/Core (5.15.1):
- FBSDKCoreKit (6.0.0):
- FBSDKCoreKit/Basics (= 6.0.0)
- FBSDKCoreKit/Core (= 6.0.0)
- FBSDKCoreKit/Basics (6.0.0)
- FBSDKCoreKit/Core (6.0.0):
- FBSDKCoreKit/Basics
- FBSDKLoginKit (5.15.1):
- FBSDKLoginKit/Login (= 5.15.1)
- FBSDKLoginKit/Login (5.15.1):
- FBSDKCoreKit (~> 5.0)
- GBHFacebookImagePicker (3.2.1):
- FBSDKCoreKit (~> 5.15.1)
- FBSDKLoginKit (~> 5.15.1)
- FBSDKLoginKit (6.0.0):
- FBSDKLoginKit/Login (= 6.0.0)
- FBSDKLoginKit/Login (6.0.0):
- FBSDKCoreKit (~> 6.0.0)
- GBHFacebookImagePicker (3.3.0):
- FBSDKCoreKit (~> 6.0.0)
- FBSDKLoginKit (~> 6.0.0)

DEPENDENCIES:
- GBHFacebookImagePicker (from `../`)
Expand All @@ -26,9 +26,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
FBSDKCoreKit: 1d5acf7c9d7a2f92bb1a242dc60cae5b7adb91df
FBSDKLoginKit: f1ea8026a58b52d30c9f2e6a58ca7d813619fb83
GBHFacebookImagePicker: 75aeea1356615d52f0bdabaffe5ed33a1ada7967
FBSDKCoreKit: fe738b172590e622c86735b45e20d196848b54df
FBSDKLoginKit: fa57df1b967fe0e147b25bede6ea4e9cdf4d64be
GBHFacebookImagePicker: 6428dfdd6d732b234166bd028cda55f07c5d88a7

PODFILE CHECKSUM: c7986fba07718931af896e9c40736ace0ccbfe4e

Expand Down
4 changes: 2 additions & 2 deletions GBHFacebookImagePicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
'Images/*.{png}'
]
}
s.dependency 'FBSDKCoreKit', '~> 5.15.1'
s.dependency 'FBSDKLoginKit', '~> 5.15.1'
s.dependency 'FBSDKCoreKit', '~> 6.0.0'
s.dependency 'FBSDKLoginKit', '~> 6.0.0'
s.swift_versions = ['5.0']
end
16 changes: 8 additions & 8 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,42 +5,42 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.009432">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.0118">

</testcase>


<testcase classname="fastlane.lanes" name="1: pod_lib_lint" time="38.178471">
<testcase classname="fastlane.lanes" name="1: pod_lib_lint" time="54.463234">

</testcase>


<testcase classname="fastlane.lanes" name="2: version_bump_podspec" time="0.002328">
<testcase classname="fastlane.lanes" name="2: version_bump_podspec" time="0.006535">

</testcase>


<testcase classname="fastlane.lanes" name="3: git_add" time="0.015997">
<testcase classname="fastlane.lanes" name="3: git_add" time="0.021547">

</testcase>


<testcase classname="fastlane.lanes" name="4: git_commit" time="0.034179">
<testcase classname="fastlane.lanes" name="4: git_commit" time="0.043298">

</testcase>


<testcase classname="fastlane.lanes" name="5: add_git_tag" time="0.01641">
<testcase classname="fastlane.lanes" name="5: add_git_tag" time="0.020575">

</testcase>


<testcase classname="fastlane.lanes" name="6: push_to_git_remote" time="3.805545">
<testcase classname="fastlane.lanes" name="6: push_to_git_remote" time="3.911657">

</testcase>


<testcase classname="fastlane.lanes" name="7: pod_push" time="44.148023">
<testcase classname="fastlane.lanes" name="7: pod_push" time="39.803501">

</testcase>

Expand Down

0 comments on commit 6a5bdba

Please sign in to comment.