From 4cd36ddabc77a87f1e626ea8d26e059ca65c4f90 Mon Sep 17 00:00:00 2001 From: phongvhd93 Date: Mon, 6 Nov 2023 20:29:01 +0700 Subject: [PATCH] [#349] remove unncessary constant --- fastlane/Constants/Constant.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fastlane/Constants/Constant.swift b/fastlane/Constants/Constant.swift index c167b9f2..a8ea7302 100644 --- a/fastlane/Constants/Constant.swift +++ b/fastlane/Constants/Constant.swift @@ -75,11 +75,6 @@ enum Constant { // MARK: - Device static let devices = ["iPhone 12 Pro Max"] - - // MARK: - Test - - static let testTarget: String = "\(projectName)Tests" - static let kifUITestTarget: String = "\(projectName)KIFUITests" } extension Constant {