DaxiALex on firebase-integration
Add ios app icon Opening Apiko site when pressin… Change google app config (compare)
DaxiALex on firebase-integration
Minor fixes Integrate firebase for authoriz… Add config to gitignore (compare)
DaxiALex on firebase-integration
DaxiALex on firebase-integration
Minor fixes Integrate firebase for authoriz… Add config to gitignore (compare)
Hi.. I am trying to find the exact .xcodeproject file and the .app location inorder to try writing tests with detox.. Can you please guide me with the path of the files in the repo..
"detox": {
"configurations": {
"ios.sim.debug": {
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/example.app",
"build": "xcodebuild -project ios/example.xcodeproj -scheme example -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"name": "iPhone 7"
}
}