This repository was archived by the owner on Jan 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +17
-13
lines changed Expand file tree Collapse file tree 4 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 1+ NodeBox 1.9.7
2+ -------------
3+ * Compatibility with Mac OS X 10.7 Lion.
4+
15NodeBox 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.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 */
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 */,
Original file line number Diff line number Diff line change 1- NodeBox 1.9.6
2- =============
1+ NodeBox
2+ =======
33NodeBox is an application used in graphic design research. It provides
44an interactive Python environment where you can create two-dimensional
55graphics. NodeBox scripts can create PDFs or QuickTime movies that can
@@ -15,16 +15,14 @@ changing gizmo called the throttle.
1515
1616Credits
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 )
1919The NodeBox manual is written by Tom De Smedt. (tomdesmedt@organisms.be )
2020
2121NodeBox is a fork of DrawBot (http://drawbot.com ) by Just van Rossum (just@letterror.com ),
2222which is released under a MIT-style license.
2323
2424Contributing
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
You can’t perform that action at this time.
0 commit comments