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

Commit

Permalink
Update Facebook ObjC SDK dependency to 4.17. (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko authored Oct 31, 2016
1 parent ef37db1 commit c07f015
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "BoltsFramework/Bolts-ObjC" "1.8.4"
github "facebook/facebook-ios-sdk" "sdk-version-4.16.0"
github "facebook/facebook-ios-sdk" "sdk-version-4.17.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/facebook-ios-sdk
Submodule facebook-ios-sdk updated 59 files
+1 −0 .buckversion
+4 −0 .gitignore
+1 −3 .gitmodules
+1 −1 Configurations/Version.xcconfig
+2 −2 FBSDKCoreKit.podspec
+53 −1 FBSDKCoreKit/FBSDKCoreKit.xcodeproj/project.pbxproj
+22 −0 FBSDKCoreKit/FBSDKCoreKit/FBSDKAppEvents.h
+72 −0 FBSDKCoreKit/FBSDKCoreKit/FBSDKAppEvents.m
+21 −1 FBSDKCoreKit/FBSDKCoreKit/FBSDKApplicationDelegate.h
+59 −25 FBSDKCoreKit/FBSDKCoreKit/FBSDKApplicationDelegate.m
+2 −2 FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h
+6 −2 FBSDKCoreKit/FBSDKCoreKit/FBSDKDeviceViewControllerBase.m
+5 −0 FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEvents+Internal.h
+9 −0 FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKURLOpening.h
+3 −3 FBSDKCoreKit/FBSDKCoreKit/Internal/Device/FBSDKDeviceDialogView.m
+25 −0 FBSDKCoreKit/FBSDKCoreKit/Internal/Device/FBSDKSmartDeviceDialogView.h
+317 −0 FBSDKCoreKit/FBSDKCoreKit/Internal/Device/FBSDKSmartDeviceDialogView.m
+3 −0 FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKCoreKit+Internal.h
+58 −0 FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKDeviceRequestsHelper.h
+125 −0 FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKDeviceRequestsHelper.m
+40 −0 FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKImageDownloader.h
+93 −0 FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKImageDownloader.m
+16 −0 FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfiguration.h
+47 −17 FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfiguration.m
+41 −4 FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager.m
+79 −0 FBSDKIntegrationTests/FBSDKIntegrationTests.xcodeproj/project.pbxproj
+3 −3 FBSDKIntegrationTests/FBSDKIntegrationTests/FBSDKAccessTokenCacheIntegrationTests.m
+126 −0 FBSDKIntegrationTests/FBSDKIntegrationTests/FBSDKAppEventsIntegrationTests.m
+134 −0 FBSDKIntegrationTests/FBSDKIntegrationTests/FBSDKImageDownloaderTests.m
+4 −4 FBSDKIntegrationTests/FBSDKIntegrationTests/FBSDKKeychainIntegrationTests.m
+41 −1 FBSDKIntegrationTests/FBSDKIntegrationTests/FBSDKServerConfigurationManagerIntegrationTests.m
+1 −1 FBSDKIntegrationTests/FBSDKIntegrationTests/FBSDKShareAPIIntegrationTests.m
+2 −2 FBSDKLoginKit.podspec
+20 −9 FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginManager.m
+3 −1 FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLogger.h
+16 −2 FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLogger.m
+30 −3 FBSDKLoginKit/FBSDKLoginKitTests/FBSDKLoginManagerTests.m
+6 −2 FBSDKLoginKit/FBSDKLoginKitTests/FBSDKSystemAccountAuthenticationTests.m
+2 −2 FBSDKShareKit.podspec
+11 −1 FBSDKShareKit/FBSDKShareKit/FBSDKDeviceShareViewController.m
+2 −2 FBSDKTVOSKit.podspec
+100 −17 FBSDKTVOSKit/FBSDKTVOSKit/FBSDKDeviceLoginViewController.m
+4 −2 FBSDKTVOSKit/FBSDKTVOSKit/Internal/FBSDKDeviceLoginManager.h
+25 −1 FBSDKTVOSKit/FBSDKTVOSKit/Internal/FBSDKDeviceLoginManager.m
+ FacebookSDKStrings.bundle/Resources/en.lproj/FacebookSDK.strings
+13 −2 samples/Catalog/Catalog/AppDelegate.m
+15 −2 samples/Iconicus/Iconicus/AppDelegate.m
+3 −0 samples/LoginSample/LoginSample.xcodeproj/project.pbxproj
+4 −0 samples/LoginSample/LoginSample/AKThemes/AdvancedUIManager.m
+1 −0 samples/LoginSample/LoginSample/AKThemes/ReverbActionBarView.m
+3 −0 samples/LoginSample/LoginSample/AKThemes/ReverbUIManager.m
+19 −9 samples/LoginSample/LoginSample/AppDelegate.m
+3 −1 samples/LoginSample/LoginSample/LoginSample-Prefix.pch
+14 −3 samples/RPSSample/RPSSample/RPSAppDelegate.m
+13 −2 samples/Scrumptious/scrumptious/SCAppDelegate.m
+2 −0 samples/Scrumptious/scrumptious/scrumptious-Info.plist
+12 −2 samples/ShareIt/ShareIt/SIAppDelegate.m
+16 −4 samples/SwitchUserSample/SwitchUserSample/SUAppDelegate.m
+2 −2 scripts/run_tests.sh
2 changes: 1 addition & 1 deletion FacebookCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'ENABLE_TESTABILITY' => 'YES' }

s.ios.dependency 'Bolts', '~> 1.8'
s.ios.dependency 'FBSDKCoreKit', '~> 4.16'
s.ios.dependency 'FBSDKCoreKit', '~> 4.17'
end
4 changes: 2 additions & 2 deletions FacebookLogin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Pod::Spec.new do |s|

s.ios.dependency 'FacebookCore', '~> 0.2'
s.ios.dependency 'Bolts', '~> 1.8'
s.ios.dependency 'FBSDKCoreKit', '~> 4.16'
s.ios.dependency 'FBSDKLoginKit', '~> 4.16'
s.ios.dependency 'FBSDKCoreKit', '~> 4.17'
s.ios.dependency 'FBSDKLoginKit', '~> 4.17'
end
4 changes: 2 additions & 2 deletions FacebookShare.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Pod::Spec.new do |s|

s.ios.dependency 'FacebookCore', '~> 0.2'
s.ios.dependency 'Bolts', '~> 1.8'
s.ios.dependency 'FBSDKCoreKit', '~> 4.16'
s.ios.dependency 'FBSDKShareKit', '~> 4.16'
s.ios.dependency 'FBSDKCoreKit', '~> 4.17'
s.ios.dependency 'FBSDKShareKit', '~> 4.17'
end

0 comments on commit c07f015

Please sign in to comment.