diff --git a/app/views/AutoTranslateView/AutoTranslateLanguages.js b/app/views/AutoTranslateView/AutoTranslateLanguages.js new file mode 100644 index 0000000000..e69de29bb2 diff --git a/package.json b/package.json index ab252fd322..1f7e6c9a4e 100644 --- a/package.json +++ b/package.json @@ -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" - } - } } }