Lines Matching full:testapp
1 ## TestApp section
3 …TestApp is currently being used as a dummy app by Circle CI for nightly jobs. The challenge comes …
26 cd ios/TestApp/benchmark
30 5. Open the generated TestApp/TestApp.xcodeproj in XCode and run simulator test.
44 cd ios/TestApp/benchmark; python coreml_backend.py
73 pushd ios/TestApp/benchmark
86 # Build the TestApp and its TestAppTests
87 ruby scripts/xcode_build.rb -i build_ios/install -x ios/TestApp/TestApp.xcodeproj -p "OS"
96 pushd ios/TestApp/build/Release-iphoneos
99 cp -r TestApp.app "${DEST_DIR}"
100 # TestApp.ipa is just a zip file with a payload subdirectory
101 zip -vr TestApp.ipa "${DEST_DIR}"
103 pushd TestApp.app/PlugIns
108 cp TestApp.app/PlugIns/TestAppTests.xctest.zip .
116 pushd ios/TestApp
120 --app-file build/Release-iphoneos/TestApp.ipa \
133 TestApp/TestApp/ViewController.mm and debug in the main TestApp.
143 5. Open the `TestApp.xcodeproj`, you're ready to go.