From 90ee7eac790a84773e5bcca02a7c5ce67ef33555 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Tue, 26 Nov 2019 17:12:02 +0100 Subject: [PATCH] - Fix Facebook bug in 5.11.1 library --- Example/PNObject.xcodeproj/project.pbxproj | 21 +- .../xcschemes/PNObject-Example.xcscheme | 24 +- .../AppIcon.appiconset/Contents.json | 229 +++++++++--------- Example/Podfile.lock | 10 +- .../Pods/Local Podspecs/PNObject.podspec.json | 10 +- Example/Pods/Manifest.lock | 10 +- PNObject.podspec | 8 +- 7 files changed, 166 insertions(+), 146 deletions(-) diff --git a/Example/PNObject.xcodeproj/project.pbxproj b/Example/PNObject.xcodeproj/project.pbxproj index a6b9686..f5c5344 100644 --- a/Example/PNObject.xcodeproj/project.pbxproj +++ b/Example/PNObject.xcodeproj/project.pbxproj @@ -247,7 +247,7 @@ isa = PBXProject; attributes = { CLASSPREFIX = PNObj; - LastUpgradeCheck = 0820; + LastUpgradeCheck = 1120; ORGANIZATIONNAME = "Giuseppe Nucifora"; TargetAttributes = { 6003F589195388D20070C39A = { @@ -268,6 +268,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, Base, ); @@ -413,18 +414,27 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 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_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; + CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; @@ -457,18 +467,27 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 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_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; + CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; diff --git a/Example/PNObject.xcodeproj/xcshareddata/xcschemes/PNObject-Example.xcscheme b/Example/PNObject.xcodeproj/xcshareddata/xcschemes/PNObject-Example.xcscheme index e05da53..c4bffec 100644 --- a/Example/PNObject.xcodeproj/xcshareddata/xcschemes/PNObject-Example.xcscheme +++ b/Example/PNObject.xcodeproj/xcshareddata/xcschemes/PNObject-Example.xcscheme @@ -1,6 +1,6 @@ + + + + @@ -39,17 +48,6 @@ - - - - - - - - 5.8.0) + - FBSDKLoginKit (~> 5.8.0) - FBSDKPlacesKit - - FBSDKShareKit + - FBSDKShareKit (~> 5.8.0) - NSDataAES - NSDate_Utils - NSString-Helper @@ -112,7 +112,7 @@ SPEC CHECKSUMS: NSString-Helper: 1c259caa6c845e79e0bb45ee25e34f95d86d2317 nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3 - PNObject: 050cb74316db4833c551ae9732db81f6fb8c6416 + PNObject: 52d656ef2027a90a4a49f8f2b2d6ecaabf3b63ce PureLayout: 9b4ad47b2f0388c84ff534af23d96e720c1b875a RZDataBinding: 289e2fbdce8b9585afef69def83425c5d380ffbd Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66 diff --git a/Example/Pods/Local Podspecs/PNObject.podspec.json b/Example/Pods/Local Podspecs/PNObject.podspec.json index 6b3878f..1562399 100644 --- a/Example/Pods/Local Podspecs/PNObject.podspec.json +++ b/Example/Pods/Local Podspecs/PNObject.podspec.json @@ -1,6 +1,6 @@ { "name": "PNObject", - "version": "2.6.5", + "version": "2.6.6", "summary": "PNObject is a simple replica of the more complex ParseObject", "homepage": "https://github.com/giuseppenucifora/PNObject", "license": { @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/giuseppenucifora/PNObject.git", - "tag": "2.6.5" + "tag": "2.6.6" }, "platforms": { "ios": "10.0" @@ -44,13 +44,13 @@ ], "FBSDKCoreKit": [ - + "~> 5.8.0" ], "FBSDKLoginKit": [ - + "~> 5.8.0" ], "FBSDKShareKit": [ - + "~> 5.8.0" ], "FBSDKPlacesKit": [ diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 8ba7027..9896e81 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -42,15 +42,15 @@ PODS: - NSString-Helper (1.2.0) - nv-ios-http-status (0.0.1) - PEAR-FileManager-iOS (1.3.1) - - PNObject (2.6.5): + - PNObject (2.6.6): - AFNetworking - CodFis-Helper - DDDKeychainWrapper - DJLocalization - - FBSDKCoreKit - - FBSDKLoginKit + - FBSDKCoreKit (~> 5.8.0) + - FBSDKLoginKit (~> 5.8.0) - FBSDKPlacesKit - - FBSDKShareKit + - FBSDKShareKit (~> 5.8.0) - NSDataAES - NSDate_Utils - NSString-Helper @@ -112,7 +112,7 @@ SPEC CHECKSUMS: NSString-Helper: 1c259caa6c845e79e0bb45ee25e34f95d86d2317 nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3 - PNObject: 050cb74316db4833c551ae9732db81f6fb8c6416 + PNObject: 52d656ef2027a90a4a49f8f2b2d6ecaabf3b63ce PureLayout: 9b4ad47b2f0388c84ff534af23d96e720c1b875a RZDataBinding: 289e2fbdce8b9585afef69def83425c5d380ffbd Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66 diff --git a/PNObject.podspec b/PNObject.podspec index a02d196..195e0e6 100644 --- a/PNObject.podspec +++ b/PNObject.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'PNObject' -s.version = '2.6.5' +s.version = '2.6.6' s.summary = 'PNObject is a simple replica of the more complex ParseObject' @@ -37,9 +37,9 @@ s.dependency 'nv-ios-http-status' s.dependency 'NSString-Helper' s.dependency 'CodFis-Helper' s.dependency 'StrongestPasswordValidator' -s.dependency 'FBSDKCoreKit' -s.dependency 'FBSDKLoginKit' -s.dependency 'FBSDKShareKit' +s.dependency 'FBSDKCoreKit', '~> 5.8.0' +s.dependency 'FBSDKLoginKit', '~> 5.8.0' +s.dependency 'FBSDKShareKit', '~> 5.8.0' s.dependency 'FBSDKPlacesKit' s.dependency 'NSDataAES' s.dependency 'DDDKeychainWrapper'