Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions autocodesign/devportalclient/appstoreconnect/profiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ type BundleIDPlatform string

// BundleIDPlatforms ...
const (
IOS BundleIDPlatform = "IOS"
MacOS BundleIDPlatform = "MAC_OS"
Universal BundleIDPlatform = "UNIVERSAL"
IOS BundleIDPlatform = "IOS"
MacOS BundleIDPlatform = "MAC_OS"
)

// ProfileState ...
Expand Down