Swime icon indicating copy to clipboard operation
Swime copied to clipboard

πŸ—‚ Swift MIME type checking based on magic bytes

Results 7 Swime issues
Sort by recently updated
recently updated
newest added

`Swime-library` does not specify a Swift version and none of the targets (`Pods`) integrating it have the `SWIFT_VERSION` attribute set. Please contact the author or set the `SWIFT_VERSION` attribute in...

Hi guys πŸ‘‹ , I'm Sendy, current maintainer of this project. I created Swime for a hobby project requirement in my sparetime, it's truly a fun project πŸ–οΈ ! But...

First thanks for this great library ! I would like to know why there is no **.aac** file type ?

hi, please up to date Swime version in u dep packages because Swime 3.0.7 depends on Quick 1.3.4..

Hello! Faced with incorrect matches bytes for m4v format. Actual: `[0x00, 0x00, 0x00, 0x1C, 0x66, 0x74, 0x79, 0x70, 0x4D, 0x34, 0x56]` Worked: `[0x00, 0x00, 0x00, 0x1C, 0x66, 0x74, 0x79, 0x70,...

Hi, First of all, thanks for this great helper! I thought that if there is already a list of extensions, maybe an option to get a `MimeType` from `String`/`NSString`/`URL`/`NSURL` won’t...

> using Swift 5, Xcode 10.2 im using it like this: ``` for file in data { if let mimeType = Swime.mimeType(data: file) { multipartFormData.append(file, withName: "dumdum", fileName: "file.\(mimeType.ext)", mimeType:...