diff --git a/DiscPublishing/DiscPublishing.xcodeproj/project.pbxproj b/DiscPublishing/DiscPublishing.xcodeproj/project.pbxproj index ddd4910..a664110 100644 --- a/DiscPublishing/DiscPublishing.xcodeproj/project.pbxproj +++ b/DiscPublishing/DiscPublishing.xcodeproj/project.pbxproj @@ -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 */ diff --git a/DiscPublishing/Resources/PrimeraFrameworks.zip b/DiscPublishing/Resources/PrimeraFrameworks.zip index 8c20223..f1ee6cc 100644 Binary files a/DiscPublishing/Resources/PrimeraFrameworks.zip and b/DiscPublishing/Resources/PrimeraFrameworks.zip differ diff --git a/DiscPublishing/Versions.txt b/DiscPublishing/Versions.txt index d9ce958..b444a91 100644 --- a/DiscPublishing/Versions.txt +++ b/DiscPublishing/Versions.txt @@ -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. diff --git a/DiscPublishing/html/DiscPublishing.osirixplugin.zip b/DiscPublishing/html/DiscPublishing.osirixplugin.zip index c6d879c..982c03a 100644 Binary files a/DiscPublishing/html/DiscPublishing.osirixplugin.zip and b/DiscPublishing/html/DiscPublishing.osirixplugin.zip differ