gitextract_76h5qtua/ ├── .gitignore ├── LICENSE.md ├── October30/ │ ├── October30-Info.plist │ ├── October30-Prefix.pch │ ├── October30View.swift │ └── html/ │ ├── css/ │ │ └── main.css │ ├── index.html │ └── js/ │ └── main.js ├── October30.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ ├── DeveloperExcuses.xccheckout │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata/ │ └── xcschemes/ │ ├── October30.xcscheme │ └── October30Debug.xcscheme ├── October30Debug/ │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ └── AppIcon.appiconset/ │ │ └── Contents.json │ ├── Info.plist │ └── Main.storyboard └── README.md