Skip to content

Commit

Permalink
Facebook iOS SDK 4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhuowen committed Apr 18, 2017
2 parents 5950499 + 99cb086 commit 8eb380a
Show file tree
Hide file tree
Showing 64 changed files with 4,384 additions and 42 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
AccountKit/**/AccountKitServerSnapshotTests.xcworkspace/*
AccountKit/**/AccountKitServerSnapshotTests.xcodeproj/*
ads/samples/AdUnitsSample/AdUnitsSample.xcodeproj/*
ads/samples/AdUnitsSample/AdUnitsSample.xcworkspace/*
ads/samples/InstreamAdSample/InstreamAdSample.xcodeproj/*
Expand Down
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.21.0
FBSDK_PROJECT_VERSION=4.22.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.21.0"
s.version = "4.22.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.21.0"
:tag => "sdk-version-4.22.0"
}

s.ios.weak_frameworks = 'Accounts', 'CoreLocation', 'Social', 'Security', 'QuartzCore', 'CoreGraphics', 'UIKit', 'Foundation', 'AudioToolbox'
Expand Down
4 changes: 2 additions & 2 deletions 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.21.0"
#define FBSDK_TARGET_PLATFORM_VERSION @"v2.8"
#define FBSDK_VERSION_STRING @"4.22.0"
#define FBSDK_TARGET_PLATFORM_VERSION @"v2.9"
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.21.0"
s.version = "4.22.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.21.0"
:tag => "sdk-version-4.22.0"
}

s.weak_frameworks = "Accounts", "CoreLocation", "Social", "Security", "QuartzCore", "CoreGraphics", "UIKit", "Foundation", "AudioToolbox"
Expand Down
36 changes: 36 additions & 0 deletions FBSDKPlacesKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Use the --use-libraries switch when pushing or linting this podspec

Pod::Spec.new do |s|

s.name = "FBSDKPlacesKit"
s.version = "4.22.0"
s.summary = "Official Facebook SDK for iOS to access Facebook Places"

s.description = <<-DESC
The Facebook SDK for iOS PlacesKit framework provides:
* Search for Places in the Facebook Places graph.
* Find the current place a user is in.
DESC

s.homepage = "https://developers.facebook.com/docs/ios/"
s.license = { :type => "Facebook Platform License", :file => "LICENSE" }
s.author = 'Facebook'

s.platform = :ios, "9.0"
s.ios.deployment_target = "7.0"

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

s.weak_frameworks = "Accounts", "CoreLocation", "Social", "Security", "Foundation"

s.requires_arc = true

s.source_files = "FBSDKPlacesKit/FBSDKPlacesKit/**/*.{h,m}"
s.public_header_files = "FBSDKPlacesKit/FBSDKPlacesKit/*.{h}"
# Allow the weak linking to Bolts (see FBSDKAppLinkResolver.h) in Cocoapods 0.39.0
s.pod_target_xcconfig = { 'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES' }
s.dependency 'FBSDKCoreKit'

end
31 changes: 31 additions & 0 deletions FBSDKPlacesKit/Configurations/FBSDKPlacesKit-Dynamic.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
//
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
// copy, modify, and distribute this software in source code or binary form for use
// in connection with the web services and APIs provided by Facebook.
//
// As with any software that integrates with the Facebook platform, your use of
// this software is subject to the Facebook Developer Principles and Policies
// [http://developers.facebook.com/policy/]. This copyright notice shall be
// included in all copies or substantial portions of the software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
// 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.

#include "Shared/Platform/iOS.xcconfig"
#include "Shared/Target/DynamicFramework.xcconfig"
#include "Shared/Version.xcconfig"

PRODUCT_NAME = FBSDKPlacesKit
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKPlacesKit

CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)

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

IPHONEOS_DEPLOYMENT_TARGET = 8.0
29 changes: 29 additions & 0 deletions FBSDKPlacesKit/Configurations/FBSDKPlacesKit.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
//
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
// copy, modify, and distribute this software in source code or binary form for use
// in connection with the web services and APIs provided by Facebook.
//
// As with any software that integrates with the Facebook platform, your use of
// this software is subject to the Facebook Developer Principles and Policies
// [http://developers.facebook.com/policy/]. This copyright notice shall be
// included in all copies or substantial portions of the software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
// 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.

#include "Shared/Platform/iOS.xcconfig"
#include "Shared/Target/StaticFramework.xcconfig"
#include "Shared/Version.xcconfig"

PRODUCT_NAME = FBSDKPlacesKit
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKPlacesKit

CURRENT_PROJECT_VERSION = $(FBSDK_PROJECT_VERSION)

INFOPLIST_FILE = $(SRCROOT)/FBSDKPlacesKit/Info.plist
MODULEMAP_FILE = $(SRCROOT)/FBSDKPlacesKit/FBSDKPlacesKit.modulemap
30 changes: 30 additions & 0 deletions FBSDKPlacesKit/Configurations/FBSDKPlacesKitTests.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
//
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
// copy, modify, and distribute this software in source code or binary form for use
// in connection with the web services and APIs provided by Facebook.
//
// As with any software that integrates with the Facebook platform, your use of
// this software is subject to the Facebook Developer Principles and Policies
// [http://developers.facebook.com/policy/]. This copyright notice shall be
// included in all copies or substantial portions of the software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
// 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.

#include "Shared/Platform/iOS.xcconfig"
#include "Shared/Target/LogicTests.xcconfig"

PRODUCT_NAME = FBSDKPlacesKitTests
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.sdk.FBSDKPlacesKitTests

INFOPLIST_FILE = $(SRCROOT)/FBSDKPlacesKitTests/Info.plist

IPHONEOS_DEPLOYMENT_TARGET = 8.0

HEADER_SEARCH_PATHS = $(inherited) $(BUILT_PRODUCTS_DIR)
LIBRARY_SEARCH_PATHS = $(inherited) $(BUILT_PRODUCTS_DIR)
1 change: 1 addition & 0 deletions FBSDKPlacesKit/Configurations/Shared
Loading

0 comments on commit 8eb380a

Please sign in to comment.