objective c - How Do I Embed Local HTML into Cocoa Binaries? -


i'm using objective c cocoa application on osx local html files loaded webkit widget. however, virus modify html files. so, added crc hash detect tampering, shows warning , closes application. however, there way additionally protect local html further such compiling binary of application itself, or compiling single resource file? noticed qt have way put html resource file , change webkit urls load there instead of file://. objective c in case.

it's not possible objective c or swift qt. there no http url can pass webkit widget pull content out of asset catalog.


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

java - How to create your own button and Use it with Scene Builder for javafx -

c++ - Drawing a circle in directx 9 -