Revision: 26871 http://sourceforge.net/p/bibdesk/svn/26871 Author: hofman Date: 2021-09-14 14:37:28 +0000 (Tue, 14 Sep 2021) Log Message: ----------- rename quicklook target so the scheme names won't get mixed up
Modified Paths: -------------- trunk/bibdesk/build_release.py Modified: trunk/bibdesk/build_release.py =================================================================== --- trunk/bibdesk/build_release.py 2021-09-14 09:10:22 UTC (rev 26870) +++ trunk/bibdesk/build_release.py 2021-09-14 14:37:28 UTC (rev 26871) @@ -114,7 +114,7 @@ def clean_and_build(): # clean and rebuild the Xcode project - buildCmd = ["/usr/bin/xcodebuild", "clean", "-configuration", "Release", "-target", "BibDesk", "-scheme", "BibDesk (Bibdesk project)", "-derivedDataPath", DERIVED_DATA_DIR, "SYMROOT=" + SYMROOT] + buildCmd = ["/usr/bin/xcodebuild", "clean", "-configuration", "Release", "-target", "BibDesk", "-scheme", "BibDesk", "-derivedDataPath", DERIVED_DATA_DIR, "SYMROOT=" + SYMROOT] nullDevice = open("/dev/null", "w") x = Popen(buildCmd, cwd=SOURCE_DIR) print(" ".join(buildCmd)) @@ -121,7 +121,7 @@ rc = x.wait() print("xcodebuild clean exited with status %s" % (rc)) - buildCmd = ["/usr/bin/xcodebuild", "-configuration", "Release", "-target", "BibDesk", "-scheme", "BibDesk (Bibdesk project)", "-derivedDataPath", DERIVED_DATA_DIR, "SYMROOT=" + SYMROOT, "CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO"] + buildCmd = ["/usr/bin/xcodebuild", "-configuration", "Release", "-target", "BibDesk", "-scheme", "BibDesk", "-derivedDataPath", DERIVED_DATA_DIR, "SYMROOT=" + SYMROOT, "CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO"] print(" ".join(buildCmd)) nullDevice = open("/dev/null", "w") x = Popen(buildCmd, cwd=SOURCE_DIR)#, stdout=nullDevice, stderr=nullDevice) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit