Pyrogenesis
13997
|
C++ interface to Cocoa implementation for getting bundle information. More...
Go to the source code of this file.
Functions | |
bool | osx_IsAppBundleValid () |
Check if app is running in a valid bundle. More... | |
std::string | osx_GetBundlePath () |
Get the system path to the bundle itself. More... | |
std::string | osx_GetBundleResourcesPath () |
Get the system path to the bundle's Resources directory. More... | |
std::string | osx_GetBundleFrameworksPath () |
Get the system path to the bundle's Frameworks directory. More... | |
C++ interface to Cocoa implementation for getting bundle information.
Definition in file osx_bundle.h.
std::string osx_GetBundleFrameworksPath | ( | ) |
Get the system path to the bundle's Frameworks directory.
Definition at line 105 of file osx_bundle.mm.
std::string osx_GetBundlePath | ( | ) |
Get the system path to the bundle itself.
Definition at line 53 of file osx_bundle.mm.
std::string osx_GetBundleResourcesPath | ( | ) |
Get the system path to the bundle's Resources directory.
Definition at line 79 of file osx_bundle.mm.
bool osx_IsAppBundleValid | ( | ) |
Check if app is running in a valid bundle.
Definition at line 40 of file osx_bundle.mm.