Skip to content

yuhki50/ofxCFBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ofxCFBundle

Access to the /bin/*.app/Info.plist file.

##Usage

Display the [app name] [version] in the window title. ex) mySketch 1.0.0

void ofApp::setup(){
    ofSetWindowTitle(ofxCFBundle::getAppName() + "  " + ofxCFBundle::getVersionString());
}

##License

MIT License

About

An openFrameworks addon for CFBundle

Resources

License

Stars

Watchers

Forks

Packages

No packages published