I am new to developing with XCode 9.2, writing a Cocoa app for MacOS.
I want to maintain a data file (simple CSV text file) within the program.
Lets say the file is called "the_data.dat".
This has been added to the project.
The intention is for this file to ship with the program.
Questions:
What is the path to this file when opening with fopen? How do I ensure it gets shipped - I want it to ship as a viewable text file should we ever need to check its contents.