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

Commit 9a1d5bc

Browse files
author
Frederik De Bleser
committed
Updated version number + .gitignore for release 1.9.7rc1.
1 parent 46d18d8 commit 9a1d5bc

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
*.pyc
33
build/
4+
dist/
45

56
# Xcode user files
67
project.xcworkspace

NodeBox.xcodeproj/project.pbxproj

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
611CC68710BAA0A600B55455 /* AskString.xib in Resources */ = {isa = PBXBuildFile; fileRef = 611CC68510BAA0A600B55455 /* AskString.xib */; };
5959
611CC68C10BAA0E300B55455 /* ExportImageAccessory.xib in Resources */ = {isa = PBXBuildFile; fileRef = 611CC68A10BAA0E300B55455 /* ExportImageAccessory.xib */; };
6060
611CC69210BAA0FB00B55455 /* ExportMovieAccessory.xib in Resources */ = {isa = PBXBuildFile; fileRef = 611CC69010BAA0FB00B55455 /* ExportMovieAccessory.xib */; };
61+
6155D9F413E2B79E00675A92 /* CHANGES.md in Resources */ = {isa = PBXBuildFile; fileRef = 6155D9F213E2B79E00675A92 /* CHANGES.md */; };
62+
6155D9F513E2B79E00675A92 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 6155D9F313E2B79E00675A92 /* README.md */; };
6163
615FA75C10BAC855000F45F9 /* DrawingPrimitives.py in Resources */ = {isa = PBXBuildFile; fileRef = 615FA75B10BAC855000F45F9 /* DrawingPrimitives.py */; };
6264
61972F2D10BAD1DC0007D375 /* macboot.py in Resources */ = {isa = PBXBuildFile; fileRef = 61972F2C10BAD1DC0007D375 /* macboot.py */; };
6365
8D15AC320486D014006FF6A4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4B0FDCFA73011CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
@@ -210,10 +212,10 @@
210212
611CC68B10BAA0E300B55455 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Resources/English.lproj/ExportImageAccessory.xib; sourceTree = "<group>"; };
211213
611CC69110BAA0FB00B55455 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Resources/English.lproj/ExportMovieAccessory.xib; sourceTree = "<group>"; };
212214
612813B310BD2C9400B18218 /* libs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = libs; sourceTree = "<group>"; };
215+
6155D9F213E2B79E00675A92 /* CHANGES.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGES.md; sourceTree = "<group>"; };
216+
6155D9F313E2B79E00675A92 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
213217
615FA75B10BAC855000F45F9 /* DrawingPrimitives.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DrawingPrimitives.py; sourceTree = "<group>"; };
214218
61972F2C10BAD1DC0007D375 /* macboot.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = macboot.py; 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>"; };
217219
8D15AC360486D014006FF6A4 /* NodeBox-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "NodeBox-Info.plist"; sourceTree = "<group>"; };
218220
8D15AC370486D014006FF6A4 /* NodeBox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NodeBox.app; sourceTree = BUILT_PRODUCTS_DIR; };
219221
/* End PBXFileReference section */
@@ -261,8 +263,8 @@
261263
2A37F4AAFDCFA73011CA2CEA /* NodeBox */ = {
262264
isa = PBXGroup;
263265
children = (
264-
61D9974513DD7456005190B2 /* README.md */,
265-
61D9974613DD749C005190B2 /* CHANGES.md */,
266+
6155D9F213E2B79E00675A92 /* CHANGES.md */,
267+
6155D9F313E2B79E00675A92 /* README.md */,
266268
611CC4AE10BA8C1B00B55455 /* nodebox */,
267269
2A37F4AFFDCFA73011CA2CEA /* Other Sources */,
268270
612813B310BD2C9400B18218 /* libs */,
@@ -490,6 +492,8 @@
490492
611CC69210BAA0FB00B55455 /* ExportMovieAccessory.xib in Resources */,
491493
615FA75C10BAC855000F45F9 /* DrawingPrimitives.py in Resources */,
492494
61972F2D10BAD1DC0007D375 /* macboot.py in Resources */,
495+
6155D9F413E2B79E00675A92 /* CHANGES.md in Resources */,
496+
6155D9F513E2B79E00675A92 /* README.md in Resources */,
493497
);
494498
runOnlyForDeploymentPostprocessing = 0;
495499
};
@@ -523,7 +527,7 @@
523527
);
524528
runOnlyForDeploymentPostprocessing = 0;
525529
shellPath = /bin/sh;
526-
shellScript = "# Remove the distribution folder\nrm -rf dist\n# Make a new one\nmkdir -p dist/NodeBox/NodeBox\ncd dist/NodeBox/NodeBox\n# Copy the current NodeBox application.\ncp -R -p $TARGET_BUILD_DIR/* .\n# Copy changes and readme\ncp ../../../CHANGES Changes.txt\ncp ../../../README Readme.txt\n# Copy examples\ncp -R ../../../examples Examples\n# Remove all .svn cruft\nrm -rf `find . -type d -name .svn`\n# Make DMG\ncd ../..\nhdiutil create NodeBox.dmg -srcfolder NodeBox\nhdiutil internet-enable NodeBox.dmg";
530+
shellScript = "# Remove the distribution folder\nrm -rf dist\n# Make a new one\nmkdir -p dist/NodeBox/NodeBox\ncd dist/NodeBox/NodeBox\n# Copy the current NodeBox application.\ncp -R -p $TARGET_BUILD_DIR/* .\n# Copy changes and readme\ncp ../../../CHANGES.md Changes.txt\ncp ../../../README.md Readme.txt\n# Copy examples\ncp -R ../../../examples Examples\n# Remove all .svn cruft\nrm -rf `find . -type d -name .svn`\n# Make DMG\ncd ../..\nhdiutil create NodeBox.dmg -srcfolder NodeBox\nhdiutil internet-enable NodeBox.dmg";
527531
};
528532
/* End PBXShellScriptBuildPhase section */
529533

@@ -701,6 +705,7 @@
701705
GCC_PREFIX_HEADER = NodeBox_Prefix.pch;
702706
INFOPLIST_FILE = "NodeBox-Info.plist";
703707
INSTALL_PATH = "$(HOME)/Applications";
708+
MACOSX_DEPLOYMENT_TARGET = 10.5;
704709
PRODUCT_NAME = NodeBox;
705710
};
706711
name = Debug;
@@ -715,6 +720,7 @@
715720
GCC_PREFIX_HEADER = NodeBox_Prefix.pch;
716721
INFOPLIST_FILE = "NodeBox-Info.plist";
717722
INSTALL_PATH = "$(HOME)/Applications";
723+
MACOSX_DEPLOYMENT_TARGET = 10.5;
718724
PRODUCT_NAME = NodeBox;
719725
};
720726
name = Release;

nodebox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__='1.9.7'
1+
__version__='1.9.7rc1'
22

33
def get_version():
44
return __version__

0 commit comments

Comments
 (0)