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

Commit 31c7a95

Browse files
committed
Upgrade to current version of Python.
1 parent e41ced1 commit 31c7a95

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

NodeBox.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
/* End PBXAggregateTarget section */
2323

2424
/* Begin PBXBuildFile section */
25-
611B5F4F13E2F0DB0009BC14 /* libpython2.5.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 611B5F4E13E2F0DB0009BC14 /* libpython2.5.dylib */; };
2625
611CC49810BA8B9E00B55455 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 611CC48110BA8B9E00B55455 /* Credits.rtf */; };
2726
611CC49C10BA8B9E00B55455 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 611CC48910BA8B9E00B55455 /* InfoPlist.strings */; };
2827
611CC4A110BA8B9E00B55455 /* NodeBox.icns in Resources */ = {isa = PBXBuildFile; fileRef = 611CC49310BA8B9E00B55455 /* NodeBox.icns */; };
@@ -61,6 +60,7 @@
6160
6155D9F413E2B79E00675A92 /* CHANGES.md in Resources */ = {isa = PBXBuildFile; fileRef = 6155D9F213E2B79E00675A92 /* CHANGES.md */; };
6261
6155D9F513E2B79E00675A92 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 6155D9F313E2B79E00675A92 /* README.md */; };
6362
615FA75C10BAC855000F45F9 /* DrawingPrimitives.py in Resources */ = {isa = PBXBuildFile; fileRef = 615FA75B10BAC855000F45F9 /* DrawingPrimitives.py */; };
63+
618333E821EDD06800908EA9 /* libpython.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 618333E721EDD06800908EA9 /* libpython.tbd */; };
6464
61972F2D10BAD1DC0007D375 /* macboot.py in Resources */ = {isa = PBXBuildFile; fileRef = 61972F2C10BAD1DC0007D375 /* macboot.py */; };
6565
8D15AC320486D014006FF6A4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4B0FDCFA73011CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
6666
8D15AC340486D014006FF6A4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */; };
@@ -215,6 +215,7 @@
215215
6155D9F213E2B79E00675A92 /* CHANGES.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGES.md; sourceTree = "<group>"; };
216216
6155D9F313E2B79E00675A92 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
217217
615FA75B10BAC855000F45F9 /* DrawingPrimitives.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = DrawingPrimitives.py; sourceTree = "<group>"; };
218+
618333E721EDD06800908EA9 /* libpython.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libpython.tbd; path = usr/lib/libpython.tbd; sourceTree = SDKROOT; };
218219
61972F2C10BAD1DC0007D375 /* macboot.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = macboot.py; sourceTree = "<group>"; };
219220
8D15AC360486D014006FF6A4 /* NodeBox-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "NodeBox-Info.plist"; sourceTree = "<group>"; };
220221
8D15AC370486D014006FF6A4 /* NodeBox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NodeBox.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -225,7 +226,7 @@
225226
isa = PBXFrameworksBuildPhase;
226227
buildActionMask = 2147483647;
227228
files = (
228-
611B5F4F13E2F0DB0009BC14 /* libpython2.5.dylib in Frameworks */,
229+
618333E821EDD06800908EA9 /* libpython.tbd in Frameworks */,
229230
8D15AC340486D014006FF6A4 /* Cocoa.framework in Frameworks */,
230231
);
231232
runOnlyForDeploymentPostprocessing = 0;
@@ -310,6 +311,7 @@
310311
2A37F4C3FDCFA73011CA2CEA /* Frameworks */ = {
311312
isa = PBXGroup;
312313
children = (
314+
618333E721EDD06800908EA9 /* libpython.tbd */,
313315
1058C7A6FEA54F5311CA2CBB /* Linked Frameworks */,
314316
1058C7A8FEA54F5311CA2CBB /* Other Frameworks */,
315317
);
@@ -394,7 +396,7 @@
394396
buildConfigurationList = 61EF506410BC26F9006DEF6C /* Build configuration list for PBXLegacyTarget "Clean Extensions" */;
395397
buildPhases = (
396398
);
397-
buildToolPath = python2.5;
399+
buildToolPath = python;
398400
buildWorkingDirectory = libs;
399401
dependencies = (
400402
);
@@ -408,7 +410,7 @@
408410
buildConfigurationList = 61FFC03B10BAD915009AF371 /* Build configuration list for PBXLegacyTarget "Build Extensions" */;
409411
buildPhases = (
410412
);
411-
buildToolPath = python2.5;
413+
buildToolPath = python;
412414
buildWorkingDirectory = libs;
413415
dependencies = (
414416
);
@@ -684,13 +686,12 @@
684686
COMBINE_HIDPI_IMAGES = YES;
685687
COPY_PHASE_STRIP = NO;
686688
GCC_DYNAMIC_NO_PIC = NO;
687-
GCC_MODEL_TUNING = G5;
688689
GCC_OPTIMIZATION_LEVEL = 0;
689690
GCC_PRECOMPILE_PREFIX_HEADER = YES;
690691
GCC_PREFIX_HEADER = NodeBox_Prefix.pch;
691692
INFOPLIST_FILE = "NodeBox-Info.plist";
692693
INSTALL_PATH = "$(HOME)/Applications";
693-
MACOSX_DEPLOYMENT_TARGET = 10.5;
694+
MACOSX_DEPLOYMENT_TARGET = 10.12;
694695
OTHER_LDFLAGS = "";
695696
PRODUCT_NAME = NodeBox;
696697
};
@@ -702,12 +703,11 @@
702703
ALWAYS_SEARCH_USER_PATHS = NO;
703704
COMBINE_HIDPI_IMAGES = YES;
704705
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
705-
GCC_MODEL_TUNING = G5;
706706
GCC_PRECOMPILE_PREFIX_HEADER = YES;
707707
GCC_PREFIX_HEADER = NodeBox_Prefix.pch;
708708
INFOPLIST_FILE = "NodeBox-Info.plist";
709709
INSTALL_PATH = "$(HOME)/Applications";
710-
MACOSX_DEPLOYMENT_TARGET = 10.5;
710+
MACOSX_DEPLOYMENT_TARGET = 10.12;
711711
OTHER_LDFLAGS = "";
712712
PRODUCT_NAME = NodeBox;
713713
};

libs/buildlibs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def build_libraries():
2121
print "Building", lib_name
2222
# run_setup gave some wonky errors, so we're defaulting to a simple os.system call.
2323
os.chdir(os.path.dirname(setup_script))
24-
result = os.system('python2.5 setup.py build')
24+
result = os.system('python setup.py build')
2525
if result > 0:
2626
raise OSError("Could not build %s" % lib_name)
2727
os.chdir(lib_root)
@@ -54,4 +54,4 @@ def clean_build_files():
5454
if len(sys.argv) > 1 and sys.argv[1] == 'clean':
5555
clean_build_files()
5656
else:
57-
build_libraries()
57+
build_libraries()

0 commit comments

Comments
 (0)