Skip to content

Eric-Bro/EBApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

EBApplication is a couple of things which allow you to implement the "Should this app move to Application folder?" dialog just by adding one line of code. All that you have to do is replace your main.m file's conent with:

#import "EBApplication.h"
int main(int argc, char *argv[])
{
    return EBApplicationMain(argc, (const char **)argv);
}

Yes, that's all!

Attention! This project is in progress, so no warranty there.

eric_bro @ 2012

About

Allows you to move a running app into the Applications folder without relaunching itself

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published