Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project meta-data. #62

Merged
merged 2 commits into from Mar 26, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions extras/macosx/README
@@ -1,9 +1,9 @@
NAEV FOR MAC OS X
-----------------------

This version is a universal binary, requiring MAC OS X 10.5+. It will not run on OS less than 10.5 because it uses a library that comes with the MAC OS X 10.5 operating system, specifically libpng. Not sure if it'll work with MAC OS X 10.4, even if it has libpng installed.
This version is a universal binary, requiring Mac OS X 10.6+. It will not run on OS less than 10.6 my computer is no longer equipped with the Mac OS X 10.5 SDK.

04/04/2011
26/03/2012

IMPORTANT!
----------
Expand Down
4 changes: 2 additions & 2 deletions extras/macosx/naev.xcodeproj/project.pbxproj
Expand Up @@ -1742,7 +1742,7 @@
VALID_ARCHS = "i386 x86_64";
VMAJOR = 0;
VMINOR = 5;
VREV = 1;
VREV = 2;
};
name = Debug;
};
Expand Down Expand Up @@ -1785,7 +1785,7 @@
USE_OPENAL = 1;
VMAJOR = 0;
VMINOR = 5;
VREV = 1;
VREV = 2;
};
name = Release;
};
Expand Down