idb/Fixtures/Source/FBTestRunnerApp
Marek Cirkos 6f2db35b62 Add FBTestRunner app to test fixtures
Summary:
Since new iOS is much more aggressive on killing apps, we cannot use random apps for our integrations tests anymore (as they get killed).

This diff adds app that uses some system hooks in order to avoid that (eg. by adding `unboundedTaskCompletion`, `continuous` as `UIBackgroundModes` in it's `Info.Plist`) and requesting background task via app delegate.

Reviewed By: antiarchit

Differential Revision: D8348520

fbshipit-source-id: e419774f09a30c57e0eedcb54efdaef10b2bfcc7
2018-06-18 06:52:49 -07:00
..
FBAppDelegate.h Add FBTestRunner app to test fixtures 2018-06-18 06:52:49 -07:00
FBAppDelegate.m Add FBTestRunner app to test fixtures 2018-06-18 06:52:49 -07:00
Info.plist Add FBTestRunner app to test fixtures 2018-06-18 06:52:49 -07:00
main.m Add FBTestRunner app to test fixtures 2018-06-18 06:52:49 -07:00