diff options
author | Jose <jose@zeroc.com> | 2019-06-17 13:57:03 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-06-17 13:57:03 +0200 |
commit | 4aadfec054c71c60ab2030b3c97988f2e7c3b583 (patch) | |
tree | 7d6629618d7877f5b37e40f92b114f483a35b2a3 | |
parent | Use ObjectTraits for Ice.Value ice_staticId/ice_id (diff) | |
download | ice-4aadfec054c71c60ab2030b3c97988f2e7c3b583.tar.bz2 ice-4aadfec054c71c60ab2030b3c97988f2e7c3b583.tar.xz ice-4aadfec054c71c60ab2030b3c97988f2e7c3b583.zip |
Enable CFBundle resources for IceSSL in Swift builds
-rwxr-xr-x | cpp/src/IceSSL/Util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/Util.cpp b/cpp/src/IceSSL/Util.cpp index 0d04ab423cd..29a265814fa 100755 --- a/cpp/src/IceSSL/Util.cpp +++ b/cpp/src/IceSSL/Util.cpp @@ -134,7 +134,7 @@ IceSSL::readFile(const string& file, vector<char>& buffer) bool IceSSL::checkPath(const string& path, const string& defaultDir, bool dir, string& resolved) { -#if defined(ICE_USE_SECURE_TRANSPORT_IOS) +#if defined(ICE_USE_SECURE_TRANSPORT_IOS) || defined(ICE_SWIFT) CFBundleRef bundle = CFBundleGetMainBundle(); if(bundle) { |