gitextract_4i9b7z9c/ ├── CustomStuff/ │ └── LaunchScreen.storyboard ├── FrostedSidebar/ │ ├── AppDelegate.swift │ ├── Base.lproj/ │ │ └── Main.storyboard │ ├── FrostedSidebar.swift │ ├── Info.plist │ ├── Main.storyboard │ ├── TabBarController.swift │ └── ViewController.swift ├── FrostedSidebar.podspec ├── FrostedSidebar.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata/ │ │ │ ├── FrostedSidebar.xccheckout │ │ │ └── FrostedSidebar.xcscmblueprint │ │ └── xcuserdata/ │ │ ├── Peng.xcuserdatad/ │ │ │ └── UserInterfaceState.xcuserstate │ │ ├── czarlos.xcuserdatad/ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── evan.xcuserdatad/ │ │ ├── UserInterfaceState.xcuserstate │ │ └── WorkspaceSettings.xcsettings │ └── xcuserdata/ │ ├── Peng.xcuserdatad/ │ │ └── xcschemes/ │ │ ├── FrostedSidebar.xcscheme │ │ └── xcschememanagement.plist │ ├── czarlos.xcuserdatad/ │ │ └── xcschemes/ │ │ ├── FrostedSidebar.xcscheme │ │ └── xcschememanagement.plist │ └── evan.xcuserdatad/ │ ├── xcdebugger/ │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes/ │ ├── CustomStuff.xcscheme │ └── xcschememanagement.plist ├── Images.xcassets/ │ ├── AppIcon.appiconset/ │ │ └── Contents.json │ ├── Contents.json │ └── burger.imageset/ │ └── Contents.json ├── LICENSE ├── LaunchScreen.storyboard └── README.md