Skip to content

Commit

Permalink
languages
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloschmidt committed May 22, 2019
1 parent 0fee6bd commit 59aa6ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
Empty file.
16 changes: 0 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,21 +131,5 @@
"engines": {
"node": ">=8.x",
"npm": ">=4.x"
},
"detox": {
"configurations": {
"ios.sim.debug": {
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/RocketChatRN.app",
"build": "xcodebuild -workspace ios/RocketChatRN.xcworkspace -scheme RocketChatRN -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"name": "iPhone 7"
},
"ios.sim.release": {
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/RocketChatRN.app",
"build": "xcodebuild -workspace ios/RocketChatRN.xcworkspace -scheme RocketChatRN -configuration Release -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"name": "iPhone 7"
}
}
}
}

0 comments on commit 59aa6ca

Please sign in to comment.