Skip to content

Commit

Permalink
Facebook iOS SDK 4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
lodhaayush committed Apr 5, 2017
2 parents 54f94b0 + 8981427 commit 2403325
Show file tree
Hide file tree
Showing 25 changed files with 29 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

// The versions for FBSDK and Messenger SDK.
FBSDK_PROJECT_VERSION=4.20.2
FBSDK_PROJECT_VERSION=4.21.0
MNSDK_PROJECT_VERSION=TODO_SUPPORT_MNSDK

4 changes: 2 additions & 2 deletions FBSDKCoreKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = "FBSDKCoreKit"
s.version = "4.20.2"
s.version = "4.21.0"
s.summary = "Official Facebook SDK for iOS to access Facebook Platform's core features"

s.description = <<-DESC
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'

s.source = { :git => "https://github.com/facebook/facebook-ios-sdk.git",
:tag => "sdk-version-4.20.2"
:tag => "sdk-version-4.21.0"
}

s.ios.weak_frameworks = 'Accounts', 'CoreLocation', 'Social', 'Security', 'QuartzCore', 'CoreGraphics', 'UIKit', 'Foundation', 'AudioToolbox'
Expand Down
2 changes: 1 addition & 1 deletion FBSDKCoreKit/Configurations/FBSDKCoreKit-Dynamic.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKCoreKit
CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)

INFOPLIST_FILE = $(SRCROOT)/FBSDKCoreKit/Info.plist
MODULEMAP_FILE = $(SRCROOT)/FBSDKCoreKit/module.modulemap
MODULEMAP_FILE = $(SRCROOT)/FBSDKCoreKit/FBSDKCoreKit.modulemap

IPHONEOS_DEPLOYMENT_TARGET = 8.0
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKCoreKit
CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)

INFOPLIST_FILE = $(SRCROOT)/FBSDKCoreKit/Info.plist
MODULEMAP_FILE = $(SRCROOT)/FBSDKCoreKit/module.modulemap
MODULEMAP_FILE = $(SRCROOT)/FBSDKCoreKit/FBSDKCoreKit.modulemap
2 changes: 1 addition & 1 deletion FBSDKCoreKit/Configurations/FBSDKCoreKit-tvOS.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKCoreKit
CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)

INFOPLIST_FILE = $(SRCROOT)/FBSDKCoreKit/Info.plist
MODULEMAP_FILE = $(SRCROOT)/FBSDKCoreKit/module.modulemap
MODULEMAP_FILE = $(SRCROOT)/FBSDKCoreKit/FBSDKCoreKit.modulemap
2 changes: 1 addition & 1 deletion FBSDKCoreKit/Configurations/FBSDKCoreKit.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKCoreKit
CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)

INFOPLIST_FILE = $(SRCROOT)/FBSDKCoreKit/Info.plist
MODULEMAP_FILE = $(SRCROOT)/FBSDKCoreKit/module.modulemap
MODULEMAP_FILE = $(SRCROOT)/FBSDKCoreKit/FBSDKCoreKit.modulemap
2 changes: 1 addition & 1 deletion FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
#import <FBSDKCoreKit/FBSDKDeviceViewControllerBase.h>
#endif

#define FBSDK_VERSION_STRING @"4.20.2"
#define FBSDK_VERSION_STRING @"4.21.0"
#define FBSDK_TARGET_PLATFORM_VERSION @"v2.8"
File renamed without changes.
4 changes: 2 additions & 2 deletions FBSDKLoginKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = "FBSDKLoginKit"
s.version = "4.20.2"
s.version = "4.21.0"
s.summary = "Official Facebook SDK for iOS to access Facebook Platform with features like Login, Share and Message Dialog, App Links, and Graph API"

s.description = <<-DESC
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "7.0"

s.source = { :git => "https://github.com/facebook/facebook-ios-sdk.git",
:tag => "sdk-version-4.20.2"
:tag => "sdk-version-4.21.0"
}

s.weak_frameworks = "Accounts", "CoreLocation", "Social", "Security", "QuartzCore", "CoreGraphics", "UIKit", "Foundation", "AudioToolbox"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKLoginKit
CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)

INFOPLIST_FILE = $(SRCROOT)/FBSDKLoginKit/Info.plist
MODULEMAP_FILE = $(SRCROOT)/FBSDKLoginKit/module.modulemap
MODULEMAP_FILE = $(SRCROOT)/FBSDKLoginKit/FBSDKLoginKit.modulemap

IPHONEOS_DEPLOYMENT_TARGET = 8.0
2 changes: 1 addition & 1 deletion FBSDKLoginKit/Configurations/FBSDKLoginKit.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKLoginKit
CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)

