User Tag List

Results 1 to 6 of 6

Thread: ini files in xcode

  1. #1
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    DaveC's Avatar
    Join Date
    Jun 2007
    Location
    Perth, Australia
    Posts
    2,132
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)

    ini files in xcode

    hey guys.. So I've added a basic level saving feature to my game using the ini object, it works perfectly! when testing in windows it saves the file to that default folder (the one in user>apps data or something). I'm just wondering where it saves it to when I test in Xcode? It is definitely saving and reading to the ini file, but I can't find it anywhere :/ I think I read that it gets saved to the projects resources folder.. but it's definitely not in there!?

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Aug 2011
    Location
    Beverly Hills, CA USA
    Posts
    508
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you're using the simulator this will help: http://idevhub.com/where-is-the-ipho...system-stored/

  3. #3
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    DaveC's Avatar
    Join Date
    Jun 2007
    Location
    Perth, Australia
    Posts
    2,132
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    thanks.. one of the user comments in that link mentioned that in Lion OS this folder is hidden.. and I need to use terminal to gain access to it.. shouldn't be a problem. But why does my app not store the .ini file in the project folder of my xcode project? it does for some peoples projects?

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Koji_Kabuto's Avatar
    Join Date
    Jul 2006
    Location
    Venezuela
    Posts
    2,847
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Hi DaveC, you can read the post you write INI files and see if I can help. Not know what else to do and I have the app ready for upload to the app store. Thanks in advance!!!

    http://community.clickteam.com/showthread.php?t=67465

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    When you run the application on the device, the INI file is saved in the folder of the application. So if you want to revert to the original INI files that you included in the project, detroy the application on the device. I recap how INI (and list/combo/array) works for loading and saving:
    - It first looks in the Application folder for the file. If found there it uses it
    - Then it looks in the binary files included in the app
    - Then it looks in the project itsef for included files

    When saving, it saves in the application folder. So if you modify your INI, the modified version will always be used unless you destroy the app folder.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Koji_Kabuto's Avatar
    Join Date
    Jul 2006
    Location
    Venezuela
    Posts
    2,847
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Francois, but I submitted a bug when I read the INI for the first time I locate myself in the Xcode project I try to publish on the topic above.

Similar Threads

  1. Loading files such as INI,Text files, List Files?
    By Gibbon in forum SWF/Flash Export Module Version 2.0
    Replies: 3
    Last Post: 21st July 2012, 06:41 AM
  2. Xcode 4
    By flechenoir in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 20th December 2011, 10:25 PM
  3. Xcode
    By wesleyd in forum iOS Export Module Version 2.0
    Replies: 6
    Last Post: 11th August 2011, 09:00 AM
  4. XCode
    By xhedgehogx in forum iOS Export Module Version 2.0
    Replies: 14
    Last Post: 28th July 2011, 08:45 AM
  5. External files & Xcode
    By colej_uk in forum iOS Export Module Version 2.0
    Replies: 9
    Last Post: 22nd July 2011, 06:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •