Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.12 KB

DEVELOP.md

File metadata and controls

27 lines (21 loc) · 1.12 KB

DEVELOP

Doc for developers

View DeveloperDiskImage Content

For example

hdiutil mount /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/14.0/DeveloperDiskImage.dmg
tree /Volumes/DeveloperDiskImage

How to Package WDA.ipa

Build WebDriverAgentRunnerUITests-Runner.app with the following command. .app should located in /tmp/derivedDataPath/Release-iphoneos

xcodebuild build-for-testing -workspace WebDriverAgent.xcworkspace/ -scheme WebDriverAgent -sdk iphoneos -configuration Release -derivedDataPath /tmp/derivedDataPath

Created folder Payload and put .app into it, then compressed to zip, change extention name to .ipa, and resign. That's all.

References