• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

An Objective-C wrapper for Mac OS X’s FSEvents C API.


Commit MetaInfo

Revision0b77510c50e6ecea5ccf9a9135e352c2c51422ff (tree)
Time2011-02-05 10:48:18
AuthorAron Cedercrantz <aron@cede...>
CommiterAron Cedercrantz

Log Message

Defined MACOSX_DEPLOYMENT_TARGET to 10.5.

Change Summary

Incremental Difference

--- a/CDEvents.xcodeproj/project.pbxproj
+++ b/CDEvents.xcodeproj/project.pbxproj
@@ -372,6 +372,7 @@
372372 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
373373 GCC_WARN_ABOUT_RETURN_TYPE = YES;
374374 GCC_WARN_UNUSED_VARIABLE = YES;
375+ MACOSX_DEPLOYMENT_TARGET = 10.5;
375376 ONLY_ACTIVE_ARCH = YES;
376377 PREBINDING = NO;
377378 RUN_CLANG_STATIC_ANALYZER = YES;
@@ -390,6 +391,7 @@
390391 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
391392 GCC_WARN_ABOUT_RETURN_TYPE = YES;
392393 GCC_WARN_UNUSED_VARIABLE = YES;
394+ MACOSX_DEPLOYMENT_TARGET = 10.5;
393395 PREBINDING = NO;
394396 RUN_CLANG_STATIC_ANALYZER = YES;
395397 SDKROOT = macosx10.5;