12 Commits

Author SHA1 Message Date
Jawwad Ahmad
98b0b91800 Remove FBSDKTVOSKit
Summary: FBSDKTVOSKit was previously deprecated. This commit removes it completely.

Reviewed By: samodom

Differential Revision: D40688750

fbshipit-source-id: 2c981ce6bff126c0781d027d5dfa7cc7649312e3
2022-10-25 13:20:43 -07:00
Xin Wu
6af51e8a0d Xcodegen FBAEMKit
Summary: This diff adds a project configuration file for FBAEMKit.

Reviewed By: joesus

Differential Revision: D29597922

fbshipit-source-id: 1037cd0fcddf8c04066bae809fc59235469fddf2
2021-07-20 23:11:26 -07:00
Joe Susnick
60a834810b Making Basics a real module
Summary:
FBSDKCoreKit_Basics is currently a module for Swift Package Manager and BUCK but not for CocoaPods or Xcodebuild.

This aims to bring the four in line by separating it into its own module for Xcode builds.

Reviewed By: dreamolight

Differential Revision: D28312787

fbshipit-source-id: b31136de9eb98b31d061d289cd0ea7116acf1c14
2021-05-12 11:46:29 -07:00
Joe Susnick
339112c050 Adding Project for Sharing Test Tools
Summary: This will make it easier for teams to share resources and avoid rework as they backfill unit tests.

Reviewed By: jingping2015

Differential Revision: D26870942

fbshipit-source-id: 0ccf08facef386e547aea19987cb682337c35ee6
2021-03-08 19:07:30 -08:00
joesusnick
4169558014 Cleanup xcconfig (#1338)
Summary:
Thanks for proposing a pull request!

To help us review the request, please complete the following:

- [x] sign [contributor license agreement](https://developers.facebook.com/opensource/cla)
- [x] I've ensured that all existing tests pass and added tests (when/where necessary)
- [x] I've updated the documentation (when/where necessary) and [Changelog](CHANGELOG.md) (when/where necessary)
- [x] I've added the proper label to this pull request (e.g. `bug` for bug fixes)

## Pull Request Details

First crack at cleaning up xcconfig files. Noticed that GamingServicesKit was not applying config files.
Also added more robust static analysis and compiler warnings to the config that is shared amongst kits.
Also fixed some of the warnings that this created
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1338

Test Plan: CI. Also can manually check the project settings for FBSDKGamingServicesKit to see where values are coming from (they should be coming from the xcconfig files)

Reviewed By: dreamolight

Differential Revision: D21021155

Pulled By: joesus

fbshipit-source-id: 954824b1dbca234d27f14b38a935e9ac40a8f395
2020-04-16 13:02:31 -07:00
Joe Susnick
08894e06da Adding FBSDKGamingServicesKit to BuildAllKits (#1239)
Summary: Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/1239

Reviewed By: dloomb

Differential Revision: D19860178

fbshipit-source-id: b7c9b457cad708a1cc507f4e9d3221a26c0ea15d
2020-02-13 16:42:54 -08:00
Joe Susnick
d4c13d48a5 Remove FBSDKPlacesKit
Summary:
PlacesKit is predicated on the existence of two endpoints:
`GET /search?type=place`
and
`GET /{place-information-id}`

These endpoints were removed in GraphAPI v6.0 so this kit is entirely non-functioning.

Reviewed By: jingping2015

Differential Revision: D19858088

fbshipit-source-id: 5cde7f04c6d6d6229175c75557d26043da546ec1
2020-02-13 13:28:52 -08:00
Joe Susnick
e1a540d71e Remove FBSDKIntegrationTests
Summary: Asked in the iOS SDK chat and afaict nobody is using or maintaining this sample project. It should be replaced by an updated integration test at some point if we deem it necessary.

Reviewed By: dreamolight

Differential Revision: D18351596

fbshipit-source-id: f743e36f51b45d5d6be0f82f5cf626cba456bf05
2019-11-06 10:59:39 -08:00
Zhuowen Deng
99cb086564 Facebook iOS SDK 4.22 2017-04-18 10:34:59 -07:00
chris pan
7d240ee934 Facebook iOS SDK 4.9 2016-01-13 15:35:38 -08:00
Brian Kelley
f1878539ef Facebook iOS SDK 4.2 2015-05-28 18:04:32 -07:00
chris pan
13ee6dbaa2 Facebook iOS SDK 4.0 2015-03-25 11:01:51 -07:00