INFOPLIST_FILE = $(SRCROOT)/FBSDKLoginKit/Info.plist
MODULEMAP_FILE = $(SRCROOT)/FBSDKLoginKit/module.modulemap
MODULEMAP_FILE = $(SRCROOT)/FBSDKLoginKit/FBSDKLoginKit.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ALWAYS_SEARCH_USER_PATHS = NO
HEADER_SEARCH_PATHS = $(inherited) "$(BUILT_PRODUCTS_DIR)" "$(DERIVED_FILE_DIR)"
LIBRARY_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)" $(inherited)
INFOPLIST_FILE = $(TARGET_NAME)/Info.plist
MODULEMAP_FILE = $(TARGET_NAME)/module.modulemap
MODULEMAP_FILE = $(TARGET_NAME)/FBSDKMessengerShareKit.modulemap

// Code Generation
GCC_DYNAMIC_NO_PIC = NO
Expand Down
6 changes: 6 additions & 0 deletions FBSDKPlacesKit/FBSDKPlacesKit/FBSDKPlacesKit.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
framework module FBSDKPlacesKit {
umbrella header "FBSDKPlacesKit.h"

export *
module * { export * }
}
4 changes: 2 additions & 2 deletions FBSDKShareKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = "FBSDKShareKit"
s.version = "4.20.2"
s.version = "4.21.0"
s.summary = "Official Facebook SDK for iOS to access Facebook Platform's Sharing Features"

s.description = <<-DESC
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'

s.source = { :git => "https://github.com/facebook/facebook-ios-sdk.git",
:tag => "sdk-version-4.20.2"
:tag => "sdk-version-4.21.0"
}

s.ios.weak_frameworks = 'Accounts', 'AudioToolbox', 'CoreGraphics', 'CoreLocation', 'Foundation', 'QuartzCore', 'Security', 'Social', 'UIKit'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKShareKit
CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)

INFOPLIST_FILE = $(SRCROOT)/FBSDKShareKit/Info.plist
MODULEMAP_FILE = $(SRCROOT)/FBSDKShareKit/module.modulemap
MODULEMAP_FILE = $(SRCROOT)/FBSDKShareKit/FBSDKShareKit.modulemap

IPHONEOS_DEPLOYMENT_TARGET = 8.0
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKShareKit
CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)

INFOPLIST_FILE = $(SRCROOT)/FBSDKShareKit/Info.plist
MODULEMAP_FILE = $(SRCROOT)/FBSDKShareKit/module.modulemap
MODULEMAP_FILE = $(SRCROOT)/FBSDKShareKit/FBSDKShareKit.modulemap
2 changes: 1 addition & 1 deletion FBSDKShareKit/Configurations/FBSDKShareKit-tvOS.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKShareKit
CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)

INFOPLIST_FILE = $(SRCROOT)/FBSDKShareKit/Info.plist
MODULEMAP_FILE = $(SRCROOT)/FBSDKShareKit/module.modulemap
MODULEMAP_FILE = $(SRCROOT)/FBSDKShareKit/FBSDKShareKit.modulemap
2 changes: 1 addition & 1 deletion FBSDKShareKit/Configurations/FBSDKShareKit.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKShareKit
CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)

INFOPLIST_FILE = $(SRCROOT)/FBSDKShareKit/Info.plist
MODULEMAP_FILE = $(SRCROOT)/FBSDKShareKit/module.modulemap
MODULEMAP_FILE = $(SRCROOT)/FBSDKShareKit/FBSDKShareKit.modulemap
4 changes: 2 additions & 2 deletions FBSDKTVOSKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = 'FBSDKTVOSKit'
s.version = '4.20.2'
s.version = '4.21.0'
s.summary = 'Official Facebook SDK for tvOS to access Facebook Platform with features like Login and Graph API.'

s.description = <<-DESC
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'

s.source = { :git => 'https://github.com/facebook/facebook-ios-sdk.git',
:tag => 'sdk-version-4.20.2' }
:tag => 'sdk-version-4.21.0' }

s.source_files = 'FBSDKTVOSKit/FBSDKTVOSKit/**/*.{h,m}'
s.public_header_files = 'FBSDKTVOSKit/FBSDKTVOSKit/*.h'
Expand Down
2 changes: 1 addition & 1 deletion FBSDKTVOSKit/Configurations/FBSDKTVOSKit-Dynamic.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKTVOSKit
CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)

INFOPLIST_FILE = $(SRCROOT)/FBSDKTVOSKit/Info.plist
MODULEMAP_FILE = $(SRCROOT)/FBSDKTVOSKit/module.modulemap
MODULEMAP_FILE = $(SRCROOT)/FBSDKTVOSKit/FBSDKTVOSKit.modulemap
2 changes: 1 addition & 1 deletion FBSDKTVOSKit/Configurations/FBSDKTVOSKit.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKTVOSKit
CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)

INFOPLIST_FILE = $(SRCROOT)/FBSDKTVOSKit/Info.plist
MODULEMAP_FILE = $(SRCROOT)/FBSDKTVOSKit/module.modulemap
MODULEMAP_FILE = $(SRCROOT)/FBSDKTVOSKit/FBSDKTVOSKit.modulemap
File renamed without changes.

0 comments on commit 2403325

Please sign in to comment.