Configure Realm to use the .applicationSupportDirectory instead .documentDirectory on iOS

I would prefer the /Documents folder within an iOS app to remain empty of any internal files. This is where the applicationSupportDirectory is utilized.

How can I configure the app to a different root folder, outside of the /Documents directory?