mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-01-12 17:22:28 +08:00
Summary: I found issues while I was using FacebookShareSample to troubleshoot https://github.com/facebook/facebook-ios-sdk/issues/2015 - Fixed: Code after 'return' will never be executed warning due to the "#if targetEnvironment(simulator)" compile-time directive by refactoring code and moving this logic into a method - Fixed indentation issues - Updated to recommended build settings to add CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning - Updated indentation setting in the project to be 4 spaces (to match existing project) - Deleted deployment target override (which was set to 13.2) - Deleted the hardcoded development team that was set - Deleted the deprecated url schemes, leaving just fbapi and fb-messenger-share-api Reviewed By: samodom Differential Revision: D34158498 fbshipit-source-id: 1bdee3b9a76819f0ec2613da0e89f7b6c64c2cd0