Removed definition of unused DVTiPhoneSimulatorRemoteClient framework
Reviewed By: nqmtuan Differential Revision: D3144329 fb-gh-sync-id: 86f094b7420868aac3cff5449b51405254a3ed62 fbshipit-source-id: 86f094b7420868aac3cff5449b51405254a3ed62
This commit is contained in:
Родитель
2834eb3f77
Коммит
8c2c26504b
|
@ -16,7 +16,7 @@
|
|||
|
||||
+ (nonnull instancetype)CoreSimulator;
|
||||
+ (nonnull instancetype)SimulatorKit;
|
||||
+ (nonnull instancetype)DVTiPhoneSimulatorRemoteClient;
|
||||
|
||||
+ (nonnull instancetype)DTXConnectionServices;
|
||||
+ (nonnull instancetype)DVTFoundation;
|
||||
+ (nonnull instancetype)IDEFoundation;
|
||||
|
|
|
@ -21,11 +21,6 @@
|
|||
return [FBWeakFramework frameworkWithRelativePath:@"Library/PrivateFrameworks/SimulatorKit.framework" requiredClassNames:@[@"SimDeviceFramebufferService"]];
|
||||
}
|
||||
|
||||
+ (nonnull instancetype)DVTiPhoneSimulatorRemoteClient
|
||||
{
|
||||
return [FBWeakFramework frameworkWithRelativePath:@"../SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework" requiredClassNames:@[@"DTiPhoneSimulatorApplicationSpecifier"]];
|
||||
}
|
||||
|
||||
+ (nonnull instancetype)DTXConnectionServices
|
||||
{
|
||||
return [FBWeakFramework frameworkWithRelativePath:@"../SharedFrameworks/DTXConnectionServices.framework" requiredClassNames:@[@"DTXConnection", @"DTXRemoteInvocationReceipt"]];
|
||||
|
|
Загрузка…
Ссылка в новой задаче