Skip to content

Commit

Permalink
Merge pull request #65 from veracode/watchos-product-types
Browse files Browse the repository at this point in the history
Add watchOS product types
  • Loading branch information
bmxav authored Aug 27, 2024
2 parents 8fbfe2b + 0c334e5 commit d367ac3
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 d367ac3

Please sign in to comment.