From ce5bb5cbdc81a9d2c8adf2a84f2273dc4be73e12 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Fri, 28 Mar 2025 15:01:02 -0700 Subject: [PATCH] Package updates --- .../xcshareddata/WorkspaceSettings.xcsettings | 5 +++ .../xcshareddata/swiftpm/Package.resolved | 42 +++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 Meshtastic.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings create mode 100644 Meshtastic.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/Meshtastic.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/Meshtastic.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 00000000..0c67376e --- /dev/null +++ b/Meshtastic.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,5 @@ + + + + + diff --git a/Meshtastic.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Meshtastic.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 00000000..8cb1b6ba --- /dev/null +++ b/Meshtastic.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,42 @@ +{ + "originHash" : "a3033aea781828906c453276e3723177901ce64df5757de7ada28c854c9662eb", + "pins" : [ + { + "identity" : "cocoamqtt", + "kind" : "remoteSourceControl", + "location" : "https://github.com/emqx/CocoaMQTT", + "state" : { + "revision" : "aff43422925cc30b9af319f4c4dce4f52859baf4", + "version" : "2.1.8" + } + }, + { + "identity" : "mqttcocoaasyncsocket", + "kind" : "remoteSourceControl", + "location" : "https://github.com/leeway1208/MqttCocoaAsyncSocket", + "state" : { + "revision" : "ce3e18607fd01079495f86ff6195d8a3ca469f73", + "version" : "1.0.8" + } + }, + { + "identity" : "starscream", + "kind" : "remoteSourceControl", + "location" : "https://github.com/daltoniam/Starscream.git", + "state" : { + "revision" : "c6bfd1af48efcc9a9ad203665db12375ba6b145a", + "version" : "4.0.8" + } + }, + { + "identity" : "swift-protobuf", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-protobuf.git", + "state" : { + "revision" : "d72aed98f8253ec1aa9ea1141e28150f408cf17f", + "version" : "1.29.0" + } + } + ], + "version" : 3 +}