Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Marek Cirkos 56b8037fb3 Replaced loading Xcode3Core.ideplugin with DevTools*.frameworks
Summary: It will readuce amount of code loaded into runtime. This is because we need DevTool* frameworks that Xcode3Core loads, not Xcode3Core it self.

Reviewed By: lawrencelomax

Differential Revision: D3144332

fb-gh-sync-id: 636dc1d1da55458c167eaa96c6176f39bfcbbd3a
fbshipit-source-id: 636dc1d1da55458c167eaa96c6176f39bfcbbd3a
2016-04-06 07:45:59 -07:00
Marek Cirkos 8c2c26504b Removed definition of unused DVTiPhoneSimulatorRemoteClient framework
Reviewed By: nqmtuan

Differential Revision: D3144329

fb-gh-sync-id: 86f094b7420868aac3cff5449b51405254a3ed62
fbshipit-source-id: 86f094b7420868aac3cff5449b51405254a3ed62
2016-04-06 07:45:59 -07:00
Marek Cirkos d3feec9ecd Handling missing framework image error, when loading FBWeakFramework
Summary:We can fail to load private frameworks due to missing image of third library that is needed by loaded framework.
Added error handling that will try to load missing framework image from given directory list.

Reviewed By: migchez, lawrencelomax

Differential Revision: D3138802

fb-gh-sync-id: 21710a38b9baf1fce981e81e42e342e4fa0085fa
fbshipit-source-id: 21710a38b9baf1fce981e81e42e342e4fa0085fa
2016-04-05 07:20:21 -07:00
Marek Cirkos 50d7194104 Resolved private framework and plugins linking
Summary:Added support for linking frameworks that requires other frameworks to link beforehand.
This is required to link 'IDEiOSSupportCore.plugin' (used by XCTestBootstrap).

Also added check for multiple classes to confirm successful framework load.

Reviewed By: lawrencelomax

Differential Revision: D3120290

fb-gh-sync-id: 95f1c064406a6965d583c85d4b16b674e68f543b
fbshipit-source-id: 95f1c064406a6965d583c85d4b16b674e68f543b
2016-04-01 02:35:23 -07:00