summaryrefslogtreecommitdiff
path: root/cpp/test/ios/controller
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-07-01 15:24:07 -0400
committerBernard Normier <bernard@zeroc.com>2017-07-01 15:24:07 -0400
commit02c23ba75deb02130e6b5f480c58e582dd617b98 (patch)
tree590978f7c6cf59f33d912b0fdca2330aa1361c2b /cpp/test/ios/controller
parentFixes for ICE-8204 - Objective-C leak fixes (diff)
downloadice-02c23ba75deb02130e6b5f480c58e582dd617b98.tar.bz2
ice-02c23ba75deb02130e6b5f480c58e582dd617b98.tar.xz
ice-02c23ba75deb02130e6b5f480c58e582dd617b98.zip
Added missing -fobjc-arc-exceptions
Diffstat (limited to 'cpp/test/ios/controller')
-rw-r--r--cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj b/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj
index d9c4d10958c..2c5e9d7b206 100644
--- a/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj
+++ b/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj
@@ -607,6 +607,7 @@
);
INFOPLIST_FILE = Classes/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ OTHER_CFLAGS = "-fobjc-arc-exceptions";
OTHER_LDFLAGS = (
"-lIce++11",
"-lIceDiscovery++11",
@@ -631,6 +632,7 @@
);
INFOPLIST_FILE = Classes/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ OTHER_CFLAGS = "-fobjc-arc-exceptions";
OTHER_LDFLAGS = (
"-lIce++11",
"-lIceDiscovery++11",
@@ -737,6 +739,7 @@
DEVELOPMENT_TEAM = U4TBVKNQ7F;
INFOPLIST_FILE = Classes/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ OTHER_CFLAGS = "-fobjc-arc-exceptions";
OTHER_LDFLAGS = (
"-lIce",
"-lIceDiscovery",
@@ -757,6 +760,7 @@
DEVELOPMENT_TEAM = U4TBVKNQ7F;
INFOPLIST_FILE = Classes/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ OTHER_CFLAGS = "-fobjc-arc-exceptions";
OTHER_LDFLAGS = (
"-lIce",
"-lIceDiscovery",