Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Use rawValue from platform
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Jan 30, 2020
1 parent 7098710 commit c57bddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/iOS/Library/Tools/XcodeBuild/Destination.swift
Expand Up @@ -76,7 +76,7 @@ public extension Destination {

array.append(contentsOf: [
"name=\(name)",
"platform=\(platform)",
"platform=\(platform.rawValue)",
"OS=\(os)",
])

Expand Down

0 comments on commit c57bddf

Please sign in to comment.