Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
HACK: Redefine free() to fix bug in AXRuntime.framework #99
Merged
Jump to file or symbol
Failed to load files and symbols.
| @@ -9,16 +9,19 @@ xcodeproj 'WebDriverAgent.xcodeproj' | ||
| # UIAutomation Testing | ||
| target :WebDriverAgent, :exclusive => true do | ||
| + pod 'fishhook', :git => 'https://github.com/facebook/fishhook.git', :commit => '8dbd09b' | ||
| pod 'KissXML' | ||
| pod 'RoutingHTTPServer' | ||
| end | ||
| target :WebDriverAgentLib, :exclusive => true do | ||
| + pod 'fishhook', :git => 'https://github.com/facebook/fishhook.git', :commit => '8dbd09b' | ||
| pod 'KissXML' | ||
| pod 'RoutingHTTPServer' | ||
| end | ||
| target :WebDriverAgentLibTests, :exclusive => true do | ||
| + pod 'fishhook', :git => 'https://github.com/facebook/fishhook.git', :commit => '8dbd09b' | ||
| pod 'KissXML' | ||
| pod 'RoutingHTTPServer' | ||
| pod 'OCMock' | ||
| @@ -28,11 +31,13 @@ end | ||
| # XCT Testing | ||
| target :XCTWebDriverAgentLib, :exclusive => true do | ||
| + pod 'fishhook', :git => 'https://github.com/facebook/fishhook.git', :commit => '8dbd09b' | ||
mmmulani
Contributor
|
||
| pod 'KissXML' | ||
| pod 'RoutingHTTPServer' | ||
| end | ||
| target :XCTUITestRunner, :exclusive => true do | ||
| + pod 'fishhook', :git => 'https://github.com/facebook/fishhook.git', :commit => '8dbd09b' | ||
| pod 'KissXML' | ||
| pod 'RoutingHTTPServer' | ||
| -end | ||
| +end | ||
13
Podfile.lock
Do we needed in XCT as well?