function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sen19sen19 

package.xml creation for custom lightning application

I have to create package.xml for a custom lighting application and then I have to retrieve all metadata which is related to that app. For that I have to understand which components are related to the lightning application. 
How can I check complete dependency (including apex classes,triggers,component bundle,objects..etc.) for a custom lightning apps?
Please help on this.