Skip to content

Commit

Permalink
Fix icon rendering colors
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonCat4012 committed Feb 4, 2024
1 parent e962c88 commit 389f6c4
Show file tree
Hide file tree
Showing 17 changed files with 67 additions and 163 deletions.
6 changes: 3 additions & 3 deletions VGApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
F12680742A477F6E007931B6 /* AppData+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = F126806C2A477F6E007931B6 /* AppData+CoreDataClass.swift */; };
F12680752A477F6E007931B6 /* AppData+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = F126806D2A477F6E007931B6 /* AppData+CoreDataProperties.swift */; };
F1678A192979BAE600F676A4 /* ListDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1678A182979BAE600F676A4 /* ListDetailView.swift */; };
F1AAD8B22A617E46006F51FB /* DateExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1AAD8B12A617E46006F51FB /* DateExtension.swift */; };
F1AAD8B42A617FBC006F51FB /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F1AAD8B32A617FBC006F51FB /* Localizable.strings */; };
F1AAD8B62A6183C7006F51FB /* StringExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1AAD8B52A6183C7006F51FB /* StringExtension.swift */; };
F1AAD8B22A617E46006F51FB /* DateExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1AAD8B12A617E46006F51FB /* DateExtension.swift */; };
F1B060032A5DFEAD007EBB75 /* VGAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B060022A5DFEAD007EBB75 /* VGAppTests.swift */; };
F1B0600A2A5DFEEA007EBB75 /* IconMangerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B060092A5DFEEA007EBB75 /* IconMangerTests.swift */; };
F1B2732829B6046400E841F4 /* VGapp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B2732729B6046400E841F4 /* VGapp.swift */; };
Expand Down Expand Up @@ -70,9 +70,9 @@
F126806C2A477F6E007931B6 /* AppData+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AppData+CoreDataClass.swift"; sourceTree = SOURCE_ROOT; };
F126806D2A477F6E007931B6 /* AppData+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AppData+CoreDataProperties.swift"; sourceTree = SOURCE_ROOT; };
F1678A182979BAE600F676A4 /* ListDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListDetailView.swift; sourceTree = "<group>"; };
F1AAD8B12A617E46006F51FB /* DateExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateExtension.swift; sourceTree = "<group>"; };
F1AAD8B32A617FBC006F51FB /* Localizable.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = Util/Localizable.strings; sourceTree = "<group>"; };
F1AAD8B52A6183C7006F51FB /* StringExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringExtension.swift; sourceTree = "<group>"; };
F1AAD8B12A617E46006F51FB /* DateExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateExtension.swift; sourceTree = "<group>"; };
F1B060002A5DFEAD007EBB75 /* VGAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = VGAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
F1B060022A5DFEAD007EBB75 /* VGAppTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VGAppTests.swift; sourceTree = "<group>"; };
F1B060092A5DFEEA007EBB75 /* IconMangerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconMangerTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -123,8 +123,8 @@
DD28460E27B2ACF0001C883F /* VGApp */ = {
isa = PBXGroup;
children = (
F1B2732729B6046400E841F4 /* VGapp.swift */,
DD28466227B2AF80001C883F /* VGApp.entitlements */,
F1B2732729B6046400E841F4 /* VGapp.swift */,
DD28462927B2AD4D001C883F /* Util */,
DDEBB40827B5B75C004D80BB /* TableCells */,
DDEBB40527B5B3FF004D80BB /* Tabs */,
Expand Down
14 changes: 4 additions & 10 deletions VGApp/Assets.xcassets/apple.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"images" : [
{
"filename" : "svg_29732.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
14 changes: 4 additions & 10 deletions VGApp/Assets.xcassets/avocado.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"images" : [
{
"filename" : "untitled.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
14 changes: 4 additions & 10 deletions VGApp/Assets.xcassets/banana.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"images" : [
{
"filename" : "untitled.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
14 changes: 4 additions & 10 deletions VGApp/Assets.xcassets/brocolli.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"images" : [
{
"filename" : "untitled.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
14 changes: 4 additions & 10 deletions VGApp/Assets.xcassets/carrot.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"images" : [
{
"filename" : "carrot-solid.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
14 changes: 4 additions & 10 deletions VGApp/Assets.xcassets/cherry.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"images" : [
{
"filename" : "svg_36911.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
14 changes: 4 additions & 10 deletions VGApp/Assets.xcassets/crate.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"images" : [
{
"filename" : "crate.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
14 changes: 4 additions & 10 deletions VGApp/Assets.xcassets/glass.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"images" : [
{
"filename" : "glas.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
14 changes: 4 additions & 10 deletions VGApp/Assets.xcassets/grapes.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"images" : [
{
"filename" : "svg_36915.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
14 changes: 4 additions & 10 deletions VGApp/Assets.xcassets/lemon.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"images" : [
{
"filename" : "svg_8999.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
14 changes: 4 additions & 10 deletions VGApp/Assets.xcassets/orange.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"images" : [
{
"filename" : "svg_23090.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
14 changes: 4 additions & 10 deletions VGApp/Assets.xcassets/pear.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"images" : [
{
"filename" : "untitled-2.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
14 changes: 4 additions & 10 deletions VGApp/Assets.xcassets/pepper.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"images" : [
{
"filename" : "svg_12372.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
14 changes: 4 additions & 10 deletions VGApp/Assets.xcassets/strawberry.imageset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"images" : [
{
"filename" : "untitled-3.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Loading

0 comments on commit 389f6c4

Please sign in to comment.