Ander Moran
Ander Moran
A feature to remember the user so they do not have to sign in every time would be very useful :)
I added the project to my current xcode project and created a new workspace. I opened the workspace and can build my project. However the first line of the example...
Can a flag be added to add the option of outputting only the decrypted binary, not the entire .ipa?
For example, the device name I have for my iPhone is "Ander's iPhone 6S". I would like JMUSBDevice to have a property called `name` or something where I can get...
Where is the ipa? You can't build an application with this project.
axle/src/kernel/util/fat/fat.h references fat_dirent.h but the header is missing.
Take a supercell .csv file. Decode it, then encode the .csv file you just decoded and you will see that the file that was decoded/encoded differs from the original .csv...
FIxed by adding: `[self addTarget:self action:@selector(endedPress) forControlEvents:UIControlEventTouchDragOutside];` to `-(void)makeFlat:(FlatButton*)button withBackgroundColor:(UIColor*)backgroundColor`
> Ability to attach to sandboxed apps on Mac, without touching /usr or modifying the system in any way Is this still supported? I am getting seg fault trying to...