OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Xcode
(Results
1 - 10
of
10
) sorted by null
/external/qemu/distrib/sdl-1.2.15/Xcode/
mkxcode.csh
4
## This script creates "
Xcode
.tar.gz" in the parent directory
20
(cd .. && gnutar -zcvf
Xcode
.tar.gz
Xcode
)
/external/chromium/build/
sanitize-mac-build-log.sed
17
#
Xcode
prints a short "compiling foobar.o" line followed by the lengthy
21
\|^ /Developer/Library/
Xcode
/Plug-ins/CoreBuildTasks.xcplugin/|d
/external/webkit/Tools/Scripts/
do-webcore-rename
237
$newContents =~ s/\b$from(?!["\w])/$renames{$from}/g; # this " unconfuses
Xcode
syntax highlighting
check-Xcode-source-file-types
26
# Script to check that source file extensions match file types in
Xcode
project.pbxproj files.
41
# Map of
Xcode
file types to file extensions.
56
# Map of file extensions to
Xcode
file types.
71
print STDERR "ERROR: No
Xcode
project files (project.pbxproj) listed on command-line.\n";
78
-f|--fix fix mismatched types in
Xcode
project file
94
print STDERR "WARNING: Not an
Xcode
project file: $projectFile\n" if $printWarnings;
163
print STDERR "NOTE: Open $projectFile in
Xcode
to let it have its way with the file.\n" if $issuesFixed;
svn-create-patch
387
die "can't handle path with single quote in the name like \"$file\"\n" if $file =~ /'/; # ' (keep
Xcode
syntax highlighting happy)
webkitdirs.pm
143
open PRODUCT, "defaults read com.apple.
Xcode
PBXApplicationwideBuildSettings 2> " . File::Spec->devnull() . " |" or die;
151
open PRODUCT, "defaults read com.apple.
Xcode
PBXProductDirectory 2> " . File::Spec->devnull() . " |" or die;
177
die "Can't handle
Xcode
product directory with a ~ in it.\n" if $baseProductDir =~ /~/;
178
die "Can't handle
Xcode
product directory with a variable in it.\n" if $baseProductDir =~ /\$/;
1071
my $xcodeVersion = ($xcodebuildVersionOutput =~ /
Xcode
([0-9](\.[0-9]+)*)/) ? $1 : undef;
1076
print "
Xcode
Version 2.3 or later is required to build WebKit.\n";
1077
print "You have an earlier version of
Xcode
, thus the build will\n";
1078
print "most likely fail. The latest
Xcode
is available from the web:\n";
1079
print "http://developer.apple.com/tools/
xcode
\n";
[
all
...]
prepare-ChangeLog
[
all
...]
/ndk/build/tools/
common-build-host-funcs.sh
524
# Since
xCode
moved to the App Store the SDKs have been 'sandboxed' into the
Xcode
.app folder.
525
_bh_check_darwin_sdk /Applications/
Xcode
.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$DARWIN_SDK_SUBDIR $DARWIN_MIN_VERSION
528
# Since
xCode
moved to the App Store the SDKs have been 'sandboxed' into the
Xcode
.app folder.
529
_bh_check_darwin_sdk /Applications/
Xcode
.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk $DARWIN_MIN_VERSION
/external/clang/tools/scan-build/
scan-build
900
# Detect the version of
Xcode
. If
Xcode
4.6 or higher, use new
909
if (/^
Xcode
(.+)$/) {
1128
--use-analyzer [
Xcode
|path to clang]
1129
--use-analyzer=[
Xcode
|path to clang]
1133
'clang' packaged with
Xcode
(on OS X) or from the PATH.
[
all
...]
/external/llvm/
Makefile
42
EXTRA_DIST := test unittests llvm.spec include win32
Xcode
Completed in 219 milliseconds