mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Import activitykit
This commit is contained in:
parent
c75ca8ad5a
commit
f3fb06caa9
2 changed files with 3 additions and 1 deletions
|
|
@ -662,7 +662,6 @@
|
|||
isa = PBXGroup;
|
||||
children = (
|
||||
DD7709392AA1ABA1007A8BF0 /* Tips */,
|
||||
DDDB443E29F79A9400EE2349 /* Extensions */,
|
||||
DD90860A26F645B700DC5189 /* Meshtastic.entitlements */,
|
||||
DD8ED9C6289CE4A100B3B0AB /* Enums */,
|
||||
DD86D40D2881BDB300BAEB7A /* Export */,
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@ import CoreBluetooth
|
|||
#if canImport(TipKit)
|
||||
import TipKit
|
||||
#endif
|
||||
#if canImport(ActivityKit)
|
||||
import ActivityKit
|
||||
#endif
|
||||
|
||||
struct Connect: View {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue