fix code signing but/error on osx export (#2614)

This commit is contained in:
Ben Fry
2014-07-29 19:49:45 -04:00
parent 222a60fced
commit 514385835e
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1216,7 +1216,7 @@ public class JavaBuild {
File jdkFolder = new File(Base.getJavaHome(), "../../..");
String jdkFolderName = jdkFolder.getCanonicalFile().getName();
jvmRuntime = "<key>JVMRuntime</key>\n <string>" + jdkFolderName + "</string>";
jdkPath = new File(dotAppFolder, "Contents/PlugIns/" + jdkFolderName + ".jdk").getAbsolutePath();
jdkPath = new File(dotAppFolder, "Contents/PlugIns/" + jdkFolderName).getAbsolutePath();
}
File contentsFolder = new File(dotAppFolder, "Contents");
+1
View File
@@ -22,6 +22,7 @@ X tweak mode integrated
X https://github.com/processing/processing/pull/2624
X wrong mode selected if sketch is modified (checkbox changes)
X https://github.com/processing/processing/issues/2615
X https://github.com/processing/processing/issues/2586
X Add date and time stamps to the Contribution Manager
X https://github.com/processing/processing/pull/2651
+7
View File
@@ -3,11 +3,18 @@ X new tab/rename dialog box
X https://github.com/processing/processing/issues/2431
X fix issue where the browser wasn't opening the reference properly
X https://github.com/processing/processing/pull/2657
X fix "No such file or directory" error when exporting an application on OSX
X this also resulted in the application not being signed at all
X https://github.com/processing/processing/issues/2614
X this is a fairly major issue...
pulls
X insert tabs properly when prefs set for tabs mode
X https://github.com/processing/processing/pull/2607
earlier
X maxHeapSize typo in the build scripts
X https://github.com/processing/processing/issues/2603
_ fix the build scripts to include the examples
_ https://github.com/processing/processing/issues/2652