Skip to content

Commit

Permalink
Add watchOS product types
Browse files Browse the repository at this point in the history
  • Loading branch information
bmxav committed Aug 26, 2024
1 parent 8fbfe2b commit 0c334e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PIF/Sources/PIFSupport/PIF.swift
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ public enum PIF {
case tool = "com.apple.product-type.tool"
case hostBuild = "com.apple.product-type.tool.host-build"
case xpcService = "com.apple.product-type.xpc-service"
case watchApp2 = "com.apple.product-type.application.watchapp2"
case watchKit2Extension = "com.apple.product-type.watchkit2-extension"
}

public let productName: String
Expand Down

0 comments on commit 0c334e5

Please sign in to comment.