Skip to content

Commit

Permalink
cydia icons
Browse files Browse the repository at this point in the history
  • Loading branch information
whoeevee committed Jan 1, 2025
1 parent db35d3c commit b06b3ec
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 3 deletions.
Binary file added Repositories/Cydia/CydiaIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Repositories/Cydia/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Repositories/Cydia/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions Sources/EeveeSpotify/Models/Extensions/Color+Extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import SwiftUI
import UIKit

extension Color {

init(hex: String) {

let hex = hex.trimmingCharacters(in: CharacterSet.alphanumerics.inverted)
var int: UInt64 = 0
Scanner(string: hex).scanHexInt64(&int)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Foundation

extension Data {

static func random(_ length: Int) -> Data {
return Data((0 ..< length).map { _ in UInt8.random(in: UInt8.min ... UInt8.max) })
}
Expand Down

0 comments on commit b06b3ec

Please sign in to comment.