We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6523807 commit 2df1290Copy full SHA for 2df1290
Sources/SPIManifest/Platform.swift
@@ -13,6 +13,7 @@
13
// limitations under the License.
14
15
public enum Platform: String, Codable, CaseIterable {
16
+ case android
17
case iOS = "ios"
18
case linux
19
case macosSpm = "macos-spm"
0 commit comments