Skip to content

Commit

Permalink
[REL] HorosCloud plugin update and 3.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fvpolpeta committed Jul 14, 2018
1 parent 908dcfa commit 0ca621d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
Binary file modified Binaries/EmbeddedPlugins/HorosCloud.horosplugin.zip
Binary file not shown.
10 changes: 10 additions & 0 deletions Horos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13336,6 +13336,7 @@
$CONFIGURATION_TEMP_DIR/Grok.build/Install/lib,
$CONFIGURATION_TEMP_DIR/CharLS.build/Install/lib,
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_CFLAGS = "-fvisibility=default";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -13375,6 +13376,7 @@
$CONFIGURATION_TEMP_DIR/Grok.build/Install/lib,
$CONFIGURATION_TEMP_DIR/CharLS.build/Install/lib,
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -13421,6 +13423,7 @@
$CONFIGURATION_TEMP_DIR/Grok.build/Install/lib,
$CONFIGURATION_TEMP_DIR/CharLS.build/Install/lib,
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_LDFLAGS = (
"$(inherited)",
"-lGDCM",
Expand All @@ -13438,6 +13441,7 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
DEVELOPMENT_TEAM = "";
LIBRARY_SEARCH_PATHS = DICOMPrint;
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_NAME = DICOMPrint;
USER_HEADER_SEARCH_PATHS = DICOMPrint;
VALID_ARCHS = i386;
Expand All @@ -13451,6 +13455,7 @@
DYLIB_COMPATIBILITY_VERSION = 1.0.0;
INFOPLIST_FILE = "$(SRCROOT)/API/Info.plist";
INSTALL_PATH = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_CFLAGS = "-fvisibility=default";
PRODUCT_BUNDLE_IDENTIFIER = org.horosproject.api;
PRODUCT_NAME = Horos;
Expand Down Expand Up @@ -13571,6 +13576,7 @@
$CONFIGURATION_TEMP_DIR/Grok.build/Install/lib,
$CONFIGURATION_TEMP_DIR/CharLS.build/Install/lib,
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -13615,6 +13621,7 @@
$CONFIGURATION_TEMP_DIR/Grok.build/Install/lib,
$CONFIGURATION_TEMP_DIR/CharLS.build/Install/lib,
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_CFLAGS = "-fvisibility=default";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -13715,6 +13722,7 @@
DYLIB_COMPATIBILITY_VERSION = 1.0.0;
INFOPLIST_FILE = "$(SRCROOT)/API/Info.plist";
INSTALL_PATH = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_CFLAGS = "-fvisibility=default";
PRODUCT_BUNDLE_IDENTIFIER = org.horosproject.api;
PRODUCT_NAME = Horos;
Expand All @@ -13740,6 +13748,7 @@
$CONFIGURATION_TEMP_DIR/Grok.build/Install/lib,
$CONFIGURATION_TEMP_DIR/CharLS.build/Install/lib,
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_LDFLAGS = (
"$(inherited)",
"-lGDCM",
Expand All @@ -13763,6 +13772,7 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
LIBRARY_SEARCH_PATHS = DICOMPrint;
MACOSX_DEPLOYMENT_TARGET = 10.11;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = DICOMPrint;
USER_HEADER_SEARCH_PATHS = DICOMPrint;
Expand Down
6 changes: 3 additions & 3 deletions Horos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<key>CFBundleExecutable</key>
<string>Horos</string>
<key>CFBundleGetInfoString</key>
<string>Horos v3.1.1</string>
<string>Horos v3.1.2</string>
<key>CFBundleIconFile</key>
<string>Horos.icns</string>
<key>CFBundleIdentifier</key>
Expand All @@ -203,7 +203,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.1.1</string>
<string>3.1.2</string>
<key>CFBundleSignature</key>
<string>OsiX</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down Expand Up @@ -238,7 +238,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>20180621</string>
<string>20180713</string>
<key>GitHash</key>
<string></string>
<key>GitState</key>
Expand Down

0 comments on commit 0ca621d

Please sign in to comment.