- diff --git a/xcode/cinder.xcodeproj/project.pbxproj b/xcode/cinder.xcodeproj/project.pbxproj
- index cbf676c..f567a03 100644
- --- a/xcode/cinder.xcodeproj/project.pbxproj
- +++ b/xcode/cinder.xcodeproj/project.pbxproj
- @@ -256,8 +256,6 @@
- 0071BD090FB9FA2C0092E7D6 /* Display.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0071BD080FB9FA2C0092E7D6 /* Display.cpp */; };
- 007438420EA7924F005DD3E6 /* Capture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007438400EA7924F005DD3E6 /* Capture.cpp */; };
- 007438E00EA7975A005DD3E6 /* Capture.h in Headers */ = {isa = PBXBuildFile; fileRef = 007438DE0EA7975A005DD3E6 /* Capture.h */; };
- - 007439930EA7BB47005DD3E6 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007439920EA7BB47005DD3E6 /* QTKit.framework */; };
- - 0074399E0EA7BB7D005DD3E6 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0074399D0EA7BB7D005DD3E6 /* CoreVideo.framework */; };
- 0076581C11226084005547DF /* CinderResources.h in Headers */ = {isa = PBXBuildFile; fileRef = 0076581B11226084005547DF /* CinderResources.h */; };
- 007B09740E9559960052257E /* Rand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007B09730E9559960052257E /* Rand.cpp */; };
- 007B09840E957B9A0052257E /* KeyEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007B09830E957B9A0052257E /* KeyEvent.cpp */; };
- @@ -592,6 +590,8 @@
- 43ED153D1221DF6C003AEB0B /* UrlImplCocoa.mm in Sources */ = {isa = PBXBuildFile; fileRef = 43ED0FDD12209488003AEB0B /* UrlImplCocoa.mm */; };
- 5391FD680E957646002A13D5 /* KeyEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5391FD670E957646002A13D5 /* KeyEvent.h */; };
- 5391FE660E95CB01002A13D5 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0867D6A5FE840307C02AAC07 /* AppKit.framework */; };
- + 96680BB713DCE3C500C4C304 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96680BB613DCE3C500C4C304 /* CoreVideo.framework */; };
- + 96680BB913DCE3E400C4C304 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96680BB813DCE3E400C4C304 /* QTKit.framework */; };
- C70E19FF106AA38700E63577 /* Buffer.h in Headers */ = {isa = PBXBuildFile; fileRef = C70E19FE106AA38700E63577 /* Buffer.h */; };
- C70E1A03106AA39D00E63577 /* Buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C70E1A01106AA39D00E63577 /* Buffer.cpp */; };
- C727BFE5121B3AE600192073 /* Capture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007438400EA7924F005DD3E6 /* Capture.cpp */; };
- @@ -898,6 +898,8 @@
- 43ED0FDD12209488003AEB0B /* UrlImplCocoa.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = UrlImplCocoa.mm; sourceTree = "<group>"; };
- 43ED0FE11220949A003AEB0B /* UrlImplCocoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UrlImplCocoa.h; sourceTree = "<group>"; };
- 5391FD670E957646002A13D5 /* KeyEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = KeyEvent.h; path = app/KeyEvent.h; sourceTree = "<group>"; };
- + 96680BB613DCE3C500C4C304 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreVideo.framework; sourceTree = DEVELOPER_DIR; };
- + 96680BB813DCE3E400C4C304 /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = SDKs/MacOSX10.6.sdk/System/Library/Frameworks/QTKit.framework; sourceTree = DEVELOPER_DIR; };
- C70E19FE106AA38700E63577 /* Buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Buffer.h; sourceTree = "<group>"; };
- C70E1A01106AA39D00E63577 /* Buffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Buffer.cpp; sourceTree = "<group>"; };
- C7792FAE119A185000521786 /* CocoaCaConverter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CocoaCaConverter.cpp; sourceTree = "<group>"; };
- @@ -976,11 +978,11 @@
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- + 96680BB913DCE3E400C4C304 /* QTKit.framework in Frameworks */,
- + 96680BB713DCE3C500C4C304 /* CoreVideo.framework in Frameworks */,
- 5391FE660E95CB01002A13D5 /* AppKit.framework in Frameworks */,
- D2AAC088055469A000DB518D /* Cocoa.framework in Frameworks */,
- 0091D8F10E81B9110029341E /* OpenGL.framework in Frameworks */,
- - 007439930EA7BB47005DD3E6 /* QTKit.framework in Frameworks */,
- - 0074399E0EA7BB7D005DD3E6 /* CoreVideo.framework in Frameworks */,
- 00C153020EDBA5D100549EF3 /* QuickTime.framework in Frameworks */,
- 00E0B4B20F605D64002C8FBD /* CoreGraphics.framework in Frameworks */,
- 00E0B60D0F60DE8B002C8FBD /* ApplicationServices.framework in Frameworks */,
- @@ -1414,6 +1416,8 @@
- 0867D691FE84028FC02AAC07 /* libcinder */ = {
- isa = PBXGroup;
- children = (
- + 96680BB813DCE3E400C4C304 /* QTKit.framework */,
- + 96680BB613DCE3C500C4C304 /* CoreVideo.framework */,
- 00BAE5D70E7ED4510018A608 /* Include */,
- 08FB77AEFE84172EC02AAC07 /* Source */,
- 32C88DFF0371C24200C91783 /* Other Sources */,
- @@ -2398,7 +2402,10 @@
- ARCHS = i386;
- CHECKED_STL = "-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC";
- COPY_PHASE_STRIP = NO;
- - FRAMEWORK_SEARCH_PATHS = "$(inherited)";
- + FRAMEWORK_SEARCH_PATHS = (
- + "$(inherited)",
- + "\"$(DEVELOPER_DIR)/SDKs/MacOSX10.6.sdk/System/Library/Frameworks\"",
- + );
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_ENABLE_OBJC_GC = unsupported;
- @@ -2435,6 +2442,10 @@
- COPY_PHASE_STRIP = NO;
- DEAD_CODE_STRIPPING = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- + FRAMEWORK_SEARCH_PATHS = (
- + "$(inherited)",
- + "\"$(DEVELOPER_DIR)/SDKs/MacOSX10.6.sdk/System/Library/Frameworks\"",
- + );
- GCC_DEBUGGING_SYMBOLS = full;
- GCC_ENABLE_OBJC_GC = unsupported;
- GCC_FAST_MATH = YES;