Ole Zorn

Results 39 comments of Ole Zorn

Yeah, that's a good idea.

I think you may have an old version. With the latest one, review download works fine for me.

Could you please check if this is still the case with the latest version?

To view updates, touch and hold on the button next to app names that shows the revenue. You'll get more options, including updates.

Yes, the auto-fill feature seems to be broken.

This isn't quite true, you _can_ strip an architecture that's not needed from a binary using the `lipo` tool – it should be something like `lipo PythonistaKit.framework/PythonistaKit -remove armv7 -o...

While I'm not generally against this, please consider that it's *technically impossible* to prevent other scripts from reading the passwords you've stored in the keychain. They could always use`objc_util` to...

@zrzka Hmm, sounds interesting. Tbh, I haven't looked at keychain APIs in a while (I implemented the `keychain` module before TouchID was even a thing). Do you have a link...

I'll check it out, thanks. Do you know if there's something like this, but ObjC-based (instead of Swift)? I'm not sure right now if the TouchID authentication is a feature...

Okay, thanks! I guess the `keychain` module might be due for a general overhaul...