From b4a65b46877ac924ea0547ed0d280a32f857c1c7 Mon Sep 17 00:00:00 2001 From: Igor Kislyuk Date: Sun, 3 Dec 2017 18:28:07 +0300 Subject: [PATCH] Update fastfile --- xcode/commonFastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index ad39483..96701d3 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -56,6 +56,7 @@ private_lane :buildConfiguration do |options| gym( clean: true, + workspace: "./#{appName}.xcworkspace", scheme: appName, archive_path: "./", output_directory: "./",