diff --git a/Meshtastic.xcodeproj/project.pbxproj b/Meshtastic.xcodeproj/project.pbxproj index 89efdb3b..65a4264d 100644 --- a/Meshtastic.xcodeproj/project.pbxproj +++ b/Meshtastic.xcodeproj/project.pbxproj @@ -120,6 +120,7 @@ DDB8F4102A9EE5B400230ECE /* Messages.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDB8F40F2A9EE5B400230ECE /* Messages.swift */; }; DDB8F4122A9EE5DD00230ECE /* UserList.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDB8F4112A9EE5DD00230ECE /* UserList.swift */; }; DDB8F4142A9EE5F000230ECE /* ChannelList.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDB8F4132A9EE5F000230ECE /* ChannelList.swift */; }; + DDBF219D2AE79E1900F7A322 /* MeshMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDBF219C2AE79E1900F7A322 /* MeshMap.swift */; }; DDC1B81A2AB5377B00C71E39 /* MessagesTips.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDC1B8192AB5377B00C71E39 /* MessagesTips.swift */; }; DDC2E15826CE248E0042C5E4 /* MeshtasticApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDC2E15726CE248E0042C5E4 /* MeshtasticApp.swift */; }; DDC2E15C26CE248F0042C5E4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DDC2E15B26CE248F0042C5E4 /* Assets.xcassets */; }; @@ -336,6 +337,7 @@ DDB8F4112A9EE5DD00230ECE /* UserList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserList.swift; sourceTree = ""; }; DDB8F4132A9EE5F000230ECE /* ChannelList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelList.swift; sourceTree = ""; }; DDBA45EC299ED78100DEEDDC /* MeshtasticDataModelV8.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = MeshtasticDataModelV8.xcdatamodel; sourceTree = ""; }; + DDBF219C2AE79E1900F7A322 /* MeshMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MeshMap.swift; sourceTree = ""; }; DDC1B8192AB5377B00C71E39 /* MessagesTips.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessagesTips.swift; sourceTree = ""; }; DDC2E15426CE248E0042C5E4 /* Meshtastic.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Meshtastic.app; sourceTree = BUILT_PRODUCTS_DIR; }; DDC2E15726CE248E0042C5E4 /* MeshtasticApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MeshtasticApp.swift; sourceTree = ""; }; @@ -479,6 +481,7 @@ DDDB26402AABEF7B003AFCB7 /* Helpers */, DDDB263E2AABEE20003AFCB7 /* NodeList.swift */, DD769E0228D18BF0001A3F05 /* DeviceMetricsLog.swift */, + DDBF219C2AE79E1900F7A322 /* MeshMap.swift */, DD90860D26F69BAE00DC5189 /* NodeMap.swift */, DD73FD1028750779000852D6 /* PositionLog.swift */, DD4F23CC28779A3C001D37CB /* EnvironmentMetricsLog.swift */, @@ -1200,6 +1203,7 @@ DD58C5F22919AD3C00D5BEFB /* ChannelEntityExtension.swift in Sources */, DDDB444E29F8AB0E00EE2349 /* Int.swift in Sources */, DD0F791B28713C8A00A6FDAD /* AdminMessageList.swift in Sources */, + DDBF219D2AE79E1900F7A322 /* MeshMap.swift in Sources */, DD3CC6BC28E366DF00FA9159 /* Meshtastic.xcdatamodeld in Sources */, DDC4C9FF2A8D982900CE201C /* DetectionSensorConfig.swift in Sources */, DDDB26442AAC0206003AFCB7 /* NodeDetail.swift in Sources */, diff --git a/Meshtastic/Assets.xcassets/EBYTEESP32S3.imageset/Contents.json b/Meshtastic/Assets.xcassets/EBYTEESP32S3.imageset/Contents.json new file mode 100644 index 00000000..06ebbbb1 --- /dev/null +++ b/Meshtastic/Assets.xcassets/EBYTEESP32S3.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "play_store_icon_114px-2.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "play_store_icon_114px-3.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "play_store_icon_114px-4.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Meshtastic/Assets.xcassets/EBYTEESP32S3.imageset/play_store_icon_114px-2.png b/Meshtastic/Assets.xcassets/EBYTEESP32S3.imageset/play_store_icon_114px-2.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/EBYTEESP32S3.imageset/play_store_icon_114px-2.png differ diff --git a/Meshtastic/Assets.xcassets/EBYTEESP32S3.imageset/play_store_icon_114px-3.png b/Meshtastic/Assets.xcassets/EBYTEESP32S3.imageset/play_store_icon_114px-3.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/EBYTEESP32S3.imageset/play_store_icon_114px-3.png differ diff --git a/Meshtastic/Assets.xcassets/EBYTEESP32S3.imageset/play_store_icon_114px-4.png b/Meshtastic/Assets.xcassets/EBYTEESP32S3.imageset/play_store_icon_114px-4.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/EBYTEESP32S3.imageset/play_store_icon_114px-4.png differ diff --git a/Meshtastic/Assets.xcassets/HELTECHT62.imageset/Contents.json b/Meshtastic/Assets.xcassets/HELTECHT62.imageset/Contents.json new file mode 100644 index 00000000..06ebbbb1 --- /dev/null +++ b/Meshtastic/Assets.xcassets/HELTECHT62.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "play_store_icon_114px-2.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "play_store_icon_114px-3.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "play_store_icon_114px-4.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Meshtastic/Assets.xcassets/HELTECHT62.imageset/play_store_icon_114px-2.png b/Meshtastic/Assets.xcassets/HELTECHT62.imageset/play_store_icon_114px-2.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/HELTECHT62.imageset/play_store_icon_114px-2.png differ diff --git a/Meshtastic/Assets.xcassets/HELTECHT62.imageset/play_store_icon_114px-3.png b/Meshtastic/Assets.xcassets/HELTECHT62.imageset/play_store_icon_114px-3.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/HELTECHT62.imageset/play_store_icon_114px-3.png differ diff --git a/Meshtastic/Assets.xcassets/HELTECHT62.imageset/play_store_icon_114px-4.png b/Meshtastic/Assets.xcassets/HELTECHT62.imageset/play_store_icon_114px-4.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/HELTECHT62.imageset/play_store_icon_114px-4.png differ diff --git a/Meshtastic/Assets.xcassets/HELTECWIRELESSPAPER.imageset/Contents.json b/Meshtastic/Assets.xcassets/HELTECWIRELESSPAPER.imageset/Contents.json new file mode 100644 index 00000000..06ebbbb1 --- /dev/null +++ b/Meshtastic/Assets.xcassets/HELTECWIRELESSPAPER.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "play_store_icon_114px-2.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "play_store_icon_114px-3.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "play_store_icon_114px-4.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Meshtastic/Assets.xcassets/HELTECWIRELESSPAPER.imageset/play_store_icon_114px-2.png b/Meshtastic/Assets.xcassets/HELTECWIRELESSPAPER.imageset/play_store_icon_114px-2.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/HELTECWIRELESSPAPER.imageset/play_store_icon_114px-2.png differ diff --git a/Meshtastic/Assets.xcassets/HELTECWIRELESSPAPER.imageset/play_store_icon_114px-3.png b/Meshtastic/Assets.xcassets/HELTECWIRELESSPAPER.imageset/play_store_icon_114px-3.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/HELTECWIRELESSPAPER.imageset/play_store_icon_114px-3.png differ diff --git a/Meshtastic/Assets.xcassets/HELTECWIRELESSPAPER.imageset/play_store_icon_114px-4.png b/Meshtastic/Assets.xcassets/HELTECWIRELESSPAPER.imageset/play_store_icon_114px-4.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/HELTECWIRELESSPAPER.imageset/play_store_icon_114px-4.png differ diff --git a/Meshtastic/Assets.xcassets/HELTECWIRELESSTRACKER.imageset/Contents.json b/Meshtastic/Assets.xcassets/HELTECWIRELESSTRACKER.imageset/Contents.json new file mode 100644 index 00000000..06ebbbb1 --- /dev/null +++ b/Meshtastic/Assets.xcassets/HELTECWIRELESSTRACKER.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "play_store_icon_114px-2.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "play_store_icon_114px-3.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "play_store_icon_114px-4.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Meshtastic/Assets.xcassets/HELTECWIRELESSTRACKER.imageset/play_store_icon_114px-2.png b/Meshtastic/Assets.xcassets/HELTECWIRELESSTRACKER.imageset/play_store_icon_114px-2.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/HELTECWIRELESSTRACKER.imageset/play_store_icon_114px-2.png differ diff --git a/Meshtastic/Assets.xcassets/HELTECWIRELESSTRACKER.imageset/play_store_icon_114px-3.png b/Meshtastic/Assets.xcassets/HELTECWIRELESSTRACKER.imageset/play_store_icon_114px-3.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/HELTECWIRELESSTRACKER.imageset/play_store_icon_114px-3.png differ diff --git a/Meshtastic/Assets.xcassets/HELTECWIRELESSTRACKER.imageset/play_store_icon_114px-4.png b/Meshtastic/Assets.xcassets/HELTECWIRELESSTRACKER.imageset/play_store_icon_114px-4.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/HELTECWIRELESSTRACKER.imageset/play_store_icon_114px-4.png differ diff --git a/Meshtastic/Assets.xcassets/LORATYPE.imageset/Contents.json b/Meshtastic/Assets.xcassets/LORATYPE.imageset/Contents.json new file mode 100644 index 00000000..06ebbbb1 --- /dev/null +++ b/Meshtastic/Assets.xcassets/LORATYPE.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "play_store_icon_114px-2.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "play_store_icon_114px-3.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "play_store_icon_114px-4.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Meshtastic/Assets.xcassets/LORATYPE.imageset/play_store_icon_114px-2.png b/Meshtastic/Assets.xcassets/LORATYPE.imageset/play_store_icon_114px-2.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/LORATYPE.imageset/play_store_icon_114px-2.png differ diff --git a/Meshtastic/Assets.xcassets/LORATYPE.imageset/play_store_icon_114px-3.png b/Meshtastic/Assets.xcassets/LORATYPE.imageset/play_store_icon_114px-3.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/LORATYPE.imageset/play_store_icon_114px-3.png differ diff --git a/Meshtastic/Assets.xcassets/LORATYPE.imageset/play_store_icon_114px-4.png b/Meshtastic/Assets.xcassets/LORATYPE.imageset/play_store_icon_114px-4.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/LORATYPE.imageset/play_store_icon_114px-4.png differ diff --git a/Meshtastic/Assets.xcassets/NANOG1EXPLORER.imageset/2022-04-01T18-01-04.120Z-meshtastic_mesh_device_nano_edition_G1_P1 1.png b/Meshtastic/Assets.xcassets/NANOG1EXPLORER.imageset/2022-04-01T18-01-04.120Z-meshtastic_mesh_device_nano_edition_G1_P1 1.png new file mode 100644 index 00000000..7c5895c3 Binary files /dev/null and b/Meshtastic/Assets.xcassets/NANOG1EXPLORER.imageset/2022-04-01T18-01-04.120Z-meshtastic_mesh_device_nano_edition_G1_P1 1.png differ diff --git a/Meshtastic/Assets.xcassets/NANOG1EXPLORER.imageset/2022-04-01T18-01-04.120Z-meshtastic_mesh_device_nano_edition_G1_P1 2.png b/Meshtastic/Assets.xcassets/NANOG1EXPLORER.imageset/2022-04-01T18-01-04.120Z-meshtastic_mesh_device_nano_edition_G1_P1 2.png new file mode 100644 index 00000000..7c5895c3 Binary files /dev/null and b/Meshtastic/Assets.xcassets/NANOG1EXPLORER.imageset/2022-04-01T18-01-04.120Z-meshtastic_mesh_device_nano_edition_G1_P1 2.png differ diff --git a/Meshtastic/Assets.xcassets/NANOG1EXPLORER.imageset/2022-04-01T18-01-04.120Z-meshtastic_mesh_device_nano_edition_G1_P1 3.png b/Meshtastic/Assets.xcassets/NANOG1EXPLORER.imageset/2022-04-01T18-01-04.120Z-meshtastic_mesh_device_nano_edition_G1_P1 3.png new file mode 100644 index 00000000..7c5895c3 Binary files /dev/null and b/Meshtastic/Assets.xcassets/NANOG1EXPLORER.imageset/2022-04-01T18-01-04.120Z-meshtastic_mesh_device_nano_edition_G1_P1 3.png differ diff --git a/Meshtastic/Assets.xcassets/NANOG1EXPLORER.imageset/Contents.json b/Meshtastic/Assets.xcassets/NANOG1EXPLORER.imageset/Contents.json new file mode 100644 index 00000000..dab7c834 --- /dev/null +++ b/Meshtastic/Assets.xcassets/NANOG1EXPLORER.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "2022-04-01T18-01-04.120Z-meshtastic_mesh_device_nano_edition_G1_P1 3.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "2022-04-01T18-01-04.120Z-meshtastic_mesh_device_nano_edition_G1_P1 2.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "2022-04-01T18-01-04.120Z-meshtastic_mesh_device_nano_edition_G1_P1 1.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Meshtastic/Assets.xcassets/NANOG2ULTRA.imageset/Contents.json b/Meshtastic/Assets.xcassets/NANOG2ULTRA.imageset/Contents.json new file mode 100644 index 00000000..736a3f97 --- /dev/null +++ b/Meshtastic/Assets.xcassets/NANOG2ULTRA.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "nano_g2_ultra_product_image.jpg", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "nano_g2_ultra_product_image 1.jpg", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "nano_g2_ultra_product_image 2.jpg", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Meshtastic/Assets.xcassets/NANOG2ULTRA.imageset/nano_g2_ultra_product_image 1.jpg b/Meshtastic/Assets.xcassets/NANOG2ULTRA.imageset/nano_g2_ultra_product_image 1.jpg new file mode 100644 index 00000000..18f2b472 Binary files /dev/null and b/Meshtastic/Assets.xcassets/NANOG2ULTRA.imageset/nano_g2_ultra_product_image 1.jpg differ diff --git a/Meshtastic/Assets.xcassets/NANOG2ULTRA.imageset/nano_g2_ultra_product_image 2.jpg b/Meshtastic/Assets.xcassets/NANOG2ULTRA.imageset/nano_g2_ultra_product_image 2.jpg new file mode 100644 index 00000000..18f2b472 Binary files /dev/null and b/Meshtastic/Assets.xcassets/NANOG2ULTRA.imageset/nano_g2_ultra_product_image 2.jpg differ diff --git a/Meshtastic/Assets.xcassets/NANOG2ULTRA.imageset/nano_g2_ultra_product_image.jpg b/Meshtastic/Assets.xcassets/NANOG2ULTRA.imageset/nano_g2_ultra_product_image.jpg new file mode 100644 index 00000000..18f2b472 Binary files /dev/null and b/Meshtastic/Assets.xcassets/NANOG2ULTRA.imageset/nano_g2_ultra_product_image.jpg differ diff --git a/Meshtastic/Assets.xcassets/NRF52UNKNOWN.imageset/Contents.json b/Meshtastic/Assets.xcassets/NRF52UNKNOWN.imageset/Contents.json new file mode 100644 index 00000000..06ebbbb1 --- /dev/null +++ b/Meshtastic/Assets.xcassets/NRF52UNKNOWN.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "play_store_icon_114px-2.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "play_store_icon_114px-3.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "play_store_icon_114px-4.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Meshtastic/Assets.xcassets/NRF52UNKNOWN.imageset/play_store_icon_114px-2.png b/Meshtastic/Assets.xcassets/NRF52UNKNOWN.imageset/play_store_icon_114px-2.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/NRF52UNKNOWN.imageset/play_store_icon_114px-2.png differ diff --git a/Meshtastic/Assets.xcassets/NRF52UNKNOWN.imageset/play_store_icon_114px-3.png b/Meshtastic/Assets.xcassets/NRF52UNKNOWN.imageset/play_store_icon_114px-3.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/NRF52UNKNOWN.imageset/play_store_icon_114px-3.png differ diff --git a/Meshtastic/Assets.xcassets/NRF52UNKNOWN.imageset/play_store_icon_114px-4.png b/Meshtastic/Assets.xcassets/NRF52UNKNOWN.imageset/play_store_icon_114px-4.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/NRF52UNKNOWN.imageset/play_store_icon_114px-4.png differ diff --git a/Meshtastic/Assets.xcassets/PICOMPUTERS3.imageset/Contents.json b/Meshtastic/Assets.xcassets/PICOMPUTERS3.imageset/Contents.json new file mode 100644 index 00000000..06ebbbb1 --- /dev/null +++ b/Meshtastic/Assets.xcassets/PICOMPUTERS3.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "play_store_icon_114px-2.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "play_store_icon_114px-3.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "play_store_icon_114px-4.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Meshtastic/Assets.xcassets/PICOMPUTERS3.imageset/play_store_icon_114px-2.png b/Meshtastic/Assets.xcassets/PICOMPUTERS3.imageset/play_store_icon_114px-2.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/PICOMPUTERS3.imageset/play_store_icon_114px-2.png differ diff --git a/Meshtastic/Assets.xcassets/PICOMPUTERS3.imageset/play_store_icon_114px-3.png b/Meshtastic/Assets.xcassets/PICOMPUTERS3.imageset/play_store_icon_114px-3.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/PICOMPUTERS3.imageset/play_store_icon_114px-3.png differ diff --git a/Meshtastic/Assets.xcassets/PICOMPUTERS3.imageset/play_store_icon_114px-4.png b/Meshtastic/Assets.xcassets/PICOMPUTERS3.imageset/play_store_icon_114px-4.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/PICOMPUTERS3.imageset/play_store_icon_114px-4.png differ diff --git a/Meshtastic/Assets.xcassets/RAK11310.imageset/Contents.json b/Meshtastic/Assets.xcassets/RAK11310.imageset/Contents.json new file mode 100644 index 00000000..06ebbbb1 --- /dev/null +++ b/Meshtastic/Assets.xcassets/RAK11310.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "play_store_icon_114px-2.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "play_store_icon_114px-3.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "play_store_icon_114px-4.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Meshtastic/Assets.xcassets/RAK11310.imageset/play_store_icon_114px-2.png b/Meshtastic/Assets.xcassets/RAK11310.imageset/play_store_icon_114px-2.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/RAK11310.imageset/play_store_icon_114px-2.png differ diff --git a/Meshtastic/Assets.xcassets/RAK11310.imageset/play_store_icon_114px-3.png b/Meshtastic/Assets.xcassets/RAK11310.imageset/play_store_icon_114px-3.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/RAK11310.imageset/play_store_icon_114px-3.png differ diff --git a/Meshtastic/Assets.xcassets/RAK11310.imageset/play_store_icon_114px-4.png b/Meshtastic/Assets.xcassets/RAK11310.imageset/play_store_icon_114px-4.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/RAK11310.imageset/play_store_icon_114px-4.png differ diff --git a/Meshtastic/Assets.xcassets/RPIPICO.imageset/Contents.json b/Meshtastic/Assets.xcassets/RPIPICO.imageset/Contents.json new file mode 100644 index 00000000..06ebbbb1 --- /dev/null +++ b/Meshtastic/Assets.xcassets/RPIPICO.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "play_store_icon_114px-2.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "play_store_icon_114px-3.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "play_store_icon_114px-4.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Meshtastic/Assets.xcassets/RPIPICO.imageset/play_store_icon_114px-2.png b/Meshtastic/Assets.xcassets/RPIPICO.imageset/play_store_icon_114px-2.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/RPIPICO.imageset/play_store_icon_114px-2.png differ diff --git a/Meshtastic/Assets.xcassets/RPIPICO.imageset/play_store_icon_114px-3.png b/Meshtastic/Assets.xcassets/RPIPICO.imageset/play_store_icon_114px-3.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/RPIPICO.imageset/play_store_icon_114px-3.png differ diff --git a/Meshtastic/Assets.xcassets/RPIPICO.imageset/play_store_icon_114px-4.png b/Meshtastic/Assets.xcassets/RPIPICO.imageset/play_store_icon_114px-4.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/RPIPICO.imageset/play_store_icon_114px-4.png differ diff --git a/Meshtastic/Assets.xcassets/TDECK.imageset/Contents.json b/Meshtastic/Assets.xcassets/TDECK.imageset/Contents.json new file mode 100644 index 00000000..06ebbbb1 --- /dev/null +++ b/Meshtastic/Assets.xcassets/TDECK.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "play_store_icon_114px-2.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "play_store_icon_114px-3.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "play_store_icon_114px-4.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Meshtastic/Assets.xcassets/TDECK.imageset/play_store_icon_114px-2.png b/Meshtastic/Assets.xcassets/TDECK.imageset/play_store_icon_114px-2.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/TDECK.imageset/play_store_icon_114px-2.png differ diff --git a/Meshtastic/Assets.xcassets/TDECK.imageset/play_store_icon_114px-3.png b/Meshtastic/Assets.xcassets/TDECK.imageset/play_store_icon_114px-3.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/TDECK.imageset/play_store_icon_114px-3.png differ diff --git a/Meshtastic/Assets.xcassets/TDECK.imageset/play_store_icon_114px-4.png b/Meshtastic/Assets.xcassets/TDECK.imageset/play_store_icon_114px-4.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/TDECK.imageset/play_store_icon_114px-4.png differ diff --git a/Meshtastic/Assets.xcassets/TWATCHS3.imageset/Contents.json b/Meshtastic/Assets.xcassets/TWATCHS3.imageset/Contents.json new file mode 100644 index 00000000..06ebbbb1 --- /dev/null +++ b/Meshtastic/Assets.xcassets/TWATCHS3.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "play_store_icon_114px-2.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "play_store_icon_114px-3.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "play_store_icon_114px-4.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Meshtastic/Assets.xcassets/TWATCHS3.imageset/play_store_icon_114px-2.png b/Meshtastic/Assets.xcassets/TWATCHS3.imageset/play_store_icon_114px-2.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/TWATCHS3.imageset/play_store_icon_114px-2.png differ diff --git a/Meshtastic/Assets.xcassets/TWATCHS3.imageset/play_store_icon_114px-3.png b/Meshtastic/Assets.xcassets/TWATCHS3.imageset/play_store_icon_114px-3.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/TWATCHS3.imageset/play_store_icon_114px-3.png differ diff --git a/Meshtastic/Assets.xcassets/TWATCHS3.imageset/play_store_icon_114px-4.png b/Meshtastic/Assets.xcassets/TWATCHS3.imageset/play_store_icon_114px-4.png new file mode 100644 index 00000000..79cf0e00 Binary files /dev/null and b/Meshtastic/Assets.xcassets/TWATCHS3.imageset/play_store_icon_114px-4.png differ