Guest User

Untitled

a guest
Feb 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. "detox": {
  2. "configurations": {
  3. "ios.sim.debug": {
  4. "binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/PolideaSample.app",
  5. "build": "xcodebuild -project ios/PolideaSample.xcodeproj -scheme PolideaSample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
  6. "type": "ios.simulator",
  7. "name": "iPhone 6s Plus"
  8. },
  9. "android.emu.debug": {
  10. "binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",
  11. "build":
  12. "cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=debug && cd ..",
  13. "type": "android.emulator",
  14. "name": "Pixel_API_26"
  15. }
  16. }
  17. }
Add Comment
Please, Sign In to add comment