gitextract_nnjksv29/ ├── .github/ │ └── FUNDING.yml ├── CONTRIBUTION.md ├── LICENSE ├── README.md ├── Skailer/ │ ├── Assets.xcassets/ │ │ ├── AccentColor.colorset/ │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── ColorSet/ │ │ │ ├── 333333_F4F4F4.colorset/ │ │ │ │ └── Contents.json │ │ │ ├── 657592_C6CBDA.colorset/ │ │ │ │ └── Contents.json │ │ │ ├── 657592_F4F4F4.colorset/ │ │ │ │ └── Contents.json │ │ │ ├── 666666_F4F4F4.colorset/ │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ └── EFF0F9_282C31.colorset/ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── CoverImages/ │ │ │ ├── Contents.json │ │ │ ├── cover1.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── cover2.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── cover3.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── cover4.imageset/ │ │ │ │ └── Contents.json │ │ │ └── cover5.imageset/ │ │ │ └── Contents.json │ │ ├── ShadowColor/ │ │ │ ├── Contents.json │ │ │ ├── neuColor1.colorset/ │ │ │ │ └── Contents.json │ │ │ ├── neuColor2.colorset/ │ │ │ │ └── Contents.json │ │ │ ├── neuColor3.colorset/ │ │ │ │ └── Contents.json │ │ │ └── neuColor4.colorset/ │ │ │ └── Contents.json │ │ ├── arrow_down.imageset/ │ │ │ └── Contents.json │ │ ├── heart-filled_icon.imageset/ │ │ │ └── Contents.json │ │ ├── heart_icon.imageset/ │ │ │ └── Contents.json │ │ ├── next_icon.imageset/ │ │ │ └── Contents.json │ │ ├── options_icon.imageset/ │ │ │ └── Contents.json │ │ ├── pause_icon.imageset/ │ │ │ └── Contents.json │ │ ├── play_icon.imageset/ │ │ │ └── Contents.json │ │ ├── profile_pic.imageset/ │ │ │ └── Contents.json │ │ └── search_icon.imageset/ │ │ └── Contents.json │ ├── Data.swift │ ├── Helpers/ │ │ ├── ColorExtension.swift │ │ ├── FontModifier.swift │ │ ├── ImageExtension.swift │ │ └── NeuShadow.swift │ ├── Home/ │ │ ├── HomeView.swift │ │ └── HomeViewModel.swift │ ├── Info.plist │ ├── Model/ │ │ └── MusicModel.swift │ ├── Player/ │ │ ├── PlayerView.swift │ │ └── PlayerViewModel.swift │ ├── Preview Content/ │ │ └── Preview Assets.xcassets/ │ │ └── Contents.json │ ├── SkailerApp.swift │ └── Views/ │ ├── MadeForView.swift │ ├── MusicDiscView.swift │ └── PlaylistView.swift └── Skailer.xcodeproj/ ├── project.pbxproj ├── project.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ └── IDEWorkspaceChecks.plist └── xcuserdata/ └── sameernawaz.xcuserdatad/ └── xcschemes/ └── xcschememanagement.plist