You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/03/12 19:51:04 UTC

[2/2] ios commit: Fixed Xcode app detection (using Spotlight) in Makefile

Fixed Xcode app detection (using Spotlight) in Makefile


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/e4f48331
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/e4f48331
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/e4f48331

Branch: refs/heads/master
Commit: e4f483315f1ab49573a5829fae6abab15f31a224
Parents: c858e49
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Mar 12 11:50:23 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Mar 12 11:50:23 2012 -0700

----------------------------------------------------------------------
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/e4f48331/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index c262c8d..1e0d90a 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ CONVERTPDF = /System/Library/Printers/Libraries/convert
 COMBINEPDF = /System/Library/Automator/Combine\ PDF\ Pages.action/Contents/Resources/join.py
 DOXYGEN = 
 IPHONE_DOCSET_TMPDIR = docs/iphone/tmp
-XC_APP = '$(shell mdfind "kMDItemDisplayName=='Xcode' && kMDItemKind=='Application'")'
+XC_APP = '$(shell mdfind "kMDItemDisplayName=='Xcode*' && kMDItemKind=='Application'")'
 DEVELOPER = '$(XC_APP)/Contents/Developer'
 PM_APP = '$(shell mdfind "kMDItemDisplayName=='PackageMaker*' && kMDItemKind=='Application'")'
 PACKAGEMAKER = '$(PM_APP)/Contents/MacOS/PackageMaker'