Skip to content

Commit

Permalink
DP 1.2.0 again, with new Primera 2.3 frameworks (was 2.3 beta, probab…
Browse files Browse the repository at this point in the history
…ly the same?)

git-svn-id: https://svn.code.sf.net/p/osirixplugins/code@204 bdd3870d-6ba2-4b59-8605-1de7af000970
  • Loading branch information
aglv committed Mar 12, 2012
1 parent 3446eb0 commit 063f105
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DiscPublishing/DiscPublishing.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd \"$SRCROOT\"\nmkdir -p Libs\nunzip -uo Resources/PrimeraFrameworks.zip -d Libs\nexit 0";
shellScript = "cd \"$SRCROOT\"\n\nmkdir -p Libs\n\nunzip -uo Resources/PrimeraFrameworks.zip -d Libs\n\ncd Libs\nrm -rf __MACOSX\nif [ -d \"PrimeraFrameworks\" ]; then\n cd \"PrimeraFrameworks\"\n for f in *; do\n rm -Rf \"../$f\"\n mv \"$f\" ..\n done\n cd ..\n rm -Rf PrimeraFrameworks\nfi\n\nexit 0";
};
/* End PBXShellScriptBuildPhase section */

Expand Down
Binary file modified DiscPublishing/Resources/PrimeraFrameworks.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions DiscPublishing/Versions.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
1.2
1.2.0
- Per-patient queues in the OsiriX tasks manager.
- It is now possible to cancel a parient's data publishment before it is sent to the robot. However, avoid using this too much, as it leaves a bunch of big files in the /tmp directory.
- Communication between the plugin and the Tool (the program that communicates with the robot) is done through NSDistantObject instead of AppleScript.
- Fixed issue when the Disc Cover 3 PE application wasn't found
- Fixed issue when the plugin crashed with a "index 0 out of bounds" exception (by switching to LLVM GCC)
- Upgrade to Primera SDK 2.3 beta
- Upgraded Primera frameworks to versions from PTPublisher 2.3
- Primera framework dialogs are now read and distributed as a Growl notification
- Fix on version 1.1.2: the DiscPublishingTool app was compiled as "32- and 64-bits Intel", and the Primera frameworks are 32-bits only.

Expand Down
Binary file modified DiscPublishing/html/DiscPublishing.osirixplugin.zip
Binary file not shown.

0 comments on commit 063f105

Please sign in to comment.