Skip to content

Commit

Permalink
ObjFW.xcodeproj: Increase LastUpgradeCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Midar committed Feb 1, 2015
1 parent a7d0723 commit a556a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ObjFW.xcodeproj/project.pbxproj
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit a556a91

Please sign in to comment.