Skip to content

Commit

Permalink
Re #1751 Removed reference to libmilenage in ipjsua iOS
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@4799 74dad513-b988-da41-8d7b-12977e46ad98
  • Loading branch information
ismangil committed Mar 20, 2014
1 parent de71c0e commit 6689096
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pjsip-apps/src/pjsua/ios/ipjsua.xcodeproj/project.pbxproj
Expand Up @@ -43,7 +43,6 @@
3AF0585516F058290046B835 /* libg7221codec-arm-apple-darwin9.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF0584E16F058290046B835 /* libg7221codec-arm-apple-darwin9.a */; };
3AF0585616F058290046B835 /* libgsmcodec-arm-apple-darwin9.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF0584F16F058290046B835 /* libgsmcodec-arm-apple-darwin9.a */; };
3AF0585716F058290046B835 /* libilbccodec-arm-apple-darwin9.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF0585016F058290046B835 /* libilbccodec-arm-apple-darwin9.a */; };
3AF0585816F058290046B835 /* libmilenage-arm-apple-darwin9.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF0585116F058290046B835 /* libmilenage-arm-apple-darwin9.a */; };
3AF0585916F058290046B835 /* libresample-arm-apple-darwin9.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF0585216F058290046B835 /* libresample-arm-apple-darwin9.a */; };
3AF0585A16F058290046B835 /* libspeex-arm-apple-darwin9.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF0585316F058290046B835 /* libspeex-arm-apple-darwin9.a */; };
3AF0585B16F058290046B835 /* libsrtp-arm-apple-darwin9.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF0585416F058290046B835 /* libsrtp-arm-apple-darwin9.a */; };
Expand Down Expand Up @@ -91,7 +90,6 @@
3AF0584E16F058290046B835 /* libg7221codec-arm-apple-darwin9.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libg7221codec-arm-apple-darwin9.a"; path = "../../../../third_party/lib/libg7221codec-arm-apple-darwin9.a"; sourceTree = "<group>"; };
3AF0584F16F058290046B835 /* libgsmcodec-arm-apple-darwin9.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libgsmcodec-arm-apple-darwin9.a"; path = "../../../../third_party/lib/libgsmcodec-arm-apple-darwin9.a"; sourceTree = "<group>"; };
3AF0585016F058290046B835 /* libilbccodec-arm-apple-darwin9.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libilbccodec-arm-apple-darwin9.a"; path = "../../../../third_party/lib/libilbccodec-arm-apple-darwin9.a"; sourceTree = "<group>"; };
3AF0585116F058290046B835 /* libmilenage-arm-apple-darwin9.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libmilenage-arm-apple-darwin9.a"; path = "../../../../third_party/lib/libmilenage-arm-apple-darwin9.a"; sourceTree = "<group>"; };
3AF0585216F058290046B835 /* libresample-arm-apple-darwin9.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libresample-arm-apple-darwin9.a"; path = "../../../../third_party/lib/libresample-arm-apple-darwin9.a"; sourceTree = "<group>"; };
3AF0585316F058290046B835 /* libspeex-arm-apple-darwin9.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libspeex-arm-apple-darwin9.a"; path = "../../../../third_party/lib/libspeex-arm-apple-darwin9.a"; sourceTree = "<group>"; };
3AF0585416F058290046B835 /* libsrtp-arm-apple-darwin9.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libsrtp-arm-apple-darwin9.a"; path = "../../../../third_party/lib/libsrtp-arm-apple-darwin9.a"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -123,7 +121,6 @@
3AF0585516F058290046B835 /* libg7221codec-arm-apple-darwin9.a in Frameworks */,
3AF0585616F058290046B835 /* libgsmcodec-arm-apple-darwin9.a in Frameworks */,
3AF0585716F058290046B835 /* libilbccodec-arm-apple-darwin9.a in Frameworks */,
3AF0585816F058290046B835 /* libmilenage-arm-apple-darwin9.a in Frameworks */,
3AF0585916F058290046B835 /* libresample-arm-apple-darwin9.a in Frameworks */,
3AF0585A16F058290046B835 /* libspeex-arm-apple-darwin9.a in Frameworks */,
3AF0585B16F058290046B835 /* libsrtp-arm-apple-darwin9.a in Frameworks */,
Expand Down Expand Up @@ -212,7 +209,6 @@
3AF0584E16F058290046B835 /* libg7221codec-arm-apple-darwin9.a */,
3AF0584F16F058290046B835 /* libgsmcodec-arm-apple-darwin9.a */,
3AF0585016F058290046B835 /* libilbccodec-arm-apple-darwin9.a */,
3AF0585116F058290046B835 /* libmilenage-arm-apple-darwin9.a */,
3AF0585216F058290046B835 /* libresample-arm-apple-darwin9.a */,
3AF0585316F058290046B835 /* libspeex-arm-apple-darwin9.a */,
3AF0585416F058290046B835 /* libsrtp-arm-apple-darwin9.a */,
Expand Down

0 comments on commit 6689096

Please sign in to comment.