Skip to content

Commit

Permalink
Fix install path
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzoua committed Jul 1, 2015
1 parent 9f0f3ef commit b3cc5aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AudioBookBinder.xcodeproj/project.pbxproj
Expand Up @@ -593,7 +593,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
INFOPLIST_FILE = "AudioBookBinder-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
INSTALL_PATH = /Applications;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(HOME)/opt/lib",
Expand Down Expand Up @@ -630,7 +630,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
INFOPLIST_FILE = "AudioBookBinder-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
INSTALL_PATH = /Applications;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(HOME)/opt/lib",
Expand Down Expand Up @@ -708,7 +708,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
INFOPLIST_FILE = "AudioBookBinder-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
INSTALL_PATH = /Applications;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(HOME)/opt/lib",
Expand Down

0 comments on commit b3cc5aa

Please sign in to comment.