Thanks for your reply
Post
Replies
Boosts
Views
Activity
it works!!! thanks
ok, thanks, i'll try
thanks a lot
For any application for internal use there is a folder in ~/Library/Application Support/(appName) where you can place any files/folders, these files/folders remain untouched during rebuild, in obj-C we construct this folder by calling function NSHomeDirectory() + "/Library/Application Support/" + [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleName"], try to find how to do the same in Swift