Nicolas Holzschuch

Results 1262 comments of Nicolas Holzschuch

git is covered by the GPL, making it incompatible with AppStore rules. The WorkingCopy App has a functional git system (and a great user interface).

Good to know, thanks.

> Are you saying I can access files downloaded from working copy in a-shell? Yes. The command "pickFolder" lets you access any folder in any app on your iPad (or...

I check for both. However, what I mean by sideloading is: - compile git for iOS (using a cross-compiler) - make it a dynamic library - add this dynamic library...

iOS will only execute a binary or load a dynamic library if both conditions are met: - it is signed, with a signature specific to the application and device (computed...

WorkingCopy uses libgit2, which has a different license... but no command line tool. https://github.com/libgit2/libgit2 (so there's been a lot of work on making the client interface). I heard there were...

We now have the `lg2` command, which is a git clone, but without the licensing issues. It's based on libgit2.

I've tried, and I cannot reproduce the issue. I have a python script in the bin and it runs when I call it by name, even as the first command...

Can I get the script to give it a try?

I cannot reproduce the issue, even with the same script. This one is a bit of a mystery. ![image](https://user-images.githubusercontent.com/8070736/159918888-f8f798b8-923f-4b38-afa1-cca3a6b53cf5.png)