Skip to content

Commit

Permalink
More typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Jun 11, 2024
1 parent 98a0e79 commit 7ca0425
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Shiny.BluetoothLE/Platforms/Android/BleManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
using Android.OS;
using Android.Runtime;
using Microsoft.Extensions.Logging;
using Shiny.BluetoothLE.Intrastructure;
using Shiny.BluetoothLE.Infrastructure;
using SR = Android.Bluetooth.LE.ScanResult;

namespace Shiny.BluetoothLE;
Expand Down
2 changes: 1 addition & 1 deletion src/Shiny.BluetoothLE/Platforms/Android/Peripheral.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Reactive.Threading.Tasks;
using Android.Bluetooth;
using Microsoft.Extensions.Logging;
using Shiny.BluetoothLE.Intrastructure;
using Shiny.BluetoothLE.Infrastructure;

namespace Shiny.BluetoothLE;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.Reactive.Threading.Tasks;
using Android.Bluetooth;
using Microsoft.Extensions.Logging;
using Shiny.BluetoothLE.Intrastructure;
using Shiny.BluetoothLE.Infrastructure;

namespace Shiny.BluetoothLE;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.Reactive.Subjects;
using System.Reactive.Threading.Tasks;
using Android.Bluetooth;
using Shiny.BluetoothLE.Intrastructure;
using Shiny.BluetoothLE.Infrastructure;

namespace Shiny.BluetoothLE;

Expand Down
3 changes: 1 addition & 2 deletions src/Shiny.BluetoothLE/Platforms/Apple/Peripheral.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
using System;
using System.Linq;
using System.Reactive.Linq;
using System.Reactive.Subjects;
using CoreBluetooth;
using Foundation;
using Microsoft.Extensions.Logging;
using Shiny.BluetoothLE.Intrastructure;
using Shiny.BluetoothLE.Infrastructure;

namespace Shiny.BluetoothLE;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup Condition="'$(IsIosBuild)' == 'true'">
<ProjectReference Include="..\Shiny.Firebase.Analytics.iOS.Binding\Shiny.Firebase.Messaging.iOS.Analytics.csproj" />
<ProjectReference Include="..\Shiny.Firebase.Analytics.iOS.Binding\Shiny.Firebase.Analytics.iOS.Binding.csproj" />
<ProjectReference Include="..\Shiny.Firebase.Messaging.iOS.Binding\Shiny.Firebase.Messaging.iOS.Binding.csproj" />
</ItemGroup>
</Project>

0 comments on commit 7ca0425

Please sign in to comment.