/jb-helloworld

Hello World for jailbroken iOS.

Primary LanguageObjective-C++

Hello World

Made for jailbroken iOS, and Theos

Notes

  • Create a symbolic link, theos, to where you installed theos.
  • Since I customized my theos installation, this may not compile out-of-box.
    • ARC is enabled here, and it requires -lstdc++
    • Stock LLVM and Clang from Debian testing are used to compile this on my machine

License

I'm not sure if I really need one for this simple demo, but this project is distributed under MIT/X Consortium License

MIT/X Consortium License

© 2015 Eon S. Jeon

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.