Hello,
Let me apologize in advance for what may be a quite naive/uninformed first post; new to OS X and I'm getting lost in the various deployment-related challenges on this platform.
Scenario: looking to deploy a self-hosted OS X application that will be compatible with OS X 10.9 and above. From my understanding, the easiest way to accomplish this is to use an App Bundle, instead of Installer Packages.
However, at times, we push updates down the line, either to the executable itself, or the application's resources (this happens on other platforms). I'm looking to reproduce the same behavior pattern on OS X.
This means that:
1. my bundle should basically include two Apps - an "updater" that checks for these updates, downloads them and selectively overwrites some files;
2. the App "per-se", that will be launched by the former.
I wonder if the above can be accomplished using this Application bundles / I'm off the mark / over-complicating things. Thank you.
Let me apologize in advance for what may be a quite naive/uninformed first post; new to OS X and I'm getting lost in the various deployment-related challenges on this platform.
Scenario: looking to deploy a self-hosted OS X application that will be compatible with OS X 10.9 and above. From my understanding, the easiest way to accomplish this is to use an App Bundle, instead of Installer Packages.
However, at times, we push updates down the line, either to the executable itself, or the application's resources (this happens on other platforms). I'm looking to reproduce the same behavior pattern on OS X.
This means that:
1. my bundle should basically include two Apps - an "updater" that checks for these updates, downloads them and selectively overwrites some files;
2. the App "per-se", that will be launched by the former.
I wonder if the above can be accomplished using this Application bundles / I'm off the mark / over-complicating things. Thank you.