[Interest] QSettings mystery

2014-12-03 Thread Nuno Santos
Hi, I’m being faced with a mystery. I’m using QSettings to save my application settings and I have used the filename method to find the path to the file where the settings are being saved. After deleting the file and starting the app again, there are settings persisting. I have already tried

Re: [Interest] QSettings mystery

2014-12-03 Thread Samuel Gaist
Hi, If the system didn't change since last version, the preferences are cached by cfprefsd, so you have to call defaults delete [your bundle identifier] on the command line. If that doesn't work, you'll have to kill cfprefsd. Beware to only kill the one for your user. Hope it helps Samuel

Re: [Interest] QSettings mystery

2014-12-03 Thread Nuno Santos
Hum… interesting. I will try it. One more question. While i’m targeting this app to iOS and Android, the main development is made on the computer to accelerate development. One curious fact is that the file is pointing to the bundle identifier com.imaginando.lk.LK.plist but I don’t have that

Re: [Interest] QSettings mystery

2014-12-03 Thread Till Oliver Knoll
Am 03.12.2014 um 17:15 schrieb Nuno Santos nunosan...@imaginando.pt: Hum… interesting. I will try it. One more question. While i’m targeting this app to iOS and Android, the main development is made on the computer to accelerate development. One curious fact is that the file is

Re: [Interest] QSettings mystery

2014-12-03 Thread Samuel Gaist
On 3 déc. 2014, at 21:39, Till Oliver Knoll till.oliver.kn...@gmail.com wrote: Am 03.12.2014 um 17:15 schrieb Nuno Santos nunosan...@imaginando.pt: Hum… interesting. I will try it. One more question. While i’m targeting this app to iOS and Android, the main development is made on the

Re: [Interest] QSettings mystery

2014-12-03 Thread Till Oliver Knoll
Am 03.12.2014 um 21:39 schrieb Till Oliver Knoll till.oliver.kn...@gmail.com: Am 03.12.2014 um 17:15 schrieb Nuno Santos nunosan...@imaginando.pt: Hum… interesting. I will try it. One more question. While i’m targeting this app to iOS and Android, the main development is made on the