forked from jhaynie/iphonesim
-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from phonegap/issue-72
Fixes #72 - Xcode 5.1 use of new PrivateFrameworks for iPhoneSimulatorClient
- Loading branch information
Showing
8 changed files
with
411 additions
and
151 deletions.
There are no files selected for viewing
290 changes: 290 additions & 0 deletions
290
DVTiPhoneSimulatorRemoteClient/DVTiPhoneSimulatorRemoteClient.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,290 @@ | ||
// | ||
// Generated by class-dump 3.5 (64 bit). | ||
// | ||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. | ||
// | ||
|
||
#pragma mark Blocks | ||
|
||
typedef void (^CDUnknownBlockType)(void); // return type and parameters are unknown | ||
|
||
#pragma mark - | ||
|
||
// | ||
// File: $(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient | ||
// | ||
// Arch: x86_64 | ||
// Current version: 12.0.0 | ||
// Compatibility version: 1.0.0 | ||
// Source version: 5037.3.0.0.0 | ||
// Minimum Mac OS X version: 10.8.0 | ||
// SDK version: 10.9.0 | ||
// | ||
// Objective-C Garbage Collection: Unsupported | ||
// | ||
// Run path: @loader_path/../../../../PrivateFrameworks/ | ||
// = $(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks | ||
// | ||
|
||
|
||
@class DTiPhoneSimulatorApplicationSpecifier; | ||
@class DTiPhoneSimulatorSession; | ||
@class DTiPhoneSimulatorSessionConfig; | ||
@class DTiPhoneSimulatorSystemRoot; | ||
@class DVTiPhoneSimulatorMessenger; | ||
|
||
@protocol DTiPhoneSimulatorSessionDelegate | ||
|
||
- (void) session: (DTiPhoneSimulatorSession *) session didEndWithError: (NSError *) error; | ||
- (void) session: (DTiPhoneSimulatorSession *) session didStart: (BOOL) started withError: (NSError *) error; | ||
|
||
@end | ||
|
||
@protocol OS_dispatch_source | ||
@end | ||
@protocol OS_dispatch_queue | ||
@end | ||
@class DVTDispatchLock; | ||
@class DVTConfinementServiceConnection; | ||
@class DVTTask; | ||
|
||
|
||
@interface DVTiPhoneSimulatorMessenger : NSObject | ||
{ | ||
DTiPhoneSimulatorSession *_session; | ||
CDUnknownBlockType _readyMessageHandler; | ||
CDUnknownBlockType _runningMessageHandler; | ||
CDUnknownBlockType _appDidLaunchMessageHandler; | ||
CDUnknownBlockType _appDidQuitMessageHandler; | ||
CDUnknownBlockType _appPIDExitedMessageHandler; | ||
CDUnknownBlockType _toolDidLaunchMessageHandler; | ||
} | ||
|
||
+ (id)messengerForSession:(id)arg1 withConnection:(id)arg2; | ||
+ (id)messengerForSession:(id)arg1; | ||
@property(copy, nonatomic) CDUnknownBlockType toolDidLaunchMessageHandler; // @synthesize toolDidLaunchMessageHandler=_toolDidLaunchMessageHandler; | ||
@property(copy, nonatomic) CDUnknownBlockType appPIDExitedMessageHandler; // @synthesize appPIDExitedMessageHandler=_appPIDExitedMessageHandler; | ||
@property(copy, nonatomic) CDUnknownBlockType appDidQuitMessageHandler; // @synthesize appDidQuitMessageHandler=_appDidQuitMessageHandler; | ||
@property(copy, nonatomic) CDUnknownBlockType appDidLaunchMessageHandler; // @synthesize appDidLaunchMessageHandler=_appDidLaunchMessageHandler; | ||
@property(copy, nonatomic) CDUnknownBlockType runningMessageHandler; // @synthesize runningMessageHandler=_runningMessageHandler; | ||
@property(copy, nonatomic) CDUnknownBlockType readyMessageHandler; // @synthesize readyMessageHandler=_readyMessageHandler; | ||
@property(readonly) DTiPhoneSimulatorSession *session; // @synthesize session=_session; | ||
- (void)doUbiquityFetchEvent; | ||
- (void)doFetchEventForPID:(int)arg1; | ||
- (void)backgroundAllApps:(int)arg1; | ||
- (void)startSimulatorToolSessionWithParameters:(id)arg1; | ||
- (void)stopSimulatingLocation; | ||
- (void)startSimulatingLocationWithLatitude:(id)arg1 longitute:(id)arg2; | ||
- (void)endSimulatorSessionWithPID:(int)arg1; | ||
- (void)startSimulatorSessionWithRequestInfo:(id)arg1; | ||
- (void)clearAllMessageHandlers; | ||
- (void)waitPID:(int)arg1 withAppPIDExitedMessagedHandler:(CDUnknownBlockType)arg2; | ||
- (void)disconnectFromService; | ||
- (BOOL)connectToServiceWithSessionOnLaunch:(BOOL)arg1 simulatorPID:(int *)arg2 error:(id *)arg3; | ||
- (id)initWithSession:(id)arg1; | ||
|
||
@end | ||
|
||
@interface DVTiPhoneSimulatorLocalMessenger : DVTiPhoneSimulatorMessenger | ||
{ | ||
BOOL _appTerminationMessageSent; | ||
NSObject<OS_dispatch_source> *_pidDispatchSource; | ||
DVTTask *_simTask; | ||
} | ||
|
||
- (void)doUbiquityFetchEvent; | ||
- (void)doFetchEventForPID:(int)arg1; | ||
- (void)backgroundAllApps:(int)arg1; | ||
- (void)_handleSimulatorToolDidLaunchMessage:(id)arg1; | ||
- (void)setToolDidLaunchMessageHandler:(CDUnknownBlockType)arg1; | ||
- (void)waitPID:(int)arg1 withAppPIDExitedMessagedHandler:(CDUnknownBlockType)arg2; | ||
- (void)_handleSimulatorAppDidQuitMessage:(id)arg1; | ||
- (void)setAppDidQuitMessageHandler:(CDUnknownBlockType)arg1; | ||
- (void)_handleSimulatorAppDidLaunchMessage:(id)arg1; | ||
- (void)setAppDidLaunchMessageHandler:(CDUnknownBlockType)arg1; | ||
- (void)_handleSimulatorRunningMessage:(id)arg1; | ||
- (void)setRunningMessageHandler:(CDUnknownBlockType)arg1; | ||
- (void)_handleSimulatorReadyMessage:(id)arg1; | ||
- (void)setReadyMessageHandler:(CDUnknownBlockType)arg1; | ||
- (void)startSimulatorToolSessionWithParameters:(id)arg1; | ||
- (void)stopSimulatingLocation; | ||
- (void)startSimulatingLocationWithLatitude:(id)arg1 longitute:(id)arg2; | ||
- (void)endSimulatorSessionWithPID:(int)arg1; | ||
- (void)startSimulatorSessionWithRequestInfo:(id)arg1; | ||
- (void)clearAllMessageHandlers; | ||
- (void)disconnectFromService; | ||
- (BOOL)connectToServiceWithSessionOnLaunch:(BOOL)arg1 simulatorPID:(int *)arg2 error:(id *)arg3; | ||
- (void)_enableObserver:(BOOL)arg1 forName:(id)arg2 selector:(SEL)arg3; | ||
|
||
@end | ||
|
||
@interface DVTiPhoneSimulatorRemoteMessenger : DVTiPhoneSimulatorMessenger | ||
{ | ||
unsigned long long _commandTag; | ||
NSObject<OS_dispatch_queue> *_responseQueue; | ||
DVTDispatchLock *_awaitingLock; | ||
NSMutableDictionary *_awaitingSemaphores; | ||
NSMutableDictionary *_awaitingResponses; | ||
NSMutableSet *_waitingAppPIDs; | ||
DVTConfinementServiceConnection *_connection; | ||
} | ||
|
||
@property(readonly) DVTConfinementServiceConnection *connection; // @synthesize connection=_connection; | ||
- (void)handleNotificationResponse:(id)arg1; | ||
- (void)waitPID:(int)arg1 withAppPIDExitedMessagedHandler:(CDUnknownBlockType)arg2; | ||
- (void)startSimulatorToolSessionWithParameters:(id)arg1; | ||
- (void)stopSimulatingLocation; | ||
- (void)startSimulatingLocationWithLatitude:(id)arg1 longitute:(id)arg2; | ||
- (void)endSimulatorSessionWithPID:(int)arg1; | ||
- (void)startSimulatorSessionWithRequestInfo:(id)arg1; | ||
- (void)disconnectFromService; | ||
- (BOOL)connectToServiceWithSessionOnLaunch:(BOOL)arg1 simulatorPID:(int *)arg2 error:(id *)arg3; | ||
- (BOOL)sendTaggedRequest:(id)arg1 awaitingResponse:(id *)arg2 error:(id *)arg3; | ||
- (id)nextCommandTag; | ||
- (id)awaitResponseWithTag:(id)arg1 error:(id *)arg2; | ||
- (void)enqueueResponse:(id)arg1 withTag:(id)arg2 error:(id)arg3; | ||
- (BOOL)sendRequest:(id)arg1 withTag:(id)arg2 error:(id *)arg3; | ||
- (id)initWithSession:(id)arg1 connection:(id)arg2; | ||
|
||
@end | ||
|
||
@interface DTiPhoneSimulatorSession : NSObject | ||
{ | ||
int _simulatedApplicationPID; | ||
int _simulatorPID; | ||
NSString *_uuid; | ||
id <DTiPhoneSimulatorSessionDelegate> _delegate; | ||
NSString *_simulatedAppPath; | ||
long long _sessionLifecycleProgress; | ||
NSTimer *_timeoutTimer; | ||
DTiPhoneSimulatorSessionConfig *_sessionConfig; | ||
DVTiPhoneSimulatorMessenger *_messenger; | ||
} | ||
|
||
@property(retain) DVTiPhoneSimulatorMessenger *messenger; // @synthesize messenger=_messenger; | ||
@property(copy, nonatomic) DTiPhoneSimulatorSessionConfig *sessionConfig; // @synthesize sessionConfig=_sessionConfig; | ||
@property(retain, nonatomic) NSTimer *timeoutTimer; // @synthesize timeoutTimer=_timeoutTimer; | ||
@property(nonatomic) long long sessionLifecycleProgress; // @synthesize sessionLifecycleProgress=_sessionLifecycleProgress; | ||
@property int simulatorPID; // @synthesize simulatorPID=_simulatorPID; | ||
@property(copy) NSString *simulatedAppPath; // @synthesize simulatedAppPath=_simulatedAppPath; | ||
@property int simulatedApplicationPID; // @synthesize simulatedApplicationPID=_simulatedApplicationPID; | ||
@property(retain, nonatomic) id <DTiPhoneSimulatorSessionDelegate> delegate; // @synthesize delegate=_delegate; | ||
@property(copy, nonatomic) NSString *uuid; // @synthesize uuid=_uuid; | ||
- (void)doUbiquityFetchEvent; | ||
- (void)doFetchEventForPID:(int)arg1; | ||
- (void)backgroundAllApps:(int)arg1; | ||
- (id)_invalidConfigError; | ||
- (void)_endSimulatorSession; | ||
- (void)_callDelegateResponseFromSessionEndedInfo:(id)arg1; | ||
- (void)_callDelegateResponseFromSessionStartedInfo:(id)arg1; | ||
- (id)_sessionStartRequestInfoFromConfig:(id)arg1 withError:(id *)arg2; | ||
- (BOOL)_startToolSessionInSimulatorWithError:(id *)arg1; | ||
- (BOOL)_startApplicationSessionInSimulatorWithError:(id *)arg1; | ||
- (BOOL)_startBasicSessionInSimulatorWithError:(id *)arg1; | ||
- (BOOL)_startSessionInSimulatorWithError:(id *)arg1; | ||
- (BOOL)_handleSessionEndedInSimulator:(id)arg1 notification:(id)arg2; | ||
- (void)_handleSessionStartedWithSim:(id)arg1; | ||
- (void)_handleSessionStartedInSimulator:(id)arg1; | ||
- (void)_handleSimulatorReadyMessage:(id)arg1; | ||
- (void)_timeoutElapsed:(id)arg1; | ||
- (BOOL)attachedToTargetWithConfig:(id)arg1 error:(id *)arg2; | ||
- (void)stopLocationSimulation; | ||
- (void)simulateLocationWithLatitude:(id)arg1 longitude:(id)arg2; | ||
- (void)requestEndWithTimeout:(double)arg1; | ||
- (BOOL)requestStartWithConfig:(id)arg1 timeout:(double)arg2 error:(id *)arg3; | ||
- (BOOL)_setUpSimulatorMessengerWithConfig:(id)arg1 error:(id *)arg2; | ||
- (id)description; | ||
- (void)dealloc; | ||
- (id)init; | ||
|
||
@end | ||
|
||
@interface DTiPhoneSimulatorSessionConfig : NSObject <NSCopying> | ||
{ | ||
BOOL _launchForBackgroundFetch; | ||
BOOL _simulatedApplicationShouldWaitForDebugger; | ||
NSString *_localizedClientName; | ||
DTiPhoneSimulatorSystemRoot *_simulatedSystemRoot; | ||
NSString *_simulatedDeviceInfoName; | ||
NSNumber *_simulatedDeviceFamily; | ||
NSString *_simulatedArchitecture; | ||
NSNumber *_simulatedDisplayHeight; | ||
NSNumber *_simulatedDisplayScale; | ||
DTiPhoneSimulatorApplicationSpecifier *_applicationToSimulateOnStart; | ||
NSNumber *_pid; | ||
NSArray *_simulatedApplicationLaunchArgs; | ||
NSDictionary *_simulatedApplicationLaunchEnvironment; | ||
NSString *_simulatedApplicationStdOutPath; | ||
NSString *_simulatedApplicationStdErrPath; | ||
NSFileHandle *_stdinFileHandle; | ||
NSFileHandle *_stdoutFileHandle; | ||
NSFileHandle *_stderrFileHandle; | ||
id _confinementService; | ||
} | ||
|
||
+ (id)displayNameForDeviceFamily:(id)arg1; | ||
@property(retain) id confinementService; // @synthesize confinementService=_confinementService; | ||
@property(retain) NSFileHandle *stderrFileHandle; // @synthesize stderrFileHandle=_stderrFileHandle; | ||
@property(retain) NSFileHandle *stdoutFileHandle; // @synthesize stdoutFileHandle=_stdoutFileHandle; | ||
@property(retain) NSFileHandle *stdinFileHandle; // @synthesize stdinFileHandle=_stdinFileHandle; | ||
@property(copy) NSString *simulatedApplicationStdErrPath; // @synthesize simulatedApplicationStdErrPath=_simulatedApplicationStdErrPath; | ||
@property(copy) NSString *simulatedApplicationStdOutPath; // @synthesize simulatedApplicationStdOutPath=_simulatedApplicationStdOutPath; | ||
@property BOOL simulatedApplicationShouldWaitForDebugger; // @synthesize simulatedApplicationShouldWaitForDebugger=_simulatedApplicationShouldWaitForDebugger; | ||
@property(copy) NSDictionary *simulatedApplicationLaunchEnvironment; // @synthesize simulatedApplicationLaunchEnvironment=_simulatedApplicationLaunchEnvironment; | ||
@property(copy) NSArray *simulatedApplicationLaunchArgs; // @synthesize simulatedApplicationLaunchArgs=_simulatedApplicationLaunchArgs; | ||
@property(copy) NSNumber *pid; // @synthesize pid=_pid; | ||
@property(copy) DTiPhoneSimulatorApplicationSpecifier *applicationToSimulateOnStart; // @synthesize applicationToSimulateOnStart=_applicationToSimulateOnStart; | ||
@property(copy) NSNumber *simulatedDisplayScale; // @synthesize simulatedDisplayScale=_simulatedDisplayScale; | ||
@property(copy) NSNumber *simulatedDisplayHeight; // @synthesize simulatedDisplayHeight=_simulatedDisplayHeight; | ||
@property(copy) NSString *simulatedArchitecture; // @synthesize simulatedArchitecture=_simulatedArchitecture; | ||
@property(copy) NSNumber *simulatedDeviceFamily; // @synthesize simulatedDeviceFamily=_simulatedDeviceFamily; | ||
@property(retain) NSString *simulatedDeviceInfoName; // @synthesize simulatedDeviceInfoName=_simulatedDeviceInfoName; | ||
@property(copy) DTiPhoneSimulatorSystemRoot *simulatedSystemRoot; // @synthesize simulatedSystemRoot=_simulatedSystemRoot; | ||
@property(copy) NSString *localizedClientName; // @synthesize localizedClientName=_localizedClientName; | ||
@property BOOL launchForBackgroundFetch; // @synthesize launchForBackgroundFetch=_launchForBackgroundFetch; | ||
- (id)description; | ||
- (id)copyWithZone:(struct _NSZone *)arg1; | ||
- (id)init; | ||
|
||
@end | ||
|
||
@interface DTiPhoneSimulatorSystemRoot : NSObject <NSCopying> | ||
{ | ||
NSString *sdkRootPath; | ||
NSString *sdkVersion; | ||
NSString *sdkDisplayName; | ||
} | ||
|
||
+ (id)rootWithSDKVersion:(id)arg1; | ||
+ (id)rootWithSDKPath:(id)arg1; | ||
+ (id)defaultRoot; | ||
+ (id)knownRoots; | ||
+ (void)initialize; | ||
@property(copy) NSString *sdkDisplayName; // @synthesize sdkDisplayName; | ||
@property(copy) NSString *sdkVersion; // @synthesize sdkVersion; | ||
@property(copy) NSString *sdkRootPath; // @synthesize sdkRootPath; | ||
- (id)description; | ||
- (long long)compare:(id)arg1; | ||
- (id)copyWithZone:(struct _NSZone *)arg1; | ||
- (BOOL)isEqual:(id)arg1; | ||
- (id)initWithSDKPath:(id)arg1; | ||
|
||
@end | ||
|
||
@interface DTiPhoneSimulatorApplicationSpecifier : NSObject <NSCopying> | ||
{ | ||
NSString *appPath; | ||
NSString *bundleID; | ||
NSString *toolPath; | ||
} | ||
|
||
+ (id)specifierWithToolPath:(id)arg1; | ||
+ (id)specifierWithApplicationBundleIdentifier:(id)arg1; | ||
+ (id)specifierWithApplicationPath:(id)arg1; | ||
@property(copy, nonatomic) NSString *toolPath; // @synthesize toolPath; | ||
@property(copy, nonatomic) NSString *bundleID; // @synthesize bundleID; | ||
@property(copy, nonatomic) NSString *appPath; // @synthesize appPath; | ||
- (id)description; | ||
- (id)copyWithZone:(struct _NSZone *)arg1; | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.