• 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

Revisionc576a9ec7f983572b4d94af27bf736ad33d73a48 (tree)
Time2011-08-17 01:34:41
AuthorAron Cedercrantz <aron@cede...>
CommiterAron Cedercrantz

Log Message

Fixed "missing base SDK".

Change Summary

Incremental Difference

--- a/CDEvents.xcodeproj/project.pbxproj
+++ b/CDEvents.xcodeproj/project.pbxproj
@@ -376,7 +376,7 @@
376376 ONLY_ACTIVE_ARCH = YES;
377377 PREBINDING = NO;
378378 RUN_CLANG_STATIC_ANALYZER = YES;
379- SDKROOT = macosx10.5;
379+ SDKROOT = macosx;
380380 };
381381 name = Debug;
382382 };
@@ -394,7 +394,7 @@
394394 MACOSX_DEPLOYMENT_TARGET = 10.5;
395395 PREBINDING = NO;
396396 RUN_CLANG_STATIC_ANALYZER = YES;
397- SDKROOT = macosx10.5;
397+ SDKROOT = macosx;
398398 };
399399 name = Release;
400400 };