Alex Petuschak
Alex Petuschak
Command: ``` sourcekitten doc --objc import.ios.h -- -x objective-c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk -I $(pwd) ``` import.ios.h: ``` #import "declaration.ios.h" ``` declaration.ios.h: ``` #import // Renamed UIApplication to MyApplication to avoid `error:...
``` sourcekitten doc --objc test.h -- -x objective-c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk -I $(pwd) ``` test.h: ``` #import // If using just #import , the output is empty ``` The output has...
When trying to extract [repacked.zip](https://github.com/adamhathcock/sharpcompress/files/1411764/repacked.zip) (created with SharpCompress) with macOS `unzip` (UnZip 6.00 of 20 April 2009, by Info-ZIP), the file with cyrillic characters in its name (`Векторный смарт-объект-3.png`) fails...