Skip to content

Commit

Permalink
Reverting unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Dec 15, 2023
1 parent effbb79 commit e09897f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Tuist/ProjectDescriptionHelpers/Enums/ApolloTarget.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public enum ApolloTarget {
switch self {
case .animalKingdomAPI,
.apolloCodegenLibWrapper,
.apolloCodegenInternalTestHelpers,
.apolloCodegenTests,
.apolloInternalTestHelpers,
.apolloPaginationTests,
Expand All @@ -105,8 +106,6 @@ public enum ApolloTarget {
.subscriptionAPI,
.uploadAPI:
return Destinations([.mac])
case .apolloCodegenInternalTestHelpers:
return Destinations([.mac, .iPhone, .iPad])
}
}

Expand All @@ -125,12 +124,11 @@ public enum ApolloTarget {
.apolloTests,
.apolloPaginationTests:
return DeploymentTargets(macOS: "10.25")
case .apolloCodegenLibWrapper,
case .apolloCodegenInternalTestHelpers,
.apolloCodegenLibWrapper,
.apolloCodegenTests,
.codegenCLITests:
return DeploymentTargets(macOS: "12.0")
case .apolloCodegenInternalTestHelpers:
return DeploymentTargets(iOS: "13.0", macOS: "12.0")
}
}
}

0 comments on commit e09897f

Please sign in to comment.