From 619784bfad8082bc33080f0287b76bf7db5e9d42 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Mon, 25 Jan 2016 11:29:39 +0100 Subject: [PATCH] xcode: remove unneeded phase --- Classes/DialerView.m | 2 ++ linphone.xcodeproj/project.pbxproj | 13 ------------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/Classes/DialerView.m b/Classes/DialerView.m index 45fa153ae..61d30a051 100644 --- a/Classes/DialerView.m +++ b/Classes/DialerView.m @@ -282,7 +282,9 @@ static UICompositeViewDescription *compositeDescription = nil; removeItemAtPath:[LinphoneManager documentFile:@"linphonerc"] error:nil]; } +#ifdef DEBUG [LinphoneManager instanceRelease]; +#endif [UIApplication sharedApplication].keyWindow.rootViewController = nil; }]; diff --git a/linphone.xcodeproj/project.pbxproj b/linphone.xcodeproj/project.pbxproj index 34d6bed74..d3f00ae66 100755 --- a/linphone.xcodeproj/project.pbxproj +++ b/linphone.xcodeproj/project.pbxproj @@ -756,18 +756,6 @@ }; /* End PBXContainerItemProxy section */ -/* Begin PBXCopyFilesBuildPhase section */ - 2247673A129C3B9C002B94B4 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 12; - dstPath = ""; - dstSubfolderSpec = 16; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - /* Begin PBXFileReference section */ 045B5CB218D72E9A0088350C /* libbzrtp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbzrtp.a; path = "liblinphone-sdk/apple-darwin/lib/libbzrtp.a"; sourceTree = ""; }; 152F22351B15E889008C0621 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; }; @@ -2739,7 +2727,6 @@ 63DCC71D1A07B08E00916627 /* Run Script */, 1D60588E0D05DD3D006BFB54 /* Sources */, 1D60588F0D05DD3D006BFB54 /* Frameworks */, - 2247673A129C3B9C002B94B4 /* CopyFiles */, ); buildRules = ( );