TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Paul Taykalo, Ole Gammelgaard Poulsen.
Please, Read this.
Uninstall dyci before updating Xcode.
In other case, you'll need to reinstall it :(
We're currenlty working on this issue...
If you've already expirienced this issue - remove and reinstall Xcode.
Dynamic code injection tool. Allows you to inject your code into running iOS application, whithout restarting it.
If you already know, what this tool is about, you can move to Installation page
After installation, you need to add dyci library to your project
If you are using CocoaPods, then, just add this line to your PodFile
pod 'dyci', :git => 'https://github.com/DyCI/dyci-main.git'
If not, then, you can add dyci in other ways
If you curious about How how it works, you can read about it in wiki.
There's one example in sources
There's video about Tic-Tac-Toe game creation without project restart
Video at Youtube
Please, do not use this tool in your real applications, that you about to publish in App Store. Dyci won't work on devices by default. It was made for purpose. Dynamic code injection is good for development, but it will leave huge security hole if you put it in your application. Please, do not :) I warned you.
If you have some questions, before asking them , make sure that they aren't listed here