Skip to content

Commit

Permalink
Rename iOS namespace to Apple (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
premun authored Mar 4, 2021
1 parent 7bae0b2 commit 6459101
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
using Microsoft.DotNet.XHarness.iOS.Shared.Utilities;
using Microsoft.Extensions.Logging;

namespace Microsoft.DotNet.XHarness.CLI.Commands.iOS
namespace Microsoft.DotNet.XHarness.CLI.Commands.Apple
{
internal abstract class AppleAppCommand : XHarnessCommand
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

using Mono.Options;

namespace Microsoft.DotNet.XHarness.CLI.Commands.iOS
namespace Microsoft.DotNet.XHarness.CLI.Commands.Apple
{
// Main iOS command set that contains the plaform specific commands. This allows the command line to
// support different options in different platforms.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using Microsoft.DotNet.XHarness.iOS.Shared.Hardware;
using Microsoft.Extensions.Logging;

namespace Microsoft.DotNet.XHarness.CLI.Commands.iOS
namespace Microsoft.DotNet.XHarness.CLI.Commands.Apple
{
internal class AppleGetStateCommand : GetStateCommand
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
using Microsoft.DotNet.XHarness.iOS.Shared.Utilities;
using Microsoft.Extensions.Logging;

namespace Microsoft.DotNet.XHarness.CLI.Commands.iOS
namespace Microsoft.DotNet.XHarness.CLI.Commands.Apple
{
/// <summary>
/// Command which executes a given, already-packaged iOS application, waits on it and returns status based on the outcome.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using Microsoft.DotNet.XHarness.iOS.Shared.XmlResults;
using Microsoft.Extensions.Logging;

namespace Microsoft.DotNet.XHarness.CLI.Commands.iOS
namespace Microsoft.DotNet.XHarness.CLI.Commands.Apple
{
/// <summary>
/// Command which executes a given, already-packaged iOS application, waits on it and returns status based on the outcome.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.Linq;
using System.Runtime.InteropServices;
using Microsoft.DotNet.XHarness.CLI.Android;
using Microsoft.DotNet.XHarness.CLI.Commands.iOS;
using Microsoft.DotNet.XHarness.CLI.Commands.Apple;
using Microsoft.DotNet.XHarness.CLI.Commands.Wasm;
using Microsoft.DotNet.XHarness.Common.CLI;
using Mono.Options;
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.DotNet.XHarness.CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.Runtime.InteropServices;
using Microsoft.DotNet.XHarness.CLI.Android;
using Microsoft.DotNet.XHarness.CLI.Commands;
using Microsoft.DotNet.XHarness.CLI.Commands.iOS;
using Microsoft.DotNet.XHarness.CLI.Commands.Apple;
using Microsoft.DotNet.XHarness.CLI.Commands.Wasm;
using Microsoft.DotNet.XHarness.Common.CLI;
using Microsoft.DotNet.XHarness.Common.CLI.Commands;
Expand Down

0 comments on commit 6459101

Please sign in to comment.