-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend public.open.application with hideIfNotAvailable feature. Set t…
…his key to YES in the feature settings and the menu item will be automatically hidden if the target app isn't available on the local system. This close #12
- Loading branch information
Showing
3 changed files
with
59 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -332,26 +332,7 @@ | |
E1D067FC1B51D08E00567172 /* Hello IT */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
F8340B781C96CF9000C820D7 /* statusbar-dark.png */, | ||
F8340B791C96CF9000C820D7 /* [email protected] */, | ||
F8340B7A1C96CF9000C820D7 /* statusbar-error-dark.png */, | ||
F8340B7B1C96CF9000C820D7 /* [email protected] */, | ||
F8340B7C1C96CF9000C820D7 /* statusbar-error.png */, | ||
F8340B7D1C96CF9000C820D7 /* [email protected] */, | ||
F8340B7E1C96CF9000C820D7 /* statusbar-ok-dark.png */, | ||
F8340B7F1C96CF9000C820D7 /* [email protected] */, | ||
F8340B801C96CF9000C820D7 /* statusbar-ok.png */, | ||
F8340B811C96CF9000C820D7 /* [email protected] */, | ||
F8340B821C96CF9000C820D7 /* statusbar-unavailable-dark.png */, | ||
F8340B831C96CF9000C820D7 /* [email protected] */, | ||
F8340B841C96CF9000C820D7 /* statusbar-unavailable.png */, | ||
F8340B851C96CF9000C820D7 /* [email protected] */, | ||
F8340B861C96CF9000C820D7 /* statusbar-warning-dark.png */, | ||
F8340B871C96CF9000C820D7 /* [email protected] */, | ||
F8340B881C96CF9000C820D7 /* statusbar-warning.png */, | ||
F8340B891C96CF9000C820D7 /* [email protected] */, | ||
F8340B8A1C96CF9000C820D7 /* statusbar.png */, | ||
F8340B8B1C96CF9000C820D7 /* [email protected] */, | ||
F86928FA1CA28B8800AB8E4C /* statusbar */, | ||
E1291C081BF11947008D7D90 /* Reachability.h */, | ||
E1291C091BF11947008D7D90 /* Reachability.m */, | ||
E1D067FF1B51D08E00567172 /* AppDelegate.h */, | ||
|
@@ -391,6 +372,33 @@ | |
name = "Supporting Files"; | ||
sourceTree = "<group>"; | ||
}; | ||
F86928FA1CA28B8800AB8E4C /* statusbar */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
F8340B781C96CF9000C820D7 /* statusbar-dark.png */, | ||
F8340B791C96CF9000C820D7 /* [email protected] */, | ||
F8340B7A1C96CF9000C820D7 /* statusbar-error-dark.png */, | ||
F8340B7B1C96CF9000C820D7 /* [email protected] */, | ||
F8340B7C1C96CF9000C820D7 /* statusbar-error.png */, | ||
F8340B7D1C96CF9000C820D7 /* [email protected] */, | ||
F8340B7E1C96CF9000C820D7 /* statusbar-ok-dark.png */, | ||
F8340B7F1C96CF9000C820D7 /* [email protected] */, | ||
F8340B801C96CF9000C820D7 /* statusbar-ok.png */, | ||
F8340B811C96CF9000C820D7 /* [email protected] */, | ||
F8340B821C96CF9000C820D7 /* statusbar-unavailable-dark.png */, | ||
F8340B831C96CF9000C820D7 /* [email protected] */, | ||
F8340B841C96CF9000C820D7 /* statusbar-unavailable.png */, | ||
F8340B851C96CF9000C820D7 /* [email protected] */, | ||
F8340B861C96CF9000C820D7 /* statusbar-warning-dark.png */, | ||
F8340B871C96CF9000C820D7 /* [email protected] */, | ||
F8340B881C96CF9000C820D7 /* statusbar-warning.png */, | ||
F8340B891C96CF9000C820D7 /* [email protected] */, | ||
F8340B8A1C96CF9000C820D7 /* statusbar.png */, | ||
F8340B8B1C96CF9000C820D7 /* [email protected] */, | ||
); | ||
name = statusbar; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters