From bf6e9ee9e933cf451944d8a0be69137d96209ad5 Mon Sep 17 00:00:00 2001 From: echo Date: Fri, 8 Dec 2023 12:07:52 -0800 Subject: [PATCH] SDK-2093 place workspace with project --- fastlane/Scanfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Scanfile b/fastlane/Scanfile index 83b068d38..11cd4873f 100644 --- a/fastlane/Scanfile +++ b/fastlane/Scanfile @@ -1,4 +1,4 @@ -workspace 'Branch-TestBed/Branch-TestBed.xcworkspace' +project 'Branch-TestBed/Branch-TestBed.xcodeproj' device 'iPhone 12' output_types 'junit,html' code_coverage true