gitextract_q763oxjx/ ├── Achico/ │ ├── Achico.entitlements │ ├── App/ │ │ ├── AchicoApp.swift │ │ └── AppDelegate.swift │ ├── Info.plist │ ├── Preview Content/ │ │ └── Preview Assets.xcassets/ │ │ ├── AppIcon-1024.imageset/ │ │ │ └── Contents.json │ │ ├── AppIcon-128.imageset/ │ │ │ └── Contents.json │ │ ├── AppIcon-16.imageset/ │ │ │ └── Contents.json │ │ ├── AppIcon-256.imageset/ │ │ │ └── Contents.json │ │ ├── AppIcon-32.imageset/ │ │ │ └── Contents.json │ │ ├── AppIcon-512.imageset/ │ │ │ └── Contents.json │ │ ├── AppIcon-64.imageset/ │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Processor/ │ │ ├── CacheManager.swift │ │ ├── FileProcessor.swift │ │ └── VideoProcessor.swift │ ├── Resources/ │ │ ├── Assets.xcassets/ │ │ │ ├── AccentColor.colorset/ │ │ │ │ └── Contents.json │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── CompressionSettings.swift │ │ ├── FileDropDelegate.swift │ │ ├── MenuBarController.swift │ │ └── UpdateChecker.swift │ ├── UI Components/ │ │ ├── ButtonGroup.swift │ │ ├── GlassButtonStyle.swift │ │ ├── TitleBarAccessory.swift │ │ ├── VisualEffectBlur.swift │ │ └── WindowAccessor.swift │ └── Views/ │ ├── ContentView.swift │ ├── DropZoneView.swift │ ├── MenuBarView.swift │ ├── MultiFileProcessingView.swift │ └── ResultView.swift ├── Achico.xcodeproj/ │ └── project.pbxproj ├── LICENSE └── README.md