[vlc-commits] macOS: Enable ARC in Xcode project

Marvin Scholz git at videolan.org
Thu Mar 16 11:59:12 CET 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Mar 16 11:58:57 2017 +0100| [9b1fc2dd46c49ff6d3880d2c768f9459ebe123a4] | committer: Marvin Scholz

macOS: Enable ARC in Xcode project

This does not actually has any effect for the build, but
is necessary to get rid of some warnings about ARC
in Xcode.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b1fc2dd46c49ff6d3880d2c768f9459ebe123a4
---

 extras/package/macosx/VLC.xcodeproj/project.pbxproj | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/extras/package/macosx/VLC.xcodeproj/project.pbxproj b/extras/package/macosx/VLC.xcodeproj/project.pbxproj
index 55e1fdb..de76afc 100644
--- a/extras/package/macosx/VLC.xcodeproj/project.pbxproj
+++ b/extras/package/macosx/VLC.xcodeproj/project.pbxproj
@@ -2074,6 +2074,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ENABLE_OBJC_ARC = YES;
 				CODE_SIGN_IDENTITY = "";
 				COMBINE_HIDPI_IMAGES = YES;
 				COPY_PHASE_STRIP = NO;
@@ -2089,6 +2090,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ENABLE_OBJC_ARC = YES;
 				CODE_SIGN_IDENTITY = "";
 				COMBINE_HIDPI_IMAGES = YES;
 				COPY_PHASE_STRIP = YES;
@@ -2104,6 +2106,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ENABLE_OBJC_ARC = YES;
 				CODE_SIGN_IDENTITY = "";
 				COMBINE_HIDPI_IMAGES = YES;
 				COPY_PHASE_STRIP = YES;



More information about the vlc-commits mailing list