Open allanlang opened 2 years ago
Some constants may benefit from being externalised into a file which can be populated at build time, for example API domain and various tuning options for production. Consider using a .plist file which is written / updated by the defaults tool.
.plist
defaults
This article may be helpful: https://stackoverflow.com/a/71113568/2894501
Some constants may benefit from being externalised into a file which can be populated at build time, for example API domain and various tuning options for production. Consider using a
.plist
file which is written / updated by thedefaults
tool.This article may be helpful: https://stackoverflow.com/a/71113568/2894501