Posted on 11-29-2021 11:44 PM
Hi Im looking for composer as app packaging tool.
So I can understand when it needed "Normal snapshots" and the other snapshot.
But "Monitoring the File System" is not.
What is the appropriate case for this function? and how its different with snapshot?
I need your help Thank you
Solved! Go to Solution.
Posted on 12-01-2021 04:53 AM
Only during. It uses file system events to capture things like plist creation, directory creation, modification, etc.
Snapshots are before and after.
Posted on 11-30-2021 06:00 AM
This should hopefully answer your question.
Essentially it monitors changes in the filesystem whilst you create the package. Snapshots are comparisons of before and after.
Posted on 12-01-2021 01:23 AM
You mean monitor didn't compare before and after?
Just catch the changes in installation?
Thank you
Posted on 12-01-2021 04:53 AM
Only during. It uses file system events to capture things like plist creation, directory creation, modification, etc.
Snapshots are before and after.