Revision: 26859
          http://sourceforge.net/p/bibdesk/svn/26859
Author:   hofman
Date:     2021-09-13 09:19:19 +0000 (Mon, 13 Sep 2021)
Log Message:
-----------
rename scheme in build script to target specifically the Bibdesk target in the 
main project.

Modified Paths:
--------------
    trunk/bibdesk/build_release.py

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2021-09-13 06:30:28 UTC (rev 26858)
+++ trunk/bibdesk/build_release.py      2021-09-13 09:19:19 UTC (rev 26859)
@@ -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", "-derivedDataPath", 
DERIVED_DATA_DIR, "SYMROOT=" + SYMROOT]
+    buildCmd = ["/usr/bin/xcodebuild", "clean", "-configuration", "Release", 
"-target", "BibDesk", "-scheme", "BibDesk (Bibdesk project)", 
"-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", "-derivedDataPath", DERIVED_DATA_DIR, 
"SYMROOT=" + SYMROOT, "CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO"]
+    buildCmd = ["/usr/bin/xcodebuild", "-configuration", "Release", "-target", 
"BibDesk", "-scheme", "BibDesk (Bibdesk project)", "-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

Reply via email to