In order to run this app within automation platform you will need to create a local copy of this repository and build the application from source.
-
Go into your build directory:
$ cd ~/Library/Developer/Xcode/DerivedData/[PROJECT_NAME]/Build/Products/Debug-iphoneos
-
Create a new directory named "Payload"
$ mkdir Payload
-
Move the QualifyLabsReferenceApp.app folder into the "Payload" folder
$ cp -r QualifyLabsReferenceApp.app Payload
-
Zip the "Payload" folder and give it a .ipa extension
$ zip -r test.ipa Payload
- All of the views are programatically created within the app. Storyboard or XIB files are not used. This is to prevent merge conflicts in the future.