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