Skip to content

Commit aace30e

Browse files
Merge pull request #62 from SwiftPackageIndex/release-2.0
Release 2.0
2 parents e7b6bee + 2df1290 commit aace30e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/SPIManifest/Platform.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@
1313
// limitations under the License.
1414

1515
public enum Platform: String, Codable, CaseIterable {
16+
case android
1617
case iOS = "ios"
1718
case linux
1819
case macosSpm = "macos-spm"
1920
case macosXcodebuild = "macos-xcodebuild"
2021
case tvOS = "tvos"
2122
case visionOS = "visionos"
2223
case watchOS = "watchos"
24+
case wasm
2325
}
2426

2527

0 commit comments

Comments
 (0)