Skip to content

Commit

Permalink
HSS plugin
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/osirixplugins/code@396 bdd3870d-6ba2-4b59-8605-1de7af000970
  • Loading branch information
aglv committed Jan 21, 2013
1 parent 56c9d3c commit 712336e
Show file tree
Hide file tree
Showing 36 changed files with 6,989 additions and 0 deletions.
476 changes: 476 additions & 0 deletions HSS/HSS.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

89 changes: 89 additions & 0 deletions HSS/HSS.xcodeproj/xcshareddata/xcschemes/HSS.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0430"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "NO"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "YES"
buildForAnalyzing = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8D5B49AC048680CD000E48DA"
BuildableName = "HSS.osirixplugin"
BlueprintName = "HSS"
ReferencedContainer = "container:HSS.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Development">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8D5B49AC048680CD000E48DA"
BuildableName = "HSS.osirixplugin"
BlueprintName = "HSS"
ReferencedContainer = "container:HSS.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Development"
ignoresPersistentStateOnLaunch = "YES"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<PathRunnable
FilePath = "/Users/ale/Work/Repositories/osirix-trunk/build/Development/OsiriX.app">
</PathRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8D5B49AC048680CD000E48DA"
BuildableName = "HSS.osirixplugin"
BlueprintName = "HSS"
ReferencedContainer = "container:HSS.xcodeproj">
</BuildableReference>
</MacroExpansion>
<CommandLineArguments>
<CommandLineArgument
argument = "--LoadPlugin $(PROJECT_DIR)/$(BUILT_PRODUCTS_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)"
isEnabled = "YES">
</CommandLineArgument>
</CommandLineArguments>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Development"
debugDocumentVersioning = "YES">
<PathRunnable
FilePath = "/Users/ale/Work/Repositories/osirix-trunk/build/Development/OsiriX.app">
</PathRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Development">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Deployment"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
34 changes: 34 additions & 0 deletions HSS/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>HSS</string>
<key>CFBundleIconFile</key>
<string>HSS</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.1.3</string>
<key>NSPrincipalClass</key>
<string>HSS</string>
<key>MenuTitles</key>
<array>
<string>Export to HSS</string>
</array>
<key>pluginType</key>
<string>Database</string>
<key>HSS base URL - TEST</key>
<string>https://vmlouvre.hcuge.ch/studyshare</string>
<key>HSS base URL</key>
<string>https://collimage.hcuge.ch/studyshare</string>
<key>Accept all HTTPS certificates</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit 712336e

Please sign in to comment.