From a556a917fcd75071d038517fb4b84b3f86d51c32 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 1 Feb 2015 12:48:39 +0100 Subject: [PATCH] ObjFW.xcodeproj: Increase LastUpgradeCheck --- ObjFW.xcodeproj/project.pbxproj | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ObjFW.xcodeproj/project.pbxproj b/ObjFW.xcodeproj/project.pbxproj index dd7989dfd..f99a96dd7 100644 --- a/ObjFW.xcodeproj/project.pbxproj +++ b/ObjFW.xcodeproj/project.pbxproj @@ -1879,7 +1879,7 @@ 08FB7793FE84155DC02AAC07 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0600; + LastUpgradeCheck = 0620; }; buildConfigurationList = 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "ObjFW" */; compatibilityVersion = "Xcode 3.1"; diff --git a/README.md b/README.md index 1dae31aba..40385eead 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Building as a Mac OS X framework ================================ It is also possible to build ObjFW as a Mac OS X framework. To do so, - just execute xcodebuild -target ObjFW in the root directory of ObjFW + just execute `xcodebuild -target ObjFW` in the root directory of ObjFW or open the .xcodeproj in Xcode and choose Build -> Build from the menu. Copy the resulting ObjFW.framework to `/Library/Frameworks` and you are done.