Alex
Alex
I see you removed the icon. OK :) But what about text?  Maybe easier/better to reduce the number of columns? Or calculate size...
Yes, it was 9.1. @kali: Thank you! It works perfectly with __Sim__ and __iPad2.2 with iOS 9.x__!
@kali But I have tried to run on the __iPhone 4 with iOS 7.x__ and got ``` cargo dinghy devices IosDevice { ptr: 0x7ff66ad18db0, id: "161e99fe25dd29ca57cd77096f2df8cf4467e97a", name: "â„¡", arch_cpu: "armv7"...
So... I created test iOS app with minis-ver = 7.1. Built for generic iOS device & sign. And ios-deploy successfully installed that onto the iPhone4. But cannot connect debugger (yet)....
### I'd install DeviceSupport image into Xcode ([how](https://stackoverflow.com/a/39655973/829264)) and `ios-deploy` works perfectly! ``` ~/Developer/Projects/xcodetestappios > (1) ios-deploy -b /Users/fzzr/Developer/Projects/xcodetestappios/Dinghy/Build/Products/Debug-iphoneos/Dinghy.app/ --detect_deadlock -v -d [....] Waiting for iOS device to be connected...
``` ~/Developer/Projects/project > cargo dinghy test -vv Fresh cc v1.0.4 Fresh unicode-xid v0.0.4 Fresh libc v0.2.36 Fresh byteorder v1.2.1 Fresh quote v0.3.15 Fresh zero v0.1.2 Fresh lazy_static v1.0.0 Fresh inflate...
4, not a 4s. On the iPhone 4 maximal OS version is 7.x.
@moollaza I have .duckpan/config **directory**. It's empty. One question: how to get/export current _default_ config into that dir (`~/.duckpan/config/`)?
:) Thanks. I see the key [`DDG_METADATA_TIMEOUT`](https://github.com/duckduckgo/duckduckgo/pull/186/files#diff-1687c0c1f71ecaffbdc97b073954baa4R37) and will try use it soon.