Files
Jawwad Ahmad ca5aafa0d1 Fix various issues in FacebookShareSample
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
2022-02-10 16:42:20 -08:00
..
2019-10-29 09:14:15 -07:00