Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 6th, 2012  |  syntax: None  |  size: 5.96 KB  |  hits: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. diff --git a/xcode/cinder.xcodeproj/project.pbxproj b/xcode/cinder.xcodeproj/project.pbxproj
  2. index cbf676c..f567a03 100644
  3. --- a/xcode/cinder.xcodeproj/project.pbxproj
  4. +++ b/xcode/cinder.xcodeproj/project.pbxproj
  5. @@ -256,8 +256,6 @@
  6.                 0071BD090FB9FA2C0092E7D6 /* Display.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0071BD080FB9FA2C0092E7D6 /* Display.cpp */; };
  7.                 007438420EA7924F005DD3E6 /* Capture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007438400EA7924F005DD3E6 /* Capture.cpp */; };
  8.                 007438E00EA7975A005DD3E6 /* Capture.h in Headers */ = {isa = PBXBuildFile; fileRef = 007438DE0EA7975A005DD3E6 /* Capture.h */; };
  9. -               007439930EA7BB47005DD3E6 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007439920EA7BB47005DD3E6 /* QTKit.framework */; };
  10. -               0074399E0EA7BB7D005DD3E6 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0074399D0EA7BB7D005DD3E6 /* CoreVideo.framework */; };
  11.                 0076581C11226084005547DF /* CinderResources.h in Headers */ = {isa = PBXBuildFile; fileRef = 0076581B11226084005547DF /* CinderResources.h */; };
  12.                 007B09740E9559960052257E /* Rand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007B09730E9559960052257E /* Rand.cpp */; };
  13.                 007B09840E957B9A0052257E /* KeyEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007B09830E957B9A0052257E /* KeyEvent.cpp */; };
  14. @@ -592,6 +590,8 @@
  15.                 43ED153D1221DF6C003AEB0B /* UrlImplCocoa.mm in Sources */ = {isa = PBXBuildFile; fileRef = 43ED0FDD12209488003AEB0B /* UrlImplCocoa.mm */; };
  16.                 5391FD680E957646002A13D5 /* KeyEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5391FD670E957646002A13D5 /* KeyEvent.h */; };
  17.                 5391FE660E95CB01002A13D5 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0867D6A5FE840307C02AAC07 /* AppKit.framework */; };
  18. +               96680BB713DCE3C500C4C304 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96680BB613DCE3C500C4C304 /* CoreVideo.framework */; };
  19. +               96680BB913DCE3E400C4C304 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96680BB813DCE3E400C4C304 /* QTKit.framework */; };
  20.                 C70E19FF106AA38700E63577 /* Buffer.h in Headers */ = {isa = PBXBuildFile; fileRef = C70E19FE106AA38700E63577 /* Buffer.h */; };
  21.                 C70E1A03106AA39D00E63577 /* Buffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C70E1A01106AA39D00E63577 /* Buffer.cpp */; };
  22.                 C727BFE5121B3AE600192073 /* Capture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007438400EA7924F005DD3E6 /* Capture.cpp */; };
  23. @@ -898,6 +898,8 @@
  24.                 43ED0FDD12209488003AEB0B /* UrlImplCocoa.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = UrlImplCocoa.mm; sourceTree = "<group>"; };
  25.                 43ED0FE11220949A003AEB0B /* UrlImplCocoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UrlImplCocoa.h; sourceTree = "<group>"; };
  26.                 5391FD670E957646002A13D5 /* KeyEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = KeyEvent.h; path = app/KeyEvent.h; sourceTree = "<group>"; };
  27. +               96680BB613DCE3C500C4C304 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreVideo.framework; sourceTree = DEVELOPER_DIR; };
  28. +               96680BB813DCE3E400C4C304 /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = SDKs/MacOSX10.6.sdk/System/Library/Frameworks/QTKit.framework; sourceTree = DEVELOPER_DIR; };
  29.                 C70E19FE106AA38700E63577 /* Buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Buffer.h; sourceTree = "<group>"; };
  30.                 C70E1A01106AA39D00E63577 /* Buffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Buffer.cpp; sourceTree = "<group>"; };
  31.                 C7792FAE119A185000521786 /* CocoaCaConverter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CocoaCaConverter.cpp; sourceTree = "<group>"; };
  32. @@ -976,11 +978,11 @@
  33.                         isa = PBXFrameworksBuildPhase;
  34.                         buildActionMask = 2147483647;
  35.                         files = (
  36. +                               96680BB913DCE3E400C4C304 /* QTKit.framework in Frameworks */,
  37. +                               96680BB713DCE3C500C4C304 /* CoreVideo.framework in Frameworks */,
  38.                                 5391FE660E95CB01002A13D5 /* AppKit.framework in Frameworks */,
  39.                                 D2AAC088055469A000DB518D /* Cocoa.framework in Frameworks */,
  40.                                 0091D8F10E81B9110029341E /* OpenGL.framework in Frameworks */,
  41. -                               007439930EA7BB47005DD3E6 /* QTKit.framework in Frameworks */,
  42. -                               0074399E0EA7BB7D005DD3E6 /* CoreVideo.framework in Frameworks */,
  43.                                 00C153020EDBA5D100549EF3 /* QuickTime.framework in Frameworks */,
  44.                                 00E0B4B20F605D64002C8FBD /* CoreGraphics.framework in Frameworks */,
  45.                                 00E0B60D0F60DE8B002C8FBD /* ApplicationServices.framework in Frameworks */,
  46. @@ -1414,6 +1416,8 @@
  47.                 0867D691FE84028FC02AAC07 /* libcinder */ = {
  48.                         isa = PBXGroup;
  49.                         children = (
  50. +                               96680BB813DCE3E400C4C304 /* QTKit.framework */,
  51. +                               96680BB613DCE3C500C4C304 /* CoreVideo.framework */,
  52.                                 00BAE5D70E7ED4510018A608 /* Include */,
  53.                                 08FB77AEFE84172EC02AAC07 /* Source */,
  54.                                 32C88DFF0371C24200C91783 /* Other Sources */,
  55. @@ -2398,7 +2402,10 @@
  56.                                 ARCHS = i386;
  57.                                 CHECKED_STL = "-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC";
  58.                                 COPY_PHASE_STRIP = NO;
  59. -                               FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  60. +                               FRAMEWORK_SEARCH_PATHS = (
  61. +                                       "$(inherited)",
  62. +                                       "\"$(DEVELOPER_DIR)/SDKs/MacOSX10.6.sdk/System/Library/Frameworks\"",
  63. +                               );
  64.                                 GCC_DYNAMIC_NO_PIC = NO;
  65.                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
  66.                                 GCC_ENABLE_OBJC_GC = unsupported;
  67. @@ -2435,6 +2442,10 @@
  68.                                 COPY_PHASE_STRIP = NO;
  69.                                 DEAD_CODE_STRIPPING = YES;
  70.                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  71. +                               FRAMEWORK_SEARCH_PATHS = (
  72. +                                       "$(inherited)",
  73. +                                       "\"$(DEVELOPER_DIR)/SDKs/MacOSX10.6.sdk/System/Library/Frameworks\"",
  74. +                               );
  75.                                 GCC_DEBUGGING_SYMBOLS = full;
  76.                                 GCC_ENABLE_OBJC_GC = unsupported;
  77.                                 GCC_FAST_MATH = YES;