From f3fb06caa91f8fd85e4f73f6f40962466cf0ad6a Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 6 Sep 2023 20:56:08 -0700 Subject: [PATCH] Import activitykit --- Meshtastic.xcodeproj/project.pbxproj | 1 - Meshtastic/Views/Bluetooth/Connect.swift | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Meshtastic.xcodeproj/project.pbxproj b/Meshtastic.xcodeproj/project.pbxproj index 0c8fb35f..d086dcdc 100644 --- a/Meshtastic.xcodeproj/project.pbxproj +++ b/Meshtastic.xcodeproj/project.pbxproj @@ -662,7 +662,6 @@ isa = PBXGroup; children = ( DD7709392AA1ABA1007A8BF0 /* Tips */, - DDDB443E29F79A9400EE2349 /* Extensions */, DD90860A26F645B700DC5189 /* Meshtastic.entitlements */, DD8ED9C6289CE4A100B3B0AB /* Enums */, DD86D40D2881BDB300BAEB7A /* Export */, diff --git a/Meshtastic/Views/Bluetooth/Connect.swift b/Meshtastic/Views/Bluetooth/Connect.swift index fa1f79ee..e0dfdc72 100644 --- a/Meshtastic/Views/Bluetooth/Connect.swift +++ b/Meshtastic/Views/Bluetooth/Connect.swift @@ -13,6 +13,9 @@ import CoreBluetooth #if canImport(TipKit) import TipKit #endif +#if canImport(ActivityKit) +import ActivityKit +#endif struct Connect: View {