Skip to content

Commit

Permalink
#762 fix duplicate of code
Browse files Browse the repository at this point in the history
  • Loading branch information
ExNDY committed Sep 6, 2024
1 parent 7cfdd9a commit f5bc03b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ internal fun registerCopyFrameworkResourcesToAppTask(

val configName: String = (configMap[configuration]?.name ?: configuration).lowercase()
// Map any configuration to standard with two types: "Debug/Release" builds
val clearConfigurationName: String = when{
val clearConfigurationName: String = when {
configName.matches(".*debug.*".toRegex()) -> "debug"
configName.matches(".*release.*".toRegex()) -> "release"
Expand Down

0 comments on commit f5bc03b

Please sign in to comment.