Skip to content

Commit

Permalink
More icons added
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-b-m committed Mar 26, 2023
1 parent 0d957b8 commit 466303f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"images" : [
{
"filename" : "LoopWhite.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"filename" : "LoopWhite 1.png",
"idiom" : "universal",
"platform" : "watchos",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions FreeAPS/Sources/Models/Icons.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ enum Icon_: String, CaseIterable, Identifiable {
case glow = "iAPS_Glow_BG"
case gray = "iAPS_Gray"
case whiteAndGray = "iAPS_WhiteAndGray"
case grayAndLoop = "iAPS_NoButtons_Gray_White_BG"
case grayAndLoopNoButtons = "iAPS_NoButtons_Gray_White_BG"
case purpleBG = "iAPS_Purple_BG"
case whiteBG = "iAPS_White_BG"
// case pink = "AppIcon-Pink"
// case teal = "AppIcon-Teal"
// case yellow = "AppIcon-Yellow"

case loop = "iAPS_Loop"
case loopWhiteText = "iAPS_Loop_White_Text"
var id: String { rawValue }
}

Expand Down

0 comments on commit 466303f

Please sign in to comment.