From eaa1ab1aead5b4ef5b4898a977290fbd1ccf0eff Mon Sep 17 00:00:00 2001 From: Frederik De Bleser Date: Mon, 25 Jul 2011 12:00:40 +0200 Subject: [PATCH] Further project configuration for OS X 10.7. Moved the README / CHANGES file to README.md / CHANGES.md for better GitHub integration. --- CHANGES => CHANGES.md | 4 ++++ NodeBox-Info.plist | 6 ++++-- NodeBox.xcodeproj/project.pbxproj | 8 ++++---- README => README.md | 12 +++++------- 4 files changed, 17 insertions(+), 13 deletions(-) rename CHANGES => CHANGES.md (99%) rename README => README.md (74%) diff --git a/CHANGES b/CHANGES.md similarity index 99% rename from CHANGES rename to CHANGES.md index a36d3cbd..dc37d946 100755 --- a/CHANGES +++ b/CHANGES.md @@ -1,3 +1,7 @@ +NodeBox 1.9.7 +------------- +* Compatibility with Mac OS X 10.7 Lion. + NodeBox 1.9.6 ------------- * NSImage are no longer cached internally, which gave problems when rendering a large and small version of the same image. diff --git a/NodeBox-Info.plist b/NodeBox-Info.plist index 6c25698a..a102ece9 100644 --- a/NodeBox-Info.plist +++ b/NodeBox-Info.plist @@ -37,12 +37,14 @@ ${PRODUCT_NAME} CFBundlePackageType APPL + CFBundleShortVersionString + 1.9.7rc1 CFBundleSignature NdBx CFBundleVersion 1 - CFBundleShortVersionString - 1.9.6rc1 + LSApplicationCategoryType + public.app-category.graphics-design LSMinimumSystemVersion 10.5 NSMainNibFile diff --git a/NodeBox.xcodeproj/project.pbxproj b/NodeBox.xcodeproj/project.pbxproj index 36b3b089..e3d04422 100644 --- a/NodeBox.xcodeproj/project.pbxproj +++ b/NodeBox.xcodeproj/project.pbxproj @@ -212,8 +212,8 @@ 612813B310BD2C9400B18218 /* libs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = libs; sourceTree = ""; }; 615FA75B10BAC855000F45F9 /* DrawingPrimitives.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DrawingPrimitives.py; sourceTree = ""; }; 61972F2C10BAD1DC0007D375 /* macboot.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = macboot.py; sourceTree = ""; }; - 61DB844010BEAEA6003F73B9 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; - 61DB844110BEAEAD003F73B9 /* CHANGES */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGES; sourceTree = ""; }; + 61D9974513DD7456005190B2 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = ""; }; + 61D9974613DD749C005190B2 /* CHANGES.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = CHANGES.md; sourceTree = ""; }; 8D15AC360486D014006FF6A4 /* NodeBox-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "NodeBox-Info.plist"; sourceTree = ""; }; 8D15AC370486D014006FF6A4 /* NodeBox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NodeBox.app; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -261,8 +261,8 @@ 2A37F4AAFDCFA73011CA2CEA /* NodeBox */ = { isa = PBXGroup; children = ( - 61DB844010BEAEA6003F73B9 /* README */, - 61DB844110BEAEAD003F73B9 /* CHANGES */, + 61D9974513DD7456005190B2 /* README.md */, + 61D9974613DD749C005190B2 /* CHANGES.md */, 611CC4AE10BA8C1B00B55455 /* nodebox */, 2A37F4AFFDCFA73011CA2CEA /* Other Sources */, 612813B310BD2C9400B18218 /* libs */, diff --git a/README b/README.md similarity index 74% rename from README rename to README.md index 23e44dcc..188f08af 100755 --- a/README +++ b/README.md @@ -1,5 +1,5 @@ -NodeBox 1.9.6 -============= +NodeBox +======= NodeBox is an application used in graphic design research. It provides an interactive Python environment where you can create two-dimensional graphics. NodeBox scripts can create PDFs or QuickTime movies that can @@ -15,7 +15,7 @@ changing gizmo called the throttle. Credits ------- -NodeBox itself is written by Frederik De Bleser. (frederik@pandora.be) +NodeBox itself is written by Frederik De Bleser. (frederik@burocrazy.com) The NodeBox manual is written by Tom De Smedt. (tomdesmedt@organisms.be) NodeBox is a fork of DrawBot (http://drawbot.com) by Just van Rossum (just@letterror.com), @@ -23,8 +23,6 @@ which is released under a MIT-style license. Contributing ------------ -Please visit the developer site for instructions on getting and -building the NodeBox source. If you have encountered a bug, this -is also the place to be. +The NodeBox source is available on GitHub: - http://dev.nodebox.net/ + http://github.com/nodebox/nodebox-pyobjc