diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-04 17:06:28 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-04 17:06:28 +0200 |
| commit | c843d34f56c207abcf4b93e424125eea2dc601e0 (patch) | |
| tree | 415dc2d9be4be31e290e1dd1dedb0b630c5e8fc6 /Map/Assets.xcassets | |
| parent | ed10ac191df473c92c4fec495aafa7f569d108c8 (diff) | |
Upgrade to Swift 6
Diffstat (limited to 'Map/Assets.xcassets')
| -rw-r--r-- | Map/Assets.xcassets/Colors/Theme/JustWhite.colorset/Contents.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Map/Assets.xcassets/Colors/Theme/JustWhite.colorset/Contents.json b/Map/Assets.xcassets/Colors/Theme/JustWhite.colorset/Contents.json new file mode 100644 index 0000000..97650a1 --- /dev/null +++ b/Map/Assets.xcassets/Colors/Theme/JustWhite.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "1.000", + "green" : "1.000", + "red" : "1.000" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} |