Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Further project configuration for OS X 10.7.
Browse files Browse the repository at this point in the history
Moved the README / CHANGES file to README.md / CHANGES.md for better
GitHub integration.
  • Loading branch information
Frederik De Bleser committed Jul 25, 2011
1 parent 667cd1d commit eaa1ab1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGES → CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 4 additions & 2 deletions NodeBox-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.9.7rc1</string>
<key>CFBundleSignature</key>
<string>NdBx</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleShortVersionString</key>
<string>1.9.6rc1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.graphics-design</string>
<key>LSMinimumSystemVersion</key>
<string>10.5</string>
<key>NSMainNibFile</key>
Expand Down
8 changes: 4 additions & 4 deletions NodeBox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@
612813B310BD2C9400B18218 /* libs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = libs; sourceTree = "<group>"; };
615FA75B10BAC855000F45F9 /* DrawingPrimitives.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DrawingPrimitives.py; sourceTree = "<group>"; };
61972F2C10BAD1DC0007D375 /* macboot.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = macboot.py; sourceTree = "<group>"; };
61DB844010BEAEA6003F73B9 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
61DB844110BEAEAD003F73B9 /* CHANGES */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGES; sourceTree = "<group>"; };
61D9974513DD7456005190B2 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
61D9974613DD749C005190B2 /* CHANGES.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = CHANGES.md; sourceTree = "<group>"; };
8D15AC360486D014006FF6A4 /* NodeBox-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "NodeBox-Info.plist"; sourceTree = "<group>"; };
8D15AC370486D014006FF6A4 /* NodeBox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NodeBox.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -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 */,
Expand Down
12 changes: 5 additions & 7 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,16 +15,14 @@ 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. ([email protected])

NodeBox is a fork of DrawBot (http://drawbot.com) by Just van Rossum ([email protected]),
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

0 comments on commit eaa1ab1

Please sign in to comment.