From 43846f744129660f67cd3d038b7c0dcc6db188e6 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 eb134fb6..ddc22cd8 100644 --- a/fastlane/Constants/Constant.swift +++ b/fastlane/Constants/Constant.swift @@ -69,11 +69,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 {