Skip to content

Commit

Permalink
updated base SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff LaMarche committed Oct 18, 2012
1 parent 6508e76 commit bdcab4e
Show file tree
Hide file tree
Showing 17 changed files with 58 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,32 @@
Contents of /Users/jeff/dev/Tile-Cutter/Tile_Cutter_Prefix.pch
4.1 (tags/Apple/clang-421.11.65) (based on LLVM 3.1svn)
x86_64-apple-darwin12.2.0
-x
objective-c
-arch
x86_64
-fmessage-length=0
-std=gnu99
-fpascal-strings
-O0
-isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
-fasm-blocks
-mmacosx-version-min=10.6
-g
-fvisibility=hidden
-DIBOutlet=__attribute__((iboutlet))
-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))
-DIBAction=void)__attribute__((ibaction)
-iquote
-iquote
-I/Users/jeff/dev/Tile-Cutter/build/Debug/include
-I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
-I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
-I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
-F/Users/jeff/dev/Tile-Cutter/build/Debug
-ferror-limit=10
-working-directory=/Users/jeff/dev/Tile-Cutter
-Xclang
-detailed-preprocessing-record
SDK_PRODUCT_BUILD_VERSION=12C37
Binary file added DerivedData/Tile Cutter/Index/Tile Cutter.hmap
Binary file not shown.
Binary file not shown.
Binary file added DerivedData/Tile Cutter/Logs/Issues/Cache.db
Binary file not shown.
Binary file added DerivedData/Tile Cutter/TextIndex/text-index.idx
Binary file not shown.
8 changes: 8 additions & 0 deletions DerivedData/Tile Cutter/info.plist
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>WorkspacePath</key>
<string>/Users/jeff/dev/Tile-Cutter/Tile Cutter.xcodeproj</string>
</dict>
</plist>
14 changes: 14 additions & 0 deletions DerivedData/Tile Cutter/scm.plist
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>FoundWorkingCopyPaths</key>
<array>
<string>/Users/jeff/dev/Tile-Cutter</string>
</array>
<key>LastWorkingCopyScanDate</key>
<date>2012-10-18T16:33:31Z</date>
<key>Version</key>
<integer>3</integer>
</dict>
</plist>
6 changes: 4 additions & 2 deletions Tile Cutter.xcodeproj/project.pbxproj
Expand Up @@ -293,10 +293,11 @@
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "";
PREBINDING = NO;
SDKROOT = macosx10.6;
SDKROOT = macosx;
};
name = Debug;
};
Expand All @@ -310,9 +311,10 @@
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = "";
PREBINDING = NO;
SDKROOT = macosx10.6;
SDKROOT = macosx;
VALID_ARCHS = "i386 x86_64";
};
name = Release;
Expand Down
Binary file not shown.

0 comments on commit bdcab4e

Please sign in to comment.