9 references to ApplePlatform
Microsoft.DotNet.Helix.Sdk (9)
ProvisioningProfileProvider.cs (9)
45private static readonly IReadOnlyDictionary<ApplePlatform, string> s_targetNames = new Dictionary<ApplePlatform, string>() 47{ ApplePlatform.iOS, "ios-device" }, 48{ ApplePlatform.tvOS, "tvos-device" }, 59private readonly Dictionary<ApplePlatform, string> _downloadedProfiles = new(); 85ApplePlatform platform = pair.Key; 179private string DownloadProvisioningProfile(ApplePlatform platform) 225private string GetProvisioningProfileFileName(ApplePlatform platform) 229private string GetProvisioningProfileUrl(ApplePlatform platform)