<div dir="ltr">I am creating an iOS application using PyQt via pyqtdeploy and I am attempting to configure the xcode project beyond what the basic pyqtdeploy app handles.  However, I am losing changes when I change python code and must rerun pyqtdeploy.<br><br>Is there a way to only freeze modified project python files without needlessly touching xcode project files which remove my modifications?<br><br>Or perhaps I am missing a way to make these changes in the pyqtdeploy project?  Here is what I am currently setting using XCode (all for iOS), which I loose if I run pyqtdeploy:<br><br>Application icons (using asset catalogs)<div>Application loading screen images (using asset catalogs)</div><div>Application XIB file (loading screen on iOS 8.x)</div><div>Deployment target (iOS 8.0)</div><div>Deployment Devices (iPad only)</div><div><br>My original workflow looked like this:</div><div>pyqtdeploycli</div><div>cd project_build_dir</div><div>qmake</div><div>make<br><br>Most of my customizations I do not loose if I build the project using XCode instead of the command line (don't use qmake && make), however I still loose customizations to the XIB file.<br><br>I am going to experiment with calling freeze.python from a Makefile to freeze only modified python files, but not certain yet how I will handle the case of new python files added to the project.<br><br>Ideas?<br><br></div><div>David</div></div>