Skip to content

Commit

Permalink
Develop (#13)
Browse files Browse the repository at this point in the history
* update FBSDKLoginKit to v5.4.1 (#9)

update FBSDKCoreKit to v5.4.1

* - Update facebook login sdk version (#12)
  • Loading branch information
simform-solutions authored Sep 6, 2019
1 parent 7d74a84 commit 6db0919
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
platform :ios, '11.0'

target 'ReuseabelLogInComponets' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
Expand Down
24 changes: 12 additions & 12 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- FBSDKCoreKit (5.4.1):
- FBSDKCoreKit/Basics (= 5.4.1)
- FBSDKCoreKit/Core (= 5.4.1)
- FBSDKCoreKit/Basics (5.4.1)
- FBSDKCoreKit/Core (5.4.1):
- FBSDKCoreKit (5.5.0):
- FBSDKCoreKit/Basics (= 5.5.0)
- FBSDKCoreKit/Core (= 5.5.0)
- FBSDKCoreKit/Basics (5.5.0)
- FBSDKCoreKit/Core (5.5.0):
- FBSDKCoreKit/Basics
- FBSDKLoginKit (5.4.1):
- FBSDKLoginKit (5.5.0):
- FBSDKCoreKit (~> 5.0)
- SSFacebookLogin (6.0.1):
- FBSDKCoreKit (= 5.4.1)
- FBSDKLoginKit (= 5.4.1)
- SSFacebookLogin (6.0.4):
- FBSDKCoreKit (= 5.5.0)
- FBSDKLoginKit (= 5.5.0)

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

SPEC CHECKSUMS:
FBSDKCoreKit: 5144671077d67f07d7d243dbc7fd57a171f73954
FBSDKLoginKit: ff38b353b6843353f090028eb1b895c78aa82796
SSFacebookLogin: 81b707209bf46ea9a37789c3f748d090724f9484
FBSDKCoreKit: 7ade9cfea30eef2f6cf105a1aa904f89ea68fb7d
FBSDKLoginKit: bb28062f24e79590c44ba03297ca9bea4b6436d2
SSFacebookLogin: 8929c388086e8c0ca6e4a41d46e118422d54613a

PODFILE CHECKSUM: 0c3f6bca4fd83e7fd72fccd4d940762bf6f21c97

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Import two files in your project and it's done
5. Connect App Delegate Using LoginManager.swift Methods
6. Congratulations!

## Migration Guide
- Developer must Use version 6.0.3 or lower for support of iOS 10.0.
- For minimum iOS target 11.0 use 6.0.4.

## Usage example
##### Developer must have to call function from appdelegate didFinishlaunching.

Expand Down
10 changes: 7 additions & 3 deletions ReuseabelLogInComponets.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 0920;
LastUpgradeCheck = 1030;
ORGANIZATIONNAME = "Sumit Goswami";
TargetAttributes = {
0C280B8D20510F99008912DD = {
Expand Down Expand Up @@ -263,13 +263,15 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down Expand Up @@ -320,13 +322,15 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down Expand Up @@ -364,7 +368,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = Y98X8JAPH6;
INFOPLIST_FILE = ReuseabelLogInComponets/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.simformsolutions.ReuseabelLogInComponets;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -381,7 +385,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = Y98X8JAPH6;
INFOPLIST_FILE = ReuseabelLogInComponets/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.simformsolutions.ReuseabelLogInComponets;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
8 changes: 4 additions & 4 deletions SSFacebookLogin.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SSFacebookLogin'
s.version = '6.0.3'
s.version = '6.0.4'
s.summary = 'The Reusable Facebook Login Components for iOS is the easiest way to get data from Facebook.'

s.description = 'The Reusable Facebook Login Components for iOS is the easiest way to get data from Facebook.'
Expand All @@ -10,11 +10,11 @@ Pod::Spec.new do |s|
s.author = { 'Sanjaysinh Chauhan' => '[email protected]' }
s.source = { :git => 'https://github.com/simformsolutions/SSFacebookLogin.git', :tag => s.version.to_s }

s.ios.deployment_target = '10.0'
s.ios.deployment_target = '11.0'
s.source_files = 'Classes'

s.dependency 'FBSDKLoginKit', '5.4.1'
s.dependency 'FBSDKCoreKit', '5.4.1'
s.dependency 'FBSDKLoginKit', '5.5.0'
s.dependency 'FBSDKCoreKit', '5.5.0'


end

0 comments on commit 6db0919

Please sign in to comment.