From 2cd03a9e7eb4c037c7ab9369e33d182499781306 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Thu, 29 Jun 2023 09:47:17 +0100 Subject: [PATCH] Remove asset (#1213) Re-add asset --- .../{Images/Location => images/location}/Contents.json | 0 .../location}/location-marker.imageset/Contents.json | 0 .../location-marker.imageset/location-marker-dark.pdf | 0 .../location}/location-marker.imageset/location-marker.pdf | 0 .../location}/location-pin.imageset/Contents.json | 0 .../location}/location-pin.imageset/location-pin-dark.pdf | 0 .../location}/location-pin.imageset/location-pin.pdf | 0 ElementX/Sources/Generated/Assets.swift | 4 ++-- 8 files changed, 2 insertions(+), 2 deletions(-) rename ElementX/Resources/Assets.xcassets/{Images/Location => images/location}/Contents.json (100%) rename ElementX/Resources/Assets.xcassets/{Images/Location => images/location}/location-marker.imageset/Contents.json (100%) rename ElementX/Resources/Assets.xcassets/{Images/Location => images/location}/location-marker.imageset/location-marker-dark.pdf (100%) rename ElementX/Resources/Assets.xcassets/{Images/Location => images/location}/location-marker.imageset/location-marker.pdf (100%) rename ElementX/Resources/Assets.xcassets/{Images/Location => images/location}/location-pin.imageset/Contents.json (100%) rename ElementX/Resources/Assets.xcassets/{Images/Location => images/location}/location-pin.imageset/location-pin-dark.pdf (100%) rename ElementX/Resources/Assets.xcassets/{Images/Location => images/location}/location-pin.imageset/location-pin.pdf (100%) diff --git a/ElementX/Resources/Assets.xcassets/Images/Location/Contents.json b/ElementX/Resources/Assets.xcassets/images/location/Contents.json similarity index 100% rename from ElementX/Resources/Assets.xcassets/Images/Location/Contents.json rename to ElementX/Resources/Assets.xcassets/images/location/Contents.json diff --git a/ElementX/Resources/Assets.xcassets/Images/Location/location-marker.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/location/location-marker.imageset/Contents.json similarity index 100% rename from ElementX/Resources/Assets.xcassets/Images/Location/location-marker.imageset/Contents.json rename to ElementX/Resources/Assets.xcassets/images/location/location-marker.imageset/Contents.json diff --git a/ElementX/Resources/Assets.xcassets/Images/Location/location-marker.imageset/location-marker-dark.pdf b/ElementX/Resources/Assets.xcassets/images/location/location-marker.imageset/location-marker-dark.pdf similarity index 100% rename from ElementX/Resources/Assets.xcassets/Images/Location/location-marker.imageset/location-marker-dark.pdf rename to ElementX/Resources/Assets.xcassets/images/location/location-marker.imageset/location-marker-dark.pdf diff --git a/ElementX/Resources/Assets.xcassets/Images/Location/location-marker.imageset/location-marker.pdf b/ElementX/Resources/Assets.xcassets/images/location/location-marker.imageset/location-marker.pdf similarity index 100% rename from ElementX/Resources/Assets.xcassets/Images/Location/location-marker.imageset/location-marker.pdf rename to ElementX/Resources/Assets.xcassets/images/location/location-marker.imageset/location-marker.pdf diff --git a/ElementX/Resources/Assets.xcassets/Images/Location/location-pin.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/location/location-pin.imageset/Contents.json similarity index 100% rename from ElementX/Resources/Assets.xcassets/Images/Location/location-pin.imageset/Contents.json rename to ElementX/Resources/Assets.xcassets/images/location/location-pin.imageset/Contents.json diff --git a/ElementX/Resources/Assets.xcassets/Images/Location/location-pin.imageset/location-pin-dark.pdf b/ElementX/Resources/Assets.xcassets/images/location/location-pin.imageset/location-pin-dark.pdf similarity index 100% rename from ElementX/Resources/Assets.xcassets/Images/Location/location-pin.imageset/location-pin-dark.pdf rename to ElementX/Resources/Assets.xcassets/images/location/location-pin.imageset/location-pin-dark.pdf diff --git a/ElementX/Resources/Assets.xcassets/Images/Location/location-pin.imageset/location-pin.pdf b/ElementX/Resources/Assets.xcassets/images/location/location-pin.imageset/location-pin.pdf similarity index 100% rename from ElementX/Resources/Assets.xcassets/Images/Location/location-pin.imageset/location-pin.pdf rename to ElementX/Resources/Assets.xcassets/images/location/location-pin.imageset/location-pin.pdf diff --git a/ElementX/Sources/Generated/Assets.swift b/ElementX/Sources/Generated/Assets.swift index 3e28a24d3..2d31bc4db 100644 --- a/ElementX/Sources/Generated/Assets.swift +++ b/ElementX/Sources/Generated/Assets.swift @@ -29,8 +29,6 @@ internal enum Asset { internal static let backgroundColor = ColorAsset(name: "colors/background-color") } internal enum Images { - internal static let locationMarker = ImageAsset(name: "images/location-marker") - internal static let locationPin = ImageAsset(name: "images/location-pin") internal static let appLogo = ImageAsset(name: "images/app-logo") internal static let serverSelectionIcon = ImageAsset(name: "images/server-selection-icon") internal static let closeCircle = ImageAsset(name: "images/close-circle") @@ -39,6 +37,8 @@ internal enum Asset { internal static let encryptionWarning = ImageAsset(name: "images/encryption-warning") internal static let launchBackground = ImageAsset(name: "images/launch-background") internal static let launchLogo = ImageAsset(name: "images/launch-logo") + internal static let locationMarker = ImageAsset(name: "images/location-marker") + internal static let locationPin = ImageAsset(name: "images/location-pin") internal static let timelineComposerSendMessage = ImageAsset(name: "images/timeline-composer-send-message") } }