Swift and Xcode

Examples of using Swift in Xcode

Briefly about myself:
Originally I am based in the bash scripting corner. In June 2017, however, I set myself the goal of comfortably linking Bash with Swift / Xcode and thus giving pure command line programs a user-friendly “face”. My first project was the "Kext Updater” which I posted on the Hackintosh forum. Originally intended as a pure bash script, Cocoa gave it a nice surface. But not only that. With Xcode I was now able to massively expand the functions of the program (including through ideas from forum members), so that a kind of Swiss knife for the Hackintosh area was created. The Kext Updater is still in active development to this day.

Kommen wir aber nun zu den Swiftbeispielen. U.a. werde ich auch eine Art “Bash/Swift/Xcode”-Baukasten vorstellen. Neben Bash können dort aber natürlich auch noch alle anderen Scriptsprachen wie Python, Perl, Ruby etc. stattdessen verwendet werden. Das Prinzip ist immer ähnlich.

• LetsMoveIt

     An alternative to this Project which gets by with pure on-board resources.

• Scriptingbaukasten

     Folgt bald …