diff --git a/Sources/SPIManifest/Platform.swift b/Sources/SPIManifest/Platform.swift index 58b7ffa..82dc765 100644 --- a/Sources/SPIManifest/Platform.swift +++ b/Sources/SPIManifest/Platform.swift @@ -13,6 +13,7 @@ // limitations under the License. public enum Platform: String, Codable, CaseIterable { + case android case iOS = "ios" case linux case macosSpm = "macos-spm" @@ -20,6 +21,7 @@ public enum Platform: String, Codable, CaseIterable { case tvOS = "tvos" case visionOS = "visionos" case watchOS = "watchos" + case wasm }