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

Commit eaa1ab1

Browse files
author
Frederik De Bleser
committed
Further project configuration for OS X 10.7.
Moved the README / CHANGES file to README.md / CHANGES.md for better GitHub integration.
1 parent 667cd1d commit eaa1ab1

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

CHANGES renamed to CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
NodeBox 1.9.7
2+
-------------
3+
* Compatibility with Mac OS X 10.7 Lion.
4+
15
NodeBox 1.9.6
26
-------------
37
* NSImage are no longer cached internally, which gave problems when rendering a large and small version of the same image.

NodeBox-Info.plist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@
3737
<string>${PRODUCT_NAME}</string>
3838
<key>CFBundlePackageType</key>
3939
<string>APPL</string>
40+
<key>CFBundleShortVersionString</key>
41+
<string>1.9.7rc1</string>
4042
<key>CFBundleSignature</key>
4143
<string>NdBx</string>
4244
<key>CFBundleVersion</key>
4345
<string>1</string>
44-
<key>CFBundleShortVersionString</key>
45-
<string>1.9.6rc1</string>
46+
<key>LSApplicationCategoryType</key>
47+
<string>public.app-category.graphics-design</string>
4648
<key>LSMinimumSystemVersion</key>
4749
<string>10.5</string>
4850
<key>NSMainNibFile</key>

NodeBox.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@
212212
612813B310BD2C9400B18218 /* libs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = libs; sourceTree = "<group>"; };
213213
615FA75B10BAC855000F45F9 /* DrawingPrimitives.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DrawingPrimitives.py; sourceTree = "<group>"; };
214214
61972F2C10BAD1DC0007D375 /* macboot.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = macboot.py; sourceTree = "<group>"; };
215-
61DB844010BEAEA6003F73B9 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
216-
61DB844110BEAEAD003F73B9 /* CHANGES */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGES; sourceTree = "<group>"; };
215+
61D9974513DD7456005190B2 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
216+
61D9974613DD749C005190B2 /* CHANGES.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = CHANGES.md; sourceTree = "<group>"; };
217217
8D15AC360486D014006FF6A4 /* NodeBox-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "NodeBox-Info.plist"; sourceTree = "<group>"; };
218218
8D15AC370486D014006FF6A4 /* NodeBox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NodeBox.app; sourceTree = BUILT_PRODUCTS_DIR; };
219219
/* End PBXFileReference section */
@@ -261,8 +261,8 @@
261261
2A37F4AAFDCFA73011CA2CEA /* NodeBox */ = {
262262
isa = PBXGroup;
263263
children = (
264-
61DB844010BEAEA6003F73B9 /* README */,
265-
61DB844110BEAEAD003F73B9 /* CHANGES */,
264+
61D9974513DD7456005190B2 /* README.md */,
265+
61D9974613DD749C005190B2 /* CHANGES.md */,
266266
611CC4AE10BA8C1B00B55455 /* nodebox */,
267267
2A37F4AFFDCFA73011CA2CEA /* Other Sources */,
268268
612813B310BD2C9400B18218 /* libs */,

README renamed to README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
NodeBox 1.9.6
2-
=============
1+
NodeBox
2+
=======
33
NodeBox is an application used in graphic design research. It provides
44
an interactive Python environment where you can create two-dimensional
55
graphics. NodeBox scripts can create PDFs or QuickTime movies that can
@@ -15,16 +15,14 @@ changing gizmo called the throttle.
1515

1616
Credits
1717
-------
18-
NodeBox itself is written by Frederik De Bleser. (frederik@pandora.be)
18+
NodeBox itself is written by Frederik De Bleser. (frederik@burocrazy.com)
1919
The NodeBox manual is written by Tom De Smedt. (tomdesmedt@organisms.be)
2020

2121
NodeBox is a fork of DrawBot (http://drawbot.com) by Just van Rossum (just@letterror.com),
2222
which is released under a MIT-style license.
2323

2424
Contributing
2525
------------
26-
Please visit the developer site for instructions on getting and
27-
building the NodeBox source. If you have encountered a bug, this
28-
is also the place to be.
26+
The NodeBox source is available on GitHub:
2927

30-
http://dev.nodebox.net/
28+
http://github.com/nodebox/nodebox-pyobjc

0 commit comments

Comments
 (0)