Jump to content

OS X Resources Folder


xtreampb
 Share

Recommended Posts

Hey a suggestion for OS X

 

When deploying an Application for OS X, Currently the app is generated inside a folder that contains not only the app, but all the resources. On the OS X environment, all of these resources should be placed inside the resources folder which can be found in the .app/contents/resources. As it stands i'm not sure if the games are submitted to the app store will pass because of this.

 

A work around i have in my head is:

1) use the package maker tool,

2) we configuring the package maker tool, set deploy location to "Applications" folder

3) create a shortcut to desktop

 

this goes against the entire framework of OS X. I know this is how windows operates, but OS X isn't windows.

 

I know wxWidgets uses a function called GetResourceDir and it works for both OS X and MSW. Some Pre processor definitions are used in wxWidgets to manipulate what you are attempting to do. Below is a link to the API Guide (note version 2.9 dev built is used, but this feature has been implemented since 2011)

 

http://docs.wxwidgets.org/trunk/classwx_standard_paths.html

  • Upvote 1

bool Life()
{
 while(death=false)
 {
   if(death==true)
   return death;
 }
}

 

I have found the secret to infinite life

 

Did I help you out? Like my post!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...