diff --git a/.gitignore b/.gitignore
index f1d9b87..699b357 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,11 +2,17 @@
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
-## Build generated
+## User settings
+xcuserdata/
+
+## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
+*.xcscmblueprint
+*.xccheckout
+
+## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
-
-## Various settings
+*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
@@ -15,16 +21,11 @@ DerivedData/
!default.mode2v3
*.perspectivev3
!default.perspectivev3
-xcuserdata/
-*.storyboardbak
-
-## Other
-*.moved-aside
-*.xccheckout
-*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
+
+## App packaging
*.ipa
*.dSYM.zip
*.dSYM
@@ -38,6 +39,13 @@ playground.xcworkspace
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
+# Package.resolved
+# *.xcodeproj
+#
+# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
+# hence it is not needed unless you have added a package configuration file to your project
+# .swiftpm
+
.build/
# CocoaPods
@@ -47,22 +55,42 @@ playground.xcworkspace
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Pods/
+#
+# Add this line if you want to avoid checking in source code from the Xcode workspace
+# *.xcworkspace
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
-Carthage/Build
+Carthage/Build/
+
+# Accio dependency management
+Dependencies/
+.accio/
# fastlane
#
-# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
-# screenshots whenever they are needed.
+# It is recommended to not store the screenshots in the git repo.
+# Instead, use fastlane to re-generate the screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control
fastlane/report.xml
fastlane/Preview.html
-fastlane/screenshots
+fastlane/screenshots/**/*.png
fastlane/test_output
+
+# Code Injection
+#
+# After new code Injection tools there's a generated folder /iOSInjectionProject
+# https://github.com/johnno1962/injectionforxcode
+
+iOSInjectionProject/
+
+# Ignore bundler
+vendor/
+
+# Storyboard version number
+*.storyboardbak
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..926e075
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+source "https://rubygems.org"
+
+git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
+
+# gem "rails"
+
+gem "cocoapods", "~> 1.10"
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..b6765cb
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,95 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ CFPropertyList (3.0.3)
+ activesupport (5.2.6)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 0.7, < 2)
+ minitest (~> 5.1)
+ tzinfo (~> 1.1)
+ addressable (2.8.0)
+ public_suffix (>= 2.0.2, < 5.0)
+ algoliasearch (1.27.5)
+ httpclient (~> 2.8, >= 2.8.3)
+ json (>= 1.5.1)
+ atomos (0.1.3)
+ claide (1.0.3)
+ cocoapods (1.10.2)
+ addressable (~> 2.6)
+ claide (>= 1.0.2, < 2.0)
+ cocoapods-core (= 1.10.2)
+ cocoapods-deintegrate (>= 1.0.3, < 2.0)
+ cocoapods-downloader (>= 1.4.0, < 2.0)
+ cocoapods-plugins (>= 1.0.0, < 2.0)
+ cocoapods-search (>= 1.0.0, < 2.0)
+ cocoapods-trunk (>= 1.4.0, < 2.0)
+ cocoapods-try (>= 1.1.0, < 2.0)
+ colored2 (~> 3.1)
+ escape (~> 0.0.4)
+ fourflusher (>= 2.3.0, < 3.0)
+ gh_inspector (~> 1.0)
+ molinillo (~> 0.6.6)
+ nap (~> 1.0)
+ ruby-macho (~> 1.4)
+ xcodeproj (>= 1.19.0, < 2.0)
+ cocoapods-core (1.10.2)
+ activesupport (> 5.0, < 6)
+ addressable (~> 2.6)
+ algoliasearch (~> 1.0)
+ concurrent-ruby (~> 1.1)
+ fuzzy_match (~> 2.0.4)
+ nap (~> 1.0)
+ netrc (~> 0.11)
+ public_suffix
+ typhoeus (~> 1.0)
+ cocoapods-deintegrate (1.0.4)
+ cocoapods-downloader (1.4.0)
+ cocoapods-plugins (1.0.0)
+ nap
+ cocoapods-search (1.0.0)
+ cocoapods-trunk (1.5.0)
+ nap (>= 0.8, < 2.0)
+ netrc (~> 0.11)
+ cocoapods-try (1.2.0)
+ colored2 (3.1.2)
+ concurrent-ruby (1.1.9)
+ escape (0.0.4)
+ ethon (0.14.0)
+ ffi (>= 1.15.0)
+ ffi (1.15.3)
+ fourflusher (2.3.1)
+ fuzzy_match (2.0.4)
+ gh_inspector (1.1.3)
+ httpclient (2.8.3)
+ i18n (1.8.10)
+ concurrent-ruby (~> 1.0)
+ json (2.5.1)
+ minitest (5.14.4)
+ molinillo (0.6.6)
+ nanaimo (0.3.0)
+ nap (1.1.0)
+ netrc (0.11.0)
+ public_suffix (4.0.6)
+ rexml (3.2.5)
+ ruby-macho (1.4.0)
+ thread_safe (0.3.6)
+ typhoeus (1.4.0)
+ ethon (>= 0.9.0)
+ tzinfo (1.2.9)
+ thread_safe (~> 0.1)
+ xcodeproj (1.20.0)
+ CFPropertyList (>= 2.3.3, < 4.0)
+ atomos (~> 0.1.3)
+ claide (>= 1.0.2, < 2.0)
+ colored2 (~> 3.1)
+ nanaimo (~> 0.3.0)
+ rexml (~> 3.2.4)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ cocoapods (~> 1.10)
+
+BUNDLED WITH
+ 2.1.4
diff --git a/LazyMan-iOS.xcodeproj/project.pbxproj b/LazyMan-iOS.xcodeproj/project.pbxproj
index 6678113..a541320 100644
--- a/LazyMan-iOS.xcodeproj/project.pbxproj
+++ b/LazyMan-iOS.xcodeproj/project.pbxproj
@@ -589,7 +589,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
@@ -642,7 +642,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
@@ -661,6 +661,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "$(SRCROOT)/LazyMan-iOS/Resources/Info.plist";
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "dev.nickt.LazyMan-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -681,6 +682,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "$(SRCROOT)/LazyMan-iOS/Resources/Info.plist";
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "dev.nickt.LazyMan-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
diff --git a/LazyMan-iOS/Resources/Info.plist b/LazyMan-iOS/Resources/Info.plist
index 274dfff..3828d6c 100644
--- a/LazyMan-iOS/Resources/Info.plist
+++ b/LazyMan-iOS/Resources/Info.plist
@@ -22,11 +22,6 @@
$(CURRENT_PROJECT_VERSION)
LSRequiresIPhoneOS
- NSAppTransportSecurity
-
- NSAllowsArbitraryLoads
-
-
NSBluetoothAlwaysUsageDescription
LazyMan uses Bluetooth to discover nearby Cast devices.
NSBluetoothPeripheralUsageDescription
diff --git a/LazyMan.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/LazyMan.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000..54782e3
--- /dev/null
+++ b/LazyMan.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded
+
+
+
diff --git a/LazyManCore.xcodeproj/project.pbxproj b/LazyManCore.xcodeproj/project.pbxproj
index 5f263a6..689cbaf 100644
--- a/LazyManCore.xcodeproj/project.pbxproj
+++ b/LazyManCore.xcodeproj/project.pbxproj
@@ -867,7 +867,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = LazyManCore/Resources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
@@ -944,7 +944,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = LazyManCore/Resources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
@@ -1044,7 +1044,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 12.4;
+ TVOS_DEPLOYMENT_TARGET = 13.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
@@ -1120,7 +1120,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 12.4;
+ TVOS_DEPLOYMENT_TARGET = 13.0;
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
@@ -1194,7 +1194,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
- MACOSX_DEPLOYMENT_TARGET = 10.14;
+ MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
@@ -1272,7 +1272,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
- MACOSX_DEPLOYMENT_TARGET = 10.14;
+ MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = dev.nickt.LazyManCore;
diff --git a/LazyManCore/Managers/FeedManager.swift b/LazyManCore/Managers/FeedManager.swift
index 969cba6..6a6845b 100644
--- a/LazyManCore/Managers/FeedManager.swift
+++ b/LazyManCore/Managers/FeedManager.swift
@@ -126,7 +126,7 @@ public class FeedManager: FeedManagerType {
*/
private func getMasterURL(league: League, cdn: CDN, playbackID: Int, date: Date) -> URL? {
let dateString = DateUtils.convertToYYYYMMDD(from: date, timeZone: TimeZone(identifier: "America/Los_Angeles")!)
- let masterURLSource = "http://nhl.freegamez.ga/getM3U8.php?league=\(league.rawValue)&date=\(dateString)&id=\(playbackID)&cdn=\(cdn.rawValue)"
+ let masterURLSource = "https://freegamez.ga/getM3U8.php?league=\(league.rawValue)&date=\(dateString)&id=\(playbackID)&cdn=\(cdn.rawValue)"
if let contents = try? String(contentsOf: URL(string: masterURLSource)!) {
return URL(string: contents)
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/angels.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/angels.imageset/Contents.json
index b340da5..3693cc7 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/angels.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/angels.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "angeles.png",
- "scale" : "1x"
+ "filename" : "angels-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "angels-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/angels.imageset/angeles.png b/LazyManCore/Resources/Logos.xcassets/MLB/angels.imageset/angeles.png
deleted file mode 100644
index 7bf427b..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/angels.imageset/angeles.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/angels.imageset/angels-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/angels.imageset/angels-dark.svg
new file mode 100644
index 0000000..f34aeab
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/angels.imageset/angels-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/angels.imageset/angels-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/angels.imageset/angels-light.svg
new file mode 100644
index 0000000..8964914
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/angels.imageset/angels-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/astros.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/astros.imageset/Contents.json
index 9182f06..8ff53af 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/astros.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/astros.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "astros.png",
- "scale" : "1x"
+ "filename" : "astros-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "astros-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/astros.imageset/astros-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/astros.imageset/astros-dark.svg
new file mode 100644
index 0000000..d589e7c
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/astros.imageset/astros-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/astros.imageset/astros-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/astros.imageset/astros-light.svg
new file mode 100644
index 0000000..ce79d08
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/astros.imageset/astros-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/astros.imageset/astros.png b/LazyManCore/Resources/Logos.xcassets/MLB/astros.imageset/astros.png
deleted file mode 100644
index 52b2acb..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/astros.imageset/astros.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/athletics.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/athletics.imageset/Contents.json
index 7ed7ba8..5e3ac35 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/athletics.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/athletics.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "athletics.png",
- "scale" : "1x"
+ "filename" : "athletics-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "athletics-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/athletics.imageset/athletics-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/athletics.imageset/athletics-dark.svg
new file mode 100644
index 0000000..7f34c7c
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/athletics.imageset/athletics-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/athletics.imageset/athletics-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/athletics.imageset/athletics-light.svg
new file mode 100644
index 0000000..e25dcd4
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/athletics.imageset/athletics-light.svg
@@ -0,0 +1 @@
+
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/athletics.imageset/athletics.png b/LazyManCore/Resources/Logos.xcassets/MLB/athletics.imageset/athletics.png
deleted file mode 100644
index 27b4a00..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/athletics.imageset/athletics.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/blue-jays.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/blue-jays.imageset/Contents.json
index 9a1306c..255d619 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/blue-jays.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/blue-jays.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "blue-jays.png",
- "scale" : "1x"
+ "filename" : "blue-jays-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "blue-jays-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/blue-jays.imageset/blue-jays-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/blue-jays.imageset/blue-jays-dark.svg
new file mode 100644
index 0000000..48181c9
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/blue-jays.imageset/blue-jays-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/blue-jays.imageset/blue-jays-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/blue-jays.imageset/blue-jays-light.svg
new file mode 100644
index 0000000..f621b27
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/blue-jays.imageset/blue-jays-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/blue-jays.imageset/blue-jays.png b/LazyManCore/Resources/Logos.xcassets/MLB/blue-jays.imageset/blue-jays.png
deleted file mode 100644
index 787386f..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/blue-jays.imageset/blue-jays.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/braves.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/braves.imageset/Contents.json
index f39f26e..6edd51a 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/braves.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/braves.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "braves.png",
- "scale" : "1x"
+ "filename" : "braves-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "braves-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/braves.imageset/braves-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/braves.imageset/braves-dark.svg
new file mode 100644
index 0000000..dc2b978
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/braves.imageset/braves-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/braves.imageset/braves-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/braves.imageset/braves-light.svg
new file mode 100644
index 0000000..a9e183c
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/braves.imageset/braves-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/braves.imageset/braves.png b/LazyManCore/Resources/Logos.xcassets/MLB/braves.imageset/braves.png
deleted file mode 100644
index 3a6d0ed..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/braves.imageset/braves.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/brewers.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/brewers.imageset/Contents.json
index 3d621c4..200d3ad 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/brewers.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/brewers.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "brewers.png",
- "scale" : "1x"
+ "filename" : "brewers-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "brewers-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/brewers.imageset/brewers-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/brewers.imageset/brewers-dark.svg
new file mode 100644
index 0000000..509eb8e
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/brewers.imageset/brewers-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/brewers.imageset/brewers-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/brewers.imageset/brewers-light.svg
new file mode 100644
index 0000000..509eb8e
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/brewers.imageset/brewers-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/brewers.imageset/brewers.png b/LazyManCore/Resources/Logos.xcassets/MLB/brewers.imageset/brewers.png
deleted file mode 100644
index 61b5066..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/brewers.imageset/brewers.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/cardinals.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/cardinals.imageset/Contents.json
index 45a7f37..dd87886 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/cardinals.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/cardinals.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "cardinals.png",
- "scale" : "1x"
+ "filename" : "cardinals-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "cardinals-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/cardinals.imageset/cardinals-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/cardinals.imageset/cardinals-dark.svg
new file mode 100644
index 0000000..98ac689
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/cardinals.imageset/cardinals-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/cardinals.imageset/cardinals-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/cardinals.imageset/cardinals-light.svg
new file mode 100644
index 0000000..bce0fef
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/cardinals.imageset/cardinals-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/cardinals.imageset/cardinals.png b/LazyManCore/Resources/Logos.xcassets/MLB/cardinals.imageset/cardinals.png
deleted file mode 100644
index d5c460a..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/cardinals.imageset/cardinals.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/cubs.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/cubs.imageset/Contents.json
index 1d9af29..3993aa5 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/cubs.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/cubs.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "cubs.png",
- "scale" : "1x"
+ "filename" : "cubs-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "cubs-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/cubs.imageset/cubs-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/cubs.imageset/cubs-dark.svg
new file mode 100644
index 0000000..de001d4
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/cubs.imageset/cubs-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/cubs.imageset/cubs-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/cubs.imageset/cubs-light.svg
new file mode 100644
index 0000000..9fe541b
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/cubs.imageset/cubs-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/cubs.imageset/cubs.png b/LazyManCore/Resources/Logos.xcassets/MLB/cubs.imageset/cubs.png
deleted file mode 100644
index 07e7df7..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/cubs.imageset/cubs.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/d-backs.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/d-backs.imageset/Contents.json
index a11bc0f..b4c2898 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/d-backs.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/d-backs.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "diamondbacks.png",
- "scale" : "1x"
+ "filename" : "d-backs-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "d-backs-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/d-backs.imageset/d-backs-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/d-backs.imageset/d-backs-dark.svg
new file mode 100644
index 0000000..e039c9a
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/d-backs.imageset/d-backs-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/d-backs.imageset/d-backs-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/d-backs.imageset/d-backs-light.svg
new file mode 100644
index 0000000..3946b3b
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/d-backs.imageset/d-backs-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/d-backs.imageset/diamondbacks.png b/LazyManCore/Resources/Logos.xcassets/MLB/d-backs.imageset/diamondbacks.png
deleted file mode 100644
index a69f358..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/d-backs.imageset/diamondbacks.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/dodgers.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/dodgers.imageset/Contents.json
index f94a1dc..8864e2b 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/dodgers.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/dodgers.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "dodgers.png",
- "scale" : "1x"
+ "filename" : "dodgers-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "dodgers-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/dodgers.imageset/dodgers-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/dodgers.imageset/dodgers-dark.svg
new file mode 100644
index 0000000..fc2a0b9
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/dodgers.imageset/dodgers-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/dodgers.imageset/dodgers-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/dodgers.imageset/dodgers-light.svg
new file mode 100644
index 0000000..07bd26e
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/dodgers.imageset/dodgers-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/dodgers.imageset/dodgers.png b/LazyManCore/Resources/Logos.xcassets/MLB/dodgers.imageset/dodgers.png
deleted file mode 100644
index 542610d..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/dodgers.imageset/dodgers.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/giants.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/giants.imageset/Contents.json
index fe74859..0cb353b 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/giants.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/giants.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "giants.png",
- "scale" : "1x"
+ "filename" : "giants-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "giants-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/giants.imageset/giants-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/giants.imageset/giants-dark.svg
new file mode 100644
index 0000000..8c76952
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/giants.imageset/giants-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/giants.imageset/giants-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/giants.imageset/giants-light.svg
new file mode 100644
index 0000000..9fe1b0e
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/giants.imageset/giants-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/giants.imageset/giants.png b/LazyManCore/Resources/Logos.xcassets/MLB/giants.imageset/giants.png
deleted file mode 100644
index e15d4fd..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/giants.imageset/giants.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/indians.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/indians.imageset/Contents.json
index 08b700e..e9de019 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/indians.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/indians.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "indians.png",
- "scale" : "1x"
+ "filename" : "indians-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "indians-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/indians.imageset/indians-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/indians.imageset/indians-dark.svg
new file mode 100644
index 0000000..8854322
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/indians.imageset/indians-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/indians.imageset/indians-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/indians.imageset/indians-light.svg
new file mode 100644
index 0000000..e1a35c9
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/indians.imageset/indians-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/indians.imageset/indians.png b/LazyManCore/Resources/Logos.xcassets/MLB/indians.imageset/indians.png
deleted file mode 100644
index 42cd6a1..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/indians.imageset/indians.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/mariners.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/mariners.imageset/Contents.json
index 6bc3b1c..6e675d6 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/mariners.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/mariners.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "mariners.png",
- "scale" : "1x"
+ "filename" : "mariners-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "mariners-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/mariners.imageset/mariners-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/mariners.imageset/mariners-dark.svg
new file mode 100644
index 0000000..2184687
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/mariners.imageset/mariners-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/mariners.imageset/mariners-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/mariners.imageset/mariners-light.svg
new file mode 100644
index 0000000..e7ee5a7
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/mariners.imageset/mariners-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/mariners.imageset/mariners.png b/LazyManCore/Resources/Logos.xcassets/MLB/mariners.imageset/mariners.png
deleted file mode 100644
index ca29bdc..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/mariners.imageset/mariners.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/marlins.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/marlins.imageset/Contents.json
index c964017..83202d9 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/marlins.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/marlins.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "marlins.png",
- "scale" : "1x"
+ "filename" : "marlins-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "marlins-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/marlins.imageset/marlins-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/marlins.imageset/marlins-dark.svg
new file mode 100644
index 0000000..69c7d6b
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/marlins.imageset/marlins-dark.svg
@@ -0,0 +1 @@
+
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/marlins.imageset/marlins-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/marlins.imageset/marlins-light.svg
new file mode 100644
index 0000000..84927b5
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/marlins.imageset/marlins-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/marlins.imageset/marlins.png b/LazyManCore/Resources/Logos.xcassets/MLB/marlins.imageset/marlins.png
deleted file mode 100644
index 6102fc4..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/marlins.imageset/marlins.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/mets.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/mets.imageset/Contents.json
index fb29636..10a4013 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/mets.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/mets.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "mets.png",
- "scale" : "1x"
+ "filename" : "mets-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "mets-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/mets.imageset/mets-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/mets.imageset/mets-dark.svg
new file mode 100644
index 0000000..e328bd9
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/mets.imageset/mets-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/mets.imageset/mets-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/mets.imageset/mets-light.svg
new file mode 100644
index 0000000..98d5bb1
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/mets.imageset/mets-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/mets.imageset/mets.png b/LazyManCore/Resources/Logos.xcassets/MLB/mets.imageset/mets.png
deleted file mode 100644
index 88e55b6..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/mets.imageset/mets.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/nationals.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/nationals.imageset/Contents.json
index 3707ee2..b6630de 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/nationals.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/nationals.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "nationals.png",
- "scale" : "1x"
+ "filename" : "nationals-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "nationals-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/nationals.imageset/nationals-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/nationals.imageset/nationals-dark.svg
new file mode 100644
index 0000000..e5dde76
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/nationals.imageset/nationals-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/nationals.imageset/nationals-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/nationals.imageset/nationals-light.svg
new file mode 100644
index 0000000..d669dc4
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/nationals.imageset/nationals-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/nationals.imageset/nationals.png b/LazyManCore/Resources/Logos.xcassets/MLB/nationals.imageset/nationals.png
deleted file mode 100644
index 9687741..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/nationals.imageset/nationals.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/orioles.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/orioles.imageset/Contents.json
index 7a0dc21..aa3e7fb 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/orioles.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/orioles.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "orioles.png",
- "scale" : "1x"
+ "filename" : "orioles-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "orioles-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/orioles.imageset/orioles-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/orioles.imageset/orioles-dark.svg
new file mode 100644
index 0000000..e47b55c
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/orioles.imageset/orioles-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/orioles.imageset/orioles-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/orioles.imageset/orioles-light.svg
new file mode 100644
index 0000000..8433934
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/orioles.imageset/orioles-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/orioles.imageset/orioles.png b/LazyManCore/Resources/Logos.xcassets/MLB/orioles.imageset/orioles.png
deleted file mode 100644
index c4856ac..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/orioles.imageset/orioles.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/padres.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/padres.imageset/Contents.json
index c97a08a..2e5ab12 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/padres.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/padres.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "padres.png",
- "scale" : "1x"
+ "filename" : "padres-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "padres-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/padres.imageset/padres-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/padres.imageset/padres-dark.svg
new file mode 100644
index 0000000..e1773b3
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/padres.imageset/padres-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/padres.imageset/padres-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/padres.imageset/padres-light.svg
new file mode 100644
index 0000000..2bd020e
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/padres.imageset/padres-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/padres.imageset/padres.png b/LazyManCore/Resources/Logos.xcassets/MLB/padres.imageset/padres.png
deleted file mode 100644
index 818566c..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/padres.imageset/padres.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/phillies.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/phillies.imageset/Contents.json
index 98f2f53..b23f595 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/phillies.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/phillies.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "phillies.png",
- "scale" : "1x"
+ "filename" : "phillies-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "phillies-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/phillies.imageset/phillies-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/phillies.imageset/phillies-dark.svg
new file mode 100644
index 0000000..40d4f26
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/phillies.imageset/phillies-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/phillies.imageset/phillies-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/phillies.imageset/phillies-light.svg
new file mode 100644
index 0000000..254a568
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/phillies.imageset/phillies-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/phillies.imageset/phillies.png b/LazyManCore/Resources/Logos.xcassets/MLB/phillies.imageset/phillies.png
deleted file mode 100644
index dcb3a64..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/phillies.imageset/phillies.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/pirates.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/pirates.imageset/Contents.json
index 0b8c51e..e301612 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/pirates.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/pirates.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "pirates.png",
- "scale" : "1x"
+ "filename" : "pirates-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "pirates-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/pirates.imageset/pirates-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/pirates.imageset/pirates-dark.svg
new file mode 100644
index 0000000..bb1b245
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/pirates.imageset/pirates-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/pirates.imageset/pirates-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/pirates.imageset/pirates-light.svg
new file mode 100644
index 0000000..bb1b245
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/pirates.imageset/pirates-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/pirates.imageset/pirates.png b/LazyManCore/Resources/Logos.xcassets/MLB/pirates.imageset/pirates.png
deleted file mode 100644
index 46b79f3..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/pirates.imageset/pirates.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/rangers.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/rangers.imageset/Contents.json
index fd5c08c..65ccc1d 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/rangers.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/rangers.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "rangers.png",
- "scale" : "1x"
+ "filename" : "rangers-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "rangers-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/rangers.imageset/rangers-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/rangers.imageset/rangers-dark.svg
new file mode 100644
index 0000000..383254b
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/rangers.imageset/rangers-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/rangers.imageset/rangers-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/rangers.imageset/rangers-light.svg
new file mode 100644
index 0000000..d050a90
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/rangers.imageset/rangers-light.svg
@@ -0,0 +1 @@
+
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/rangers.imageset/rangers.png b/LazyManCore/Resources/Logos.xcassets/MLB/rangers.imageset/rangers.png
deleted file mode 100644
index 794cc7d..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/rangers.imageset/rangers.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/rays.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/rays.imageset/Contents.json
index 1232cb2..9242542 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/rays.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/rays.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "rays.png",
- "scale" : "1x"
+ "filename" : "rays-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "rays-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/rays.imageset/rays-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/rays.imageset/rays-dark.svg
new file mode 100644
index 0000000..289db0f
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/rays.imageset/rays-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/rays.imageset/rays-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/rays.imageset/rays-light.svg
new file mode 100644
index 0000000..9d1bdb5
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/rays.imageset/rays-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/rays.imageset/rays.png b/LazyManCore/Resources/Logos.xcassets/MLB/rays.imageset/rays.png
deleted file mode 100644
index f352ba5..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/rays.imageset/rays.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/red-sox.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/red-sox.imageset/Contents.json
index f4314f7..e783bbb 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/red-sox.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/red-sox.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "red-sox.png",
- "scale" : "1x"
+ "filename" : "red-sox-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "red-sox-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/red-sox.imageset/red-sox-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/red-sox.imageset/red-sox-dark.svg
new file mode 100644
index 0000000..41bd797
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/red-sox.imageset/red-sox-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/red-sox.imageset/red-sox-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/red-sox.imageset/red-sox-light.svg
new file mode 100644
index 0000000..a92e4c8
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/red-sox.imageset/red-sox-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/red-sox.imageset/red-sox.png b/LazyManCore/Resources/Logos.xcassets/MLB/red-sox.imageset/red-sox.png
deleted file mode 100644
index dd79e19..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/red-sox.imageset/red-sox.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/reds.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/reds.imageset/Contents.json
index 89d4915..dfe7194 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/reds.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/reds.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "reds.png",
- "scale" : "1x"
+ "filename" : "reds-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "reds-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/reds.imageset/reds-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/reds.imageset/reds-dark.svg
new file mode 100644
index 0000000..a8e79f7
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/reds.imageset/reds-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/reds.imageset/reds-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/reds.imageset/reds-light.svg
new file mode 100644
index 0000000..54a00af
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/reds.imageset/reds-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/reds.imageset/reds.png b/LazyManCore/Resources/Logos.xcassets/MLB/reds.imageset/reds.png
deleted file mode 100644
index ae24014..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/reds.imageset/reds.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/rockies.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/rockies.imageset/Contents.json
index 46e993d..4e9059d 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/rockies.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/rockies.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "rockies.png",
- "scale" : "1x"
+ "filename" : "rockies-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "rockies-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/rockies.imageset/rockies-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/rockies.imageset/rockies-dark.svg
new file mode 100644
index 0000000..3b17f08
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/rockies.imageset/rockies-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/rockies.imageset/rockies-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/rockies.imageset/rockies-light.svg
new file mode 100644
index 0000000..75166af
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/rockies.imageset/rockies-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/rockies.imageset/rockies.png b/LazyManCore/Resources/Logos.xcassets/MLB/rockies.imageset/rockies.png
deleted file mode 100644
index bd42d80..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/rockies.imageset/rockies.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/royals.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/royals.imageset/Contents.json
index 4e0da52..1553963 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/royals.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/royals.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "royals.png",
- "scale" : "1x"
+ "filename" : "royals-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "royals-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/royals.imageset/royals-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/royals.imageset/royals-dark.svg
new file mode 100644
index 0000000..1dd4b79
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/royals.imageset/royals-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/royals.imageset/royals-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/royals.imageset/royals-light.svg
new file mode 100644
index 0000000..9d9e1e5
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/royals.imageset/royals-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/royals.imageset/royals.png b/LazyManCore/Resources/Logos.xcassets/MLB/royals.imageset/royals.png
deleted file mode 100644
index cc0f491..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/royals.imageset/royals.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/tigers.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/tigers.imageset/Contents.json
index ea6d9d0..3cd85da 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/tigers.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/tigers.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "tigers.png",
- "scale" : "1x"
+ "filename" : "tigers-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "tigers-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/tigers.imageset/tigers-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/tigers.imageset/tigers-dark.svg
new file mode 100644
index 0000000..c5abe3c
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/tigers.imageset/tigers-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/tigers.imageset/tigers-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/tigers.imageset/tigers-light.svg
new file mode 100644
index 0000000..0e9fe00
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/tigers.imageset/tigers-light.svg
@@ -0,0 +1 @@
+
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/tigers.imageset/tigers.png b/LazyManCore/Resources/Logos.xcassets/MLB/tigers.imageset/tigers.png
deleted file mode 100644
index 9724e63..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/tigers.imageset/tigers.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/twins.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/twins.imageset/Contents.json
index 38964d9..7239dbf 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/twins.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/twins.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "twins.png",
- "scale" : "1x"
+ "filename" : "twins-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "twins-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/twins.imageset/twins-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/twins.imageset/twins-dark.svg
new file mode 100644
index 0000000..140e91b
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/twins.imageset/twins-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/twins.imageset/twins-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/twins.imageset/twins-light.svg
new file mode 100644
index 0000000..b186790
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/twins.imageset/twins-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/twins.imageset/twins.png b/LazyManCore/Resources/Logos.xcassets/MLB/twins.imageset/twins.png
deleted file mode 100644
index 9373d4a..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/twins.imageset/twins.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/white-sox.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/white-sox.imageset/Contents.json
index a6f2f3c..95f7b0d 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/white-sox.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/white-sox.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "white-sox.png",
- "scale" : "1x"
+ "filename" : "white-sox-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "white-sox-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/white-sox.imageset/white-sox-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/white-sox.imageset/white-sox-dark.svg
new file mode 100644
index 0000000..05e488e
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/white-sox.imageset/white-sox-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/white-sox.imageset/white-sox-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/white-sox.imageset/white-sox-light.svg
new file mode 100644
index 0000000..e63fbeb
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/white-sox.imageset/white-sox-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/white-sox.imageset/white-sox.png b/LazyManCore/Resources/Logos.xcassets/MLB/white-sox.imageset/white-sox.png
deleted file mode 100644
index 756b214..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/white-sox.imageset/white-sox.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/yankees.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/MLB/yankees.imageset/Contents.json
index de3a025..ca1f5e0 100644
--- a/LazyManCore/Resources/Logos.xcassets/MLB/yankees.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/yankees.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "yankees.png",
- "scale" : "1x"
+ "filename" : "yankees-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "yankees-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/yankees.imageset/yankees-dark.svg b/LazyManCore/Resources/Logos.xcassets/MLB/yankees.imageset/yankees-dark.svg
new file mode 100644
index 0000000..95aa43f
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/yankees.imageset/yankees-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/yankees.imageset/yankees-light.svg b/LazyManCore/Resources/Logos.xcassets/MLB/yankees.imageset/yankees-light.svg
new file mode 100644
index 0000000..b7a1a07
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/MLB/yankees.imageset/yankees-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/MLB/yankees.imageset/yankees.png b/LazyManCore/Resources/Logos.xcassets/MLB/yankees.imageset/yankees.png
deleted file mode 100644
index e256faf..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/MLB/yankees.imageset/yankees.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/avalanche.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/avalanche.imageset/Contents.json
index 48cb67f..16aab6f 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/avalanche.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/avalanche.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "avalanche.png",
- "scale" : "1x"
+ "filename" : "avalanche-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "avalanche-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/avalanche.imageset/avalanche-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/avalanche.imageset/avalanche-dark.svg
new file mode 100644
index 0000000..2095732
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/avalanche.imageset/avalanche-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/avalanche.imageset/avalanche-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/avalanche.imageset/avalanche-light.svg
new file mode 100644
index 0000000..5d702fa
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/avalanche.imageset/avalanche-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/avalanche.imageset/avalanche.png b/LazyManCore/Resources/Logos.xcassets/NHL/avalanche.imageset/avalanche.png
deleted file mode 100644
index b310d51..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/avalanche.imageset/avalanche.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/blackhawks.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/blackhawks.imageset/Contents.json
index 59c1387..6957231 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/blackhawks.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/blackhawks.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "blackhawks.png",
- "scale" : "1x"
+ "filename" : "blackhawks-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "blackhawks-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/blackhawks.imageset/blackhawks-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/blackhawks.imageset/blackhawks-dark.svg
new file mode 100644
index 0000000..5991c8c
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/blackhawks.imageset/blackhawks-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/blackhawks.imageset/blackhawks-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/blackhawks.imageset/blackhawks-light.svg
new file mode 100644
index 0000000..a9d5f16
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/blackhawks.imageset/blackhawks-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/blackhawks.imageset/blackhawks.png b/LazyManCore/Resources/Logos.xcassets/NHL/blackhawks.imageset/blackhawks.png
deleted file mode 100644
index dd4022b..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/blackhawks.imageset/blackhawks.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/blue-jackets.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/blue-jackets.imageset/Contents.json
index e6fafd8..227cf5a 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/blue-jackets.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/blue-jackets.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "blue-jackets.png",
- "scale" : "1x"
+ "filename" : "blue-jackets-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "blue-jackets-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/blue-jackets.imageset/blue-jackets-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/blue-jackets.imageset/blue-jackets-dark.svg
new file mode 100644
index 0000000..8c1f66e
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/blue-jackets.imageset/blue-jackets-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/blue-jackets.imageset/blue-jackets-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/blue-jackets.imageset/blue-jackets-light.svg
new file mode 100644
index 0000000..39c7246
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/blue-jackets.imageset/blue-jackets-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/blue-jackets.imageset/blue-jackets.png b/LazyManCore/Resources/Logos.xcassets/NHL/blue-jackets.imageset/blue-jackets.png
deleted file mode 100644
index f1cc36b..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/blue-jackets.imageset/blue-jackets.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/blues.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/blues.imageset/Contents.json
index ba1854b..3e076d0 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/blues.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/blues.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "blues.png",
- "scale" : "1x"
+ "filename" : "blues-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "blues-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/blues.imageset/blues-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/blues.imageset/blues-dark.svg
new file mode 100644
index 0000000..31a6182
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/blues.imageset/blues-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/blues.imageset/blues-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/blues.imageset/blues-light.svg
new file mode 100644
index 0000000..eb5b690
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/blues.imageset/blues-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/blues.imageset/blues.png b/LazyManCore/Resources/Logos.xcassets/NHL/blues.imageset/blues.png
deleted file mode 100644
index 4f4c986..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/blues.imageset/blues.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/bruins.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/bruins.imageset/Contents.json
index 0bb518e..ee07726 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/bruins.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/bruins.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "bruins.png",
- "scale" : "1x"
+ "filename" : "bruins-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "bruins-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/bruins.imageset/bruins-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/bruins.imageset/bruins-dark.svg
new file mode 100644
index 0000000..9ff9ccc
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/bruins.imageset/bruins-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/bruins.imageset/bruins-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/bruins.imageset/bruins-light.svg
new file mode 100644
index 0000000..a1c8674
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/bruins.imageset/bruins-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/bruins.imageset/bruins.png b/LazyManCore/Resources/Logos.xcassets/NHL/bruins.imageset/bruins.png
deleted file mode 100644
index 4825c79..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/bruins.imageset/bruins.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/canadiens.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/canadiens.imageset/Contents.json
index 3a77857..afffc71 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/canadiens.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/canadiens.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "canadians.png",
- "scale" : "1x"
+ "filename" : "canadiens-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "canadiens-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/canadiens.imageset/canadians.png b/LazyManCore/Resources/Logos.xcassets/NHL/canadiens.imageset/canadians.png
deleted file mode 100644
index f99b733..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/canadiens.imageset/canadians.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/canadiens.imageset/canadiens-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/canadiens.imageset/canadiens-dark.svg
new file mode 100644
index 0000000..600a265
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/canadiens.imageset/canadiens-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/canadiens.imageset/canadiens-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/canadiens.imageset/canadiens-light.svg
new file mode 100644
index 0000000..ce7397a
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/canadiens.imageset/canadiens-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/canucks.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/canucks.imageset/Contents.json
index 6378487..ad19a93 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/canucks.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/canucks.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "canucks.png",
- "scale" : "1x"
+ "filename" : "canucks-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "canucks-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/canucks.imageset/canucks-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/canucks.imageset/canucks-dark.svg
new file mode 100644
index 0000000..f80a08a
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/canucks.imageset/canucks-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/canucks.imageset/canucks-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/canucks.imageset/canucks-light.svg
new file mode 100644
index 0000000..5fef4ba
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/canucks.imageset/canucks-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/canucks.imageset/canucks.png b/LazyManCore/Resources/Logos.xcassets/NHL/canucks.imageset/canucks.png
deleted file mode 100644
index 990e150..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/canucks.imageset/canucks.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/capitals.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/capitals.imageset/Contents.json
index 4468898..d2e9506 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/capitals.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/capitals.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "capitals.png",
- "scale" : "1x"
+ "filename" : "capitals-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "capitals-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/capitals.imageset/capitals-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/capitals.imageset/capitals-dark.svg
new file mode 100644
index 0000000..db4d83b
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/capitals.imageset/capitals-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/capitals.imageset/capitals-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/capitals.imageset/capitals-light.svg
new file mode 100644
index 0000000..a78c99a
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/capitals.imageset/capitals-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/capitals.imageset/capitals.png b/LazyManCore/Resources/Logos.xcassets/NHL/capitals.imageset/capitals.png
deleted file mode 100644
index cb85b47..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/capitals.imageset/capitals.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/coyotes.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/coyotes.imageset/Contents.json
index 888b794..ab572a6 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/coyotes.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/coyotes.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "coyotes.png",
- "scale" : "1x"
+ "filename" : "coyotes-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "coyotes-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/coyotes.imageset/coyotes-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/coyotes.imageset/coyotes-dark.svg
new file mode 100644
index 0000000..8924a18
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/coyotes.imageset/coyotes-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/coyotes.imageset/coyotes-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/coyotes.imageset/coyotes-light.svg
new file mode 100644
index 0000000..c6056b4
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/coyotes.imageset/coyotes-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/coyotes.imageset/coyotes.png b/LazyManCore/Resources/Logos.xcassets/NHL/coyotes.imageset/coyotes.png
deleted file mode 100644
index ac9da03..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/coyotes.imageset/coyotes.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/devils.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/devils.imageset/Contents.json
index 1227aa8..cd1a50f 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/devils.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/devils.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "devils.png",
- "scale" : "1x"
+ "filename" : "devils-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "devils-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/devils.imageset/devils-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/devils.imageset/devils-dark.svg
new file mode 100644
index 0000000..f50ad48
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/devils.imageset/devils-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/devils.imageset/devils-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/devils.imageset/devils-light.svg
new file mode 100644
index 0000000..53b7b75
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/devils.imageset/devils-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/devils.imageset/devils.png b/LazyManCore/Resources/Logos.xcassets/NHL/devils.imageset/devils.png
deleted file mode 100644
index 18c28b9..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/devils.imageset/devils.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/ducks.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/ducks.imageset/Contents.json
index 922951c..1607e70 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/ducks.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/ducks.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "ducks.png",
- "scale" : "1x"
+ "filename" : "ducks-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "ducks-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/ducks.imageset/ducks-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/ducks.imageset/ducks-dark.svg
new file mode 100644
index 0000000..4189661
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/ducks.imageset/ducks-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/ducks.imageset/ducks-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/ducks.imageset/ducks-light.svg
new file mode 100644
index 0000000..8f740aa
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/ducks.imageset/ducks-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/ducks.imageset/ducks.png b/LazyManCore/Resources/Logos.xcassets/NHL/ducks.imageset/ducks.png
deleted file mode 100644
index 410c78c..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/ducks.imageset/ducks.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/flames.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/flames.imageset/Contents.json
index 3129b07..4415d32 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/flames.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/flames.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "flames.png",
- "scale" : "1x"
+ "filename" : "flames-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "flames-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/flames.imageset/flames-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/flames.imageset/flames-dark.svg
new file mode 100644
index 0000000..198c40f
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/flames.imageset/flames-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/flames.imageset/flames-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/flames.imageset/flames-light.svg
new file mode 100644
index 0000000..27813ea
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/flames.imageset/flames-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/flames.imageset/flames.png b/LazyManCore/Resources/Logos.xcassets/NHL/flames.imageset/flames.png
deleted file mode 100644
index a4bd4a0..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/flames.imageset/flames.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/flyers.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/flyers.imageset/Contents.json
index 483934e..8ef73e0 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/flyers.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/flyers.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "flyers.png",
- "scale" : "1x"
+ "filename" : "flyers-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "flyers-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/flyers.imageset/flyers-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/flyers.imageset/flyers-dark.svg
new file mode 100644
index 0000000..49c9b78
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/flyers.imageset/flyers-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/flyers.imageset/flyers-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/flyers.imageset/flyers-light.svg
new file mode 100644
index 0000000..db95793
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/flyers.imageset/flyers-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/flyers.imageset/flyers.png b/LazyManCore/Resources/Logos.xcassets/NHL/flyers.imageset/flyers.png
deleted file mode 100644
index e2d2c0b..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/flyers.imageset/flyers.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/golden-knights.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/golden-knights.imageset/Contents.json
index 31737a3..c1dd39a 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/golden-knights.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/golden-knights.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "golden-knights.png",
- "scale" : "1x"
+ "filename" : "golden-knights-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "golden-knights-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/golden-knights.imageset/golden-knights-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/golden-knights.imageset/golden-knights-dark.svg
new file mode 100644
index 0000000..241b5d9
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/golden-knights.imageset/golden-knights-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/golden-knights.imageset/golden-knights-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/golden-knights.imageset/golden-knights-light.svg
new file mode 100644
index 0000000..4c84ff1
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/golden-knights.imageset/golden-knights-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/golden-knights.imageset/golden-knights.png b/LazyManCore/Resources/Logos.xcassets/NHL/golden-knights.imageset/golden-knights.png
deleted file mode 100644
index e8e7937..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/golden-knights.imageset/golden-knights.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/hurricanes.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/hurricanes.imageset/Contents.json
index 08b0fa0..082cc49 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/hurricanes.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/hurricanes.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "hurricanes.png",
- "scale" : "1x"
+ "filename" : "hurricanes-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "hurricanes-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/hurricanes.imageset/hurricanes-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/hurricanes.imageset/hurricanes-dark.svg
new file mode 100644
index 0000000..d4e4b3c
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/hurricanes.imageset/hurricanes-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/hurricanes.imageset/hurricanes-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/hurricanes.imageset/hurricanes-light.svg
new file mode 100644
index 0000000..ae3a805
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/hurricanes.imageset/hurricanes-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/hurricanes.imageset/hurricanes.png b/LazyManCore/Resources/Logos.xcassets/NHL/hurricanes.imageset/hurricanes.png
deleted file mode 100644
index 2947c48..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/hurricanes.imageset/hurricanes.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/islanders.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/islanders.imageset/Contents.json
index 83d2e1a..9612fff 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/islanders.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/islanders.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "islanders.png",
- "scale" : "1x"
+ "filename" : "islanders-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "islanders-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/islanders.imageset/islanders-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/islanders.imageset/islanders-dark.svg
new file mode 100644
index 0000000..4e7dcf7
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/islanders.imageset/islanders-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/islanders.imageset/islanders-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/islanders.imageset/islanders-light.svg
new file mode 100644
index 0000000..d062714
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/islanders.imageset/islanders-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/islanders.imageset/islanders.png b/LazyManCore/Resources/Logos.xcassets/NHL/islanders.imageset/islanders.png
deleted file mode 100644
index 54aaf7a..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/islanders.imageset/islanders.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/jets.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/jets.imageset/Contents.json
index 270e9e0..ffda6c8 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/jets.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/jets.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "jets.png",
- "scale" : "1x"
+ "filename" : "jets-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "jets-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/jets.imageset/jets-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/jets.imageset/jets-dark.svg
new file mode 100644
index 0000000..91945f5
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/jets.imageset/jets-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/jets.imageset/jets-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/jets.imageset/jets-light.svg
new file mode 100644
index 0000000..ad85026
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/jets.imageset/jets-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/jets.imageset/jets.png b/LazyManCore/Resources/Logos.xcassets/NHL/jets.imageset/jets.png
deleted file mode 100644
index c302e5b..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/jets.imageset/jets.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/kings.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/kings.imageset/Contents.json
index bd2e1e2..70e42b3 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/kings.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/kings.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "kings.png",
- "scale" : "1x"
+ "filename" : "kings-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "kings-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/kings.imageset/kings-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/kings.imageset/kings-dark.svg
new file mode 100644
index 0000000..27d6e7c
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/kings.imageset/kings-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/kings.imageset/kings-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/kings.imageset/kings-light.svg
new file mode 100644
index 0000000..4c86c04
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/kings.imageset/kings-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/kings.imageset/kings.png b/LazyManCore/Resources/Logos.xcassets/NHL/kings.imageset/kings.png
deleted file mode 100644
index 5ed41e8..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/kings.imageset/kings.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/kraken.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/kraken.imageset/Contents.json
new file mode 100644
index 0000000..3be7bff
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/kraken.imageset/Contents.json
@@ -0,0 +1,31 @@
+{
+ "images" : [
+ {
+ "idiom" : "universal",
+ "filename" : "kraken-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
+ },
+ {
+ "idiom" : "universal",
+ "filename" : "kraken-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
+ }
+}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/kraken.imageset/kraken-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/kraken.imageset/kraken-dark.svg
new file mode 100644
index 0000000..7768b04
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/kraken.imageset/kraken-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/kraken.imageset/kraken-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/kraken.imageset/kraken-light.svg
new file mode 100644
index 0000000..24faaba
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/kraken.imageset/kraken-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/lightning.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/lightning.imageset/Contents.json
index 6b7fa20..3907bef 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/lightning.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/lightning.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "lightning.png",
- "scale" : "1x"
+ "filename" : "lightning-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "lightning-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/lightning.imageset/lightning-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/lightning.imageset/lightning-dark.svg
new file mode 100644
index 0000000..c8176f6
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/lightning.imageset/lightning-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/lightning.imageset/lightning-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/lightning.imageset/lightning-light.svg
new file mode 100644
index 0000000..1e90373
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/lightning.imageset/lightning-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/lightning.imageset/lightning.png b/LazyManCore/Resources/Logos.xcassets/NHL/lightning.imageset/lightning.png
deleted file mode 100644
index 7200d14..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/lightning.imageset/lightning.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/maple-leafs.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/maple-leafs.imageset/Contents.json
index a9a22c4..dcff9fd 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/maple-leafs.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/maple-leafs.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "maple-leafs.png",
- "scale" : "1x"
+ "filename" : "maple-leafs-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "maple-leafs-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/maple-leafs.imageset/maple-leafs-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/maple-leafs.imageset/maple-leafs-dark.svg
new file mode 100644
index 0000000..2ff6e86
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/maple-leafs.imageset/maple-leafs-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/maple-leafs.imageset/maple-leafs-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/maple-leafs.imageset/maple-leafs-light.svg
new file mode 100644
index 0000000..84802f4
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/maple-leafs.imageset/maple-leafs-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/maple-leafs.imageset/maple-leafs.png b/LazyManCore/Resources/Logos.xcassets/NHL/maple-leafs.imageset/maple-leafs.png
deleted file mode 100644
index da135c3..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/maple-leafs.imageset/maple-leafs.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/oilers.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/oilers.imageset/Contents.json
index 381d843..9be3947 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/oilers.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/oilers.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "oilers.png",
- "scale" : "1x"
+ "filename" : "oilers-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "oilers-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/oilers.imageset/oilers-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/oilers.imageset/oilers-dark.svg
new file mode 100644
index 0000000..7ff6b00
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/oilers.imageset/oilers-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/oilers.imageset/oilers-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/oilers.imageset/oilers-light.svg
new file mode 100644
index 0000000..a785ea9
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/oilers.imageset/oilers-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/oilers.imageset/oilers.png b/LazyManCore/Resources/Logos.xcassets/NHL/oilers.imageset/oilers.png
deleted file mode 100644
index b6e7c3c..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/oilers.imageset/oilers.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/panthers.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/panthers.imageset/Contents.json
index b265561..7b530e7 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/panthers.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/panthers.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "panthers.png",
- "scale" : "1x"
+ "filename" : "panthers-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "panthers-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/panthers.imageset/panthers-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/panthers.imageset/panthers-dark.svg
new file mode 100644
index 0000000..6019527
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/panthers.imageset/panthers-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/panthers.imageset/panthers-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/panthers.imageset/panthers-light.svg
new file mode 100644
index 0000000..e8b8282
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/panthers.imageset/panthers-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/panthers.imageset/panthers.png b/LazyManCore/Resources/Logos.xcassets/NHL/panthers.imageset/panthers.png
deleted file mode 100644
index 5e3e712..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/panthers.imageset/panthers.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/penguins.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/penguins.imageset/Contents.json
index eff17f6..b088882 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/penguins.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/penguins.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "penguins.png",
- "scale" : "1x"
+ "filename" : "penguins-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "penguins-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/penguins.imageset/penguins-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/penguins.imageset/penguins-dark.svg
new file mode 100644
index 0000000..9e6e0fe
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/penguins.imageset/penguins-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/penguins.imageset/penguins-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/penguins.imageset/penguins-light.svg
new file mode 100644
index 0000000..35b3f13
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/penguins.imageset/penguins-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/penguins.imageset/penguins.png b/LazyManCore/Resources/Logos.xcassets/NHL/penguins.imageset/penguins.png
deleted file mode 100644
index 6c12c4a..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/penguins.imageset/penguins.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/predators.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/predators.imageset/Contents.json
index 7d0e4b8..681f840 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/predators.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/predators.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "predators.png",
- "scale" : "1x"
+ "filename" : "predators-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "predators-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/predators.imageset/predators-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/predators.imageset/predators-dark.svg
new file mode 100644
index 0000000..13bb491
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/predators.imageset/predators-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/predators.imageset/predators-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/predators.imageset/predators-light.svg
new file mode 100644
index 0000000..f5241ef
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/predators.imageset/predators-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/predators.imageset/predators.png b/LazyManCore/Resources/Logos.xcassets/NHL/predators.imageset/predators.png
deleted file mode 100644
index 483c228..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/predators.imageset/predators.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/rangers.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/rangers.imageset/Contents.json
index fd5c08c..65ccc1d 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/rangers.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/rangers.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "rangers.png",
- "scale" : "1x"
+ "filename" : "rangers-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "rangers-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/rangers.imageset/rangers-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/rangers.imageset/rangers-dark.svg
new file mode 100644
index 0000000..a870430
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/rangers.imageset/rangers-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/rangers.imageset/rangers-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/rangers.imageset/rangers-light.svg
new file mode 100644
index 0000000..83e167e
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/rangers.imageset/rangers-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/rangers.imageset/rangers.png b/LazyManCore/Resources/Logos.xcassets/NHL/rangers.imageset/rangers.png
deleted file mode 100644
index 625c989..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/rangers.imageset/rangers.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/red-wings.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/red-wings.imageset/Contents.json
index 3e00f5d..6454d12 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/red-wings.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/red-wings.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "red-wings.png",
- "scale" : "1x"
+ "filename" : "red-wings-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "red-wings-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/red-wings.imageset/red-wings-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/red-wings.imageset/red-wings-dark.svg
new file mode 100644
index 0000000..e2a0ea2
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/red-wings.imageset/red-wings-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/red-wings.imageset/red-wings-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/red-wings.imageset/red-wings-light.svg
new file mode 100644
index 0000000..54f918a
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/red-wings.imageset/red-wings-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/red-wings.imageset/red-wings.png b/LazyManCore/Resources/Logos.xcassets/NHL/red-wings.imageset/red-wings.png
deleted file mode 100644
index 791ba65..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/red-wings.imageset/red-wings.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/sabres.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/sabres.imageset/Contents.json
index 6f67c74..b143e12 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/sabres.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/sabres.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "sabres.png",
- "scale" : "1x"
+ "filename" : "sabres-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "sabres-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/sabres.imageset/sabres-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/sabres.imageset/sabres-dark.svg
new file mode 100644
index 0000000..e6fc75b
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/sabres.imageset/sabres-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/sabres.imageset/sabres-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/sabres.imageset/sabres-light.svg
new file mode 100644
index 0000000..0ccc241
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/sabres.imageset/sabres-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/sabres.imageset/sabres.png b/LazyManCore/Resources/Logos.xcassets/NHL/sabres.imageset/sabres.png
deleted file mode 100644
index c885ecb..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/sabres.imageset/sabres.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/senators.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/senators.imageset/Contents.json
index b442a59..2986d11 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/senators.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/senators.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "senators.png",
- "scale" : "1x"
+ "filename" : "senators-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "senators-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/senators.imageset/senators-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/senators.imageset/senators-dark.svg
new file mode 100644
index 0000000..9411ce2
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/senators.imageset/senators-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/senators.imageset/senators-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/senators.imageset/senators-light.svg
new file mode 100644
index 0000000..cb1a785
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/senators.imageset/senators-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/senators.imageset/senators.png b/LazyManCore/Resources/Logos.xcassets/NHL/senators.imageset/senators.png
deleted file mode 100644
index a6f50e5..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/senators.imageset/senators.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/sharks.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/sharks.imageset/Contents.json
index 66ad78a..711f40f 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/sharks.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/sharks.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "sharks.png",
- "scale" : "1x"
+ "filename" : "sharks-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "sharks-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/sharks.imageset/sharks-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/sharks.imageset/sharks-dark.svg
new file mode 100644
index 0000000..2db58ed
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/sharks.imageset/sharks-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/sharks.imageset/sharks-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/sharks.imageset/sharks-light.svg
new file mode 100644
index 0000000..98e8de2
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/sharks.imageset/sharks-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/sharks.imageset/sharks.png b/LazyManCore/Resources/Logos.xcassets/NHL/sharks.imageset/sharks.png
deleted file mode 100644
index 0a141d5..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/sharks.imageset/sharks.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/stars.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/stars.imageset/Contents.json
index c9409d3..5ac3b4e 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/stars.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/stars.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "stars.png",
- "scale" : "1x"
+ "filename" : "stars-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "stars-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/stars.imageset/stars-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/stars.imageset/stars-dark.svg
new file mode 100644
index 0000000..b2616be
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/stars.imageset/stars-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/stars.imageset/stars-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/stars.imageset/stars-light.svg
new file mode 100644
index 0000000..f7219c6
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/stars.imageset/stars-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/stars.imageset/stars.png b/LazyManCore/Resources/Logos.xcassets/NHL/stars.imageset/stars.png
deleted file mode 100644
index ab26b0e..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/stars.imageset/stars.png and /dev/null differ
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/wild.imageset/Contents.json b/LazyManCore/Resources/Logos.xcassets/NHL/wild.imageset/Contents.json
index d254dff..2bf2073 100644
--- a/LazyManCore/Resources/Logos.xcassets/NHL/wild.imageset/Contents.json
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/wild.imageset/Contents.json
@@ -2,20 +2,30 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "wild.png",
- "scale" : "1x"
+ "filename" : "wild-light.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "light"
+ }
+ ]
},
{
"idiom" : "universal",
- "scale" : "2x"
- },
- {
- "idiom" : "universal",
- "scale" : "3x"
+ "filename" : "wild-dark.svg",
+ "appearances" : [
+ {
+ "appearance" : "luminosity",
+ "value" : "dark"
+ }
+ ]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
}
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/wild.imageset/wild-dark.svg b/LazyManCore/Resources/Logos.xcassets/NHL/wild.imageset/wild-dark.svg
new file mode 100644
index 0000000..ff890a5
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/wild.imageset/wild-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/wild.imageset/wild-light.svg b/LazyManCore/Resources/Logos.xcassets/NHL/wild.imageset/wild-light.svg
new file mode 100644
index 0000000..101bacb
--- /dev/null
+++ b/LazyManCore/Resources/Logos.xcassets/NHL/wild.imageset/wild-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/LazyManCore/Resources/Logos.xcassets/NHL/wild.imageset/wild.png b/LazyManCore/Resources/Logos.xcassets/NHL/wild.imageset/wild.png
deleted file mode 100644
index efe849d..0000000
Binary files a/LazyManCore/Resources/Logos.xcassets/NHL/wild.imageset/wild.png and /dev/null differ
diff --git a/LazyManCore/Resources/MLBTeams.plist b/LazyManCore/Resources/MLBTeams.plist
index 0cba081..142f5eb 100644
--- a/LazyManCore/Resources/MLBTeams.plist
+++ b/LazyManCore/Resources/MLBTeams.plist
@@ -3,304 +3,304 @@
+ abbreviation
+ ARI
+ league
+ MLB
name
Arizona Diamondbacks
teamName
D-backs
+
+
abbreviation
- ARI
+ ATL
league
MLB
-
-
name
Atlanta Braves
teamName
Braves
+
+
abbreviation
- ATL
+ BAL
league
MLB
-
-
name
Baltimore Orioles
teamName
Orioles
+
+
abbreviation
- BAL
+ BOS
league
MLB
-
-
name
Boston Red Sox
teamName
Red Sox
+
+
abbreviation
- BOS
+ CHC
league
MLB
-
-
name
Chicago Cubs
teamName
Cubs
+
+
abbreviation
- CHC
+ CWS
league
MLB
-
-
name
Chicago White Sox
teamName
White Sox
+
+
abbreviation
- CWS
+ CIN
league
MLB
-
-
name
Cincinnati Reds
teamName
Reds
+
+
abbreviation
- CIN
+ CLE
league
MLB
-
-
name
Cleveland Indians
teamName
Indians
+
+
abbreviation
- CLE
+ COL
league
MLB
-
-
name
Colorado Rockies
teamName
Rockies
+
+
abbreviation
- COL
+ DET
league
MLB
-
-
name
Detroit Tigers
teamName
Tigers
+
+
abbreviation
- DET
+ HOU
league
MLB
-
-
name
Houston Astros
teamName
Astros
+
+
abbreviation
- HOU
+ KC
league
MLB
-
-
name
Kansas City Royals
teamName
Royals
+
+
abbreviation
- KC
+ LAA
league
MLB
-
-
name
Los Angeles Angels
teamName
Angels
+
+
abbreviation
- LAA
+ LAD
league
MLB
-
-
name
Los Angeles Dodgers
teamName
Dodgers
+
+
abbreviation
- LAD
+ MIA
league
MLB
-
-
name
Miami Marlins
teamName
Marlins
+
+
abbreviation
- MIA
+ MIL
league
MLB
-
-
name
Milwaukee Brewers
teamName
Brewers
+
+
abbreviation
- MIL
+ MIN
league
MLB
-
-
name
Minnesota Twins
teamName
Twins
+
+
abbreviation
- MIN
+ NYM
league
MLB
-
-
name
New York Mets
teamName
Mets
+
+
abbreviation
- NYM
+ NYY
league
MLB
-
-
name
New York Yankees
teamName
Yankees
+
+
abbreviation
- NYY
+ OAK
league
MLB
-
-
name
Oakland Athletics
teamName
Athletics
+
+
abbreviation
- OAK
+ PHI
league
MLB
-
-
name
Philadelphia Phillies
teamName
Phillies
+
+
abbreviation
- PHI
+ PIT
league
MLB
-
-
name
Pittsburgh Pirates
teamName
Pirates
+
+
abbreviation
- PIT
+ SD
league
MLB
-
-
name
San Diego Padres
teamName
Padres
+
+
abbreviation
- SD
+ SF
league
MLB
-
-
name
San Francisco Giants
teamName
Giants
+
+
abbreviation
- SF
+ SEA
league
MLB
-
-
name
Seattle Mariners
teamName
Mariners
+
+
abbreviation
- SEA
+ STL
league
MLB
-
-
name
St. Louis Cardinals
teamName
Cardinals
+
+
abbreviation
- STL
+ TB
league
MLB
-
-
name
Tampa Bay Rays
teamName
Rays
+
+
abbreviation
- TB
+ TEX
league
MLB
-
-
name
Texas Rangers
teamName
Rangers
+
+
abbreviation
- TEX
+ TOR
league
MLB
-
-
name
Toronto Blue Jays
teamName
Blue Jays
+
+
abbreviation
- TOR
+ WSH
league
MLB
-
-
name
Washington Nationals
teamName
Nationals
- abbreviation
- WSH
- league
- MLB
diff --git a/LazyManCore/Resources/NHLTeams.plist b/LazyManCore/Resources/NHLTeams.plist
index fcb334f..52b03af 100644
--- a/LazyManCore/Resources/NHLTeams.plist
+++ b/LazyManCore/Resources/NHLTeams.plist
@@ -3,314 +3,324 @@
+ abbreviation
+ ANA
+ league
+ NHL
name
Anaheim Ducks
teamName
Ducks
+
+
abbreviation
- ANA
+ ARI
league
NHL
-
-
name
Arizona Coyotes
teamName
Coyotes
+
+
abbreviation
- ARI
+ BOS
league
NHL
-
-
name
Boston Bruins
teamName
Bruins
+
+
abbreviation
- BOS
+ BUF
league
NHL
-
-
name
Buffalo Sabres
teamName
Sabres
+
+
abbreviation
- BUF
+ CGY
league
NHL
-
-
name
Calgary Flames
teamName
Flames
+
+
abbreviation
- CGY
+ CAR
league
NHL
-
-
name
Carolina Hurricanes
teamName
Hurricanes
+
+
abbreviation
- CAR
+ CHI
league
NHL
-
-
name
Chicago Blackhawks
teamName
Blackhawks
+
+
abbreviation
- CHI
+ COL
league
NHL
-
-
name
Colorado Avalanche
teamName
Avalanche
+
+
abbreviation
- COL
+ CBJ
league
NHL
-
-
name
Columbus Blue Jackets
teamName
Blue Jackets
+
+
abbreviation
- CBJ
+ DAL
league
NHL
-
-
name
Dallas Stars
teamName
Stars
+
+
abbreviation
- DAL
+ DET
league
NHL
-
-
name
Detroit Red Wings
teamName
Red Wings
+
+
abbreviation
- DET
+ EDM
league
NHL
-
-
name
Edmonton Oilers
teamName
Oilers
+
+
abbreviation
- EDM
+ FLA
league
NHL
-
-
name
Florida Panthers
teamName
Panthers
+
+
abbreviation
- FLA
+ LAK
league
NHL
-
-
name
Los Angeles Kings
teamName
Kings
+
+
abbreviation
- LAK
+ MIN
league
NHL
-
-
name
Minnesota Wild
teamName
Wild
+
+
abbreviation
- MIN
+ MTL
league
NHL
-
-
name
Montréal Canadiens
teamName
Canadiens
+
+
abbreviation
- MTL
+ NSH
league
NHL
-
-
name
Nashville Predators
teamName
Predators
+
+
abbreviation
- NSH
+ NJD
league
NHL
-
-
name
New Jersey Devils
teamName
Devils
+
+
abbreviation
- NJD
+ NYI
league
NHL
-
-
name
New York Islanders
teamName
Islanders
+
+
abbreviation
- NYI
+ NYR
league
NHL
-
-
name
New York Rangers
teamName
Rangers
+
+
abbreviation
- NYR
+ OTT
league
NHL
-
-
name
Ottawa Senators
teamName
Senators
+
+
abbreviation
- OTT
+ PHI
league
NHL
-
-
name
Philadelphia Flyers
teamName
Flyers
+
+
abbreviation
- PHI
+ PIT
league
NHL
-
-
name
Pittsburgh Penguins
teamName
Penguins
+
+
abbreviation
- PIT
+ SJS
league
NHL
-
-
name
San Jose Sharks
teamName
Sharks
+
+
abbreviation
- SJS
+ SEA
league
NHL
+ name
+ Seattle Kraken
+ teamName
+ Kraken
+ abbreviation
+ STL
+ league
+ NHL
name
St. Louis Blues
teamName
Blues
+
+
abbreviation
- STL
+ TBL
league
NHL
-
-
name
Tampa Bay Lightning
teamName
Lightning
+
+
abbreviation
- TBL
+ TOR
league
NHL
-
-
name
Toronto Maple Leafs
teamName
Maple Leafs
+
+
abbreviation
- TOR
+ VAN
league
NHL
-
-
name
Vancouver Canucks
teamName
Canucks
+
+
abbreviation
- VAN
+ VGK
league
NHL
-
-
name
Vegas Golden Knights
teamName
Golden Knights
+
+
abbreviation
- VGK
+ WSH
league
NHL
-
-
name
Washington Capitals
teamName
Capitals
+
+
abbreviation
- WSH
+ WPG
league
NHL
-
-
name
Winnipeg Jets
teamName
Jets
- abbreviation
- WPG
- league
- NHL
diff --git a/Podfile b/Podfile
index e9b6cab..3ab61d1 100644
--- a/Podfile
+++ b/Podfile
@@ -11,22 +11,22 @@ abstract_target 'core' do
pod 'Pantomime', :git => 'https://github.com/inickt/Pantomime.git', :branch => 'master', :inhibit_warnings => true
target 'LazyManCore-iOS' do
- platform :ios, '9.0'
+ platform :ios, '13.0'
end
target 'LazyManCore-tvOS' do
- platform :tvos, '9.0'
+ platform :tvos, '13.0'
end
target 'LazyManCore-macOS' do
- platform :macos, '10.12'
+ platform :macos, '10.15'
end
end
# Pods for LazyMan-iOS
target 'LazyMan-iOS' do
project 'LazyMan-iOS'
- platform :ios, '9.0'
+ platform :ios, '13.0'
use_frameworks!
pod 'FSCalendar', '2.7.9', :inhibit_warnings => true
diff --git a/Podfile.lock b/Podfile.lock
index c34ddbf..3859516 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -115,8 +115,8 @@ CHECKOUT OPTIONS:
:git: https://github.com/inickt/Pantomime.git
SPEC CHECKSUMS:
- Crashlytics: 540b7e5f5da5a042647227a5e3ac51d85eed06df
- Fabric: 706c8b8098fff96c33c0db69cbf81f9c551d0d74
+ Crashlytics: 9220f5bc89e7a618df411b4f639389dbfb0e03d2
+ Fabric: ea977e3cd9c20425516d3dafd3bf8c941c51223f
Firebase: 0219bb4782eb1406f1b9b0628a2e625484ce910d
FirebaseAnalytics: f68b9f3f1241385129ae0a83b63627fc420c05e5
FirebaseCore: 632e05cc5e1199d9147122c16d92305eb04c34bd
@@ -134,6 +134,6 @@ SPEC CHECKSUMS:
Pantomime: 2aec2b603b91f6d5a4774ecce9c0ed073d3b4e5d
Protobuf: dd1aaea7140debfe4dd0683fb8ef208e527ae153
-PODFILE CHECKSUM: 3e5f13534e8794b1ff37af951e6f2bdc7ec3bac9
+PODFILE CHECKSUM: eb6a5e5e7bd798c54d1f877d5eace13153f55d10
-COCOAPODS: 1.9.0
+COCOAPODS: 1.10.2
diff --git a/team-data/.gitignore b/team-data/.gitignore
new file mode 100644
index 0000000..a81c8ee
--- /dev/null
+++ b/team-data/.gitignore
@@ -0,0 +1,138 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+wheels/
+share/python-wheels/
+*.egg-info/
+.installed.cfg
+*.egg
+MANIFEST
+
+# PyInstaller
+# Usually these files are written by a python script from a template
+# before PyInstaller builds the exe, so as to inject date/other infos into it.
+*.manifest
+*.spec
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+htmlcov/
+.tox/
+.nox/
+.coverage
+.coverage.*
+.cache
+nosetests.xml
+coverage.xml
+*.cover
+*.py,cover
+.hypothesis/
+.pytest_cache/
+cover/
+
+# Translations
+*.mo
+*.pot
+
+# Django stuff:
+*.log
+local_settings.py
+db.sqlite3
+db.sqlite3-journal
+
+# Flask stuff:
+instance/
+.webassets-cache
+
+# Scrapy stuff:
+.scrapy
+
+# Sphinx documentation
+docs/_build/
+
+# PyBuilder
+.pybuilder/
+target/
+
+# Jupyter Notebook
+.ipynb_checkpoints
+
+# IPython
+profile_default/
+ipython_config.py
+
+# pyenv
+# For a library or package, you might want to ignore these files since the code is
+# intended to run in multiple environments; otherwise, check them in:
+# .python-version
+
+# pipenv
+# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
+# However, in case of collaboration, if having platform-specific dependencies or dependencies
+# having no cross-platform support, pipenv may install dependencies that don't work, or not
+# install all needed dependencies.
+#Pipfile.lock
+
+# PEP 582; used by e.g. github.com/David-OConnor/pyflow
+__pypackages__/
+
+# Celery stuff
+celerybeat-schedule
+celerybeat.pid
+
+# SageMath parsed files
+*.sage.py
+
+# Environments
+.env
+.venv
+env/
+venv/
+ENV/
+env.bak/
+venv.bak/
+
+# Spyder project settings
+.spyderproject
+.spyproject
+
+# Rope project settings
+.ropeproject
+
+# mkdocs documentation
+/site
+
+# mypy
+.mypy_cache/
+.dmypy.json
+dmypy.json
+
+# Pyre type checker
+.pyre/
+
+# pytype static type analyzer
+.pytype/
+
+# Cython debug symbols
+cython_debug/
diff --git a/team-data/main.py b/team-data/main.py
new file mode 100644
index 0000000..5f7dbc3
--- /dev/null
+++ b/team-data/main.py
@@ -0,0 +1,115 @@
+import requests
+
+from enum import Enum, auto
+import json
+from pathlib import Path
+import plistlib
+
+BASE_PATH = Path("build")
+LOGO_XCASSET_PATH = BASE_PATH / "Logos.xcassets"
+ASSET_INFO = {"info": {"version": 1, "author": "xcode"}}
+
+
+class League(Enum):
+ NHL = auto()
+ MLB = auto()
+
+ @property
+ def teams_url(self):
+ return {
+ League.NHL: "https://statsapi.web.nhl.com/api/v1/teams?fields=abbreviation,teams,teamName,id,name",
+ League.MLB: "https://statsapi.mlb.com/api/v1/teams?fields=abbreviation,teams,teamName,id,name&sportIds=1",
+ }[self]
+
+ def logo_variants(self, id):
+ return [("light", self.light_logo_url(id)), ("dark", self.dark_logo_url(id))]
+
+ def light_logo_url(self, id):
+ return {
+ League.NHL: f"https://www-league.nhlstatic.com/images/logos/teams-current-primary-light/{id}.svg",
+ League.MLB: f"https://www.mlbstatic.com/team-logos/team-cap-on-light/{id}.svg",
+ }[self]
+
+ def dark_logo_url(self, id):
+ return {
+ League.NHL: f"https://www-league.nhlstatic.com/images/logos/teams-current-primary-dark/{id}.svg",
+ League.MLB: f"https://www.mlbstatic.com/team-logos/team-cap-on-dark/{id}.svg",
+ }[self]
+
+
+def team_data(league: League):
+ print(f"Generating {league.name} team logos and name data")
+ teams_response = requests.get(league.teams_url)
+ teams = sorted(teams_response.json()["teams"], key=lambda t: t["name"])
+
+ for team in teams:
+ print(f" {team['name']} ({team['abbreviation']})")
+ make_imageset(league, team)
+ del team["id"]
+ team["league"] = league.name
+
+ write_asset_contents(
+ LOGO_XCASSET_PATH / league.name,
+ {
+ **ASSET_INFO,
+ "properties": {"provides-namespace": True},
+ },
+ )
+
+ make_plist(league, teams)
+ print(f"Finished generating {league.name} team logos and name data\n")
+
+
+def make_imageset(league: League, team):
+ team_name, id = team["teamName"], team["id"]
+ filename_prefix = team_name.lower().replace(" ", "-")
+ imageset_path = LOGO_XCASSET_PATH / league.name / (filename_prefix + ".imageset")
+ imageset_path.mkdir(parents=True, exist_ok=True)
+
+ images = []
+ for kind, url in league.logo_variants(id):
+ image_path = imageset_path / (filename_prefix + "-" + kind + ".svg")
+ print(f" Writing {team_name} {kind} logo to {image_path}")
+ image_response = requests.get(url)
+ with open(image_path, "wb") as file:
+ file.write(image_response.content)
+ images.append(
+ {
+ "idiom": "universal",
+ "filename": image_path.name,
+ "appearances": [{"appearance": "luminosity", "value": kind}],
+ }
+ )
+
+ write_asset_contents(
+ imageset_path,
+ {
+ "images": images,
+ **ASSET_INFO,
+ "properties": {"preserves-vector-representation": True},
+ },
+ )
+
+
+def make_plist(league: League, teams):
+ plist_path = BASE_PATH / (league.name + "Teams.plist")
+ print(f"Writing {league.name} team data ({len(teams)}) to {plist_path}")
+ with open(plist_path, "wb") as file:
+ plistlib.dump(teams, file)
+
+
+def write_asset_contents(path, attributes):
+ with open(path / "Contents.json", "w") as file:
+ json.dump(
+ attributes,
+ file,
+ indent=2,
+ separators=(",", " : "),
+ )
+
+
+if __name__ == "__main__":
+ for league in League:
+ team_data(league)
+
+ write_asset_contents(LOGO_XCASSET_PATH, ASSET_INFO)
diff --git a/team-data/requirements.txt b/team-data/requirements.txt
new file mode 100644
index 0000000..590971b
--- /dev/null
+++ b/team-data/requirements.txt
@@ -0,0 +1,2 @@
+requests
+black
\ No newline at end of file