Changeset 211844 in webkit


Ignore:
Timestamp:
Feb 7, 2017, 4:47:20 PM (8 years ago)
Author:
achristensen@apple.com
Message:

[libwebrtc] Move libsrtp and libyuv to own Xcode targets
https://bugs.webkit.org/show_bug.cgi?id=167966

Reviewed by Youenn Fablet.

  • Configurations/libsrtp.xcconfig: Added.
  • Configurations/libyuv.xcconfig: Added.
  • Configurations/usrsctp.xcconfig:
  • libwebrtc.xcodeproj/project.pbxproj:
Location:
trunk/Source/ThirdParty/libwebrtc
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/ThirdParty/libwebrtc/ChangeLog

    r211827 r211844  
     12017-02-07  Alex Christensen  <achristensen@webkit.org>
     2
     3        [libwebrtc] Move libsrtp and libyuv to own Xcode targets
     4        https://bugs.webkit.org/show_bug.cgi?id=167966
     5
     6        Reviewed by Youenn Fablet.
     7
     8        * Configurations/libsrtp.xcconfig: Added.
     9        * Configurations/libyuv.xcconfig: Added.
     10        * Configurations/usrsctp.xcconfig:
     11        * libwebrtc.xcodeproj/project.pbxproj:
     12
    1132017-02-07  Alex Christensen  <achristensen@webkit.org>
    214
  • trunk/Source/ThirdParty/libwebrtc/Configurations/usrsctp.xcconfig

    r211827 r211844  
    1111PUBLIC_HEADERS_FOLDER_PATH = /usr/local/include/libwebrtc;
    1212USE_HEADERMAP = NO;
    13 WARNING_CFLAGS = -Wno-exit-time-destructors -Wno-implicit-function-declaration -Wno-incompatible-pointer-types -Wno-deprecated-declarations  -Wno-address-of-packed-member;
     13WARNING_CFLAGS = -Wno-exit-time-destructors -Wno-implicit-function-declaration -Wno-incompatible-pointer-types -Wno-deprecated-declarations;
    1414GCC_PREPROCESSOR_DEFINITIONS = __Userspace_os_Darwin SCTP_PROCESS_LEVEL_LOCKS SCTP_SIMPLE_ALLOCATOR SCTP_USE_OPENSSL_SHA1 __Userspace__ HAVE_SA_LEN HAVE_SCONN_LEN __APPLE_USE_RFC_2292;
    1515OTHER_CFLAGS = -UINET -UINET6 -U__APPLE__;
  • trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj

    r211817 r211844  
    2222
    2323/* Begin PBXBuildFile section */
     24                5C0884E31E4A986000403995 /* compare.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D341E4323D4002651C8 /* compare.cc */; };
     25                5C0884E41E4A986000403995 /* compare_common.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D2F1E4323D4002651C8 /* compare_common.cc */; };
     26                5C0884E51E4A986000403995 /* compare_gcc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD84211E439BCB00621E92 /* compare_gcc.cc */; };
     27                5C0884E61E4A986000403995 /* convert.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D3B1E4323D4002651C8 /* convert.cc */; };
     28                5C0884E71E4A986000403995 /* convert_argb.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D351E4323D4002651C8 /* convert_argb.cc */; };
     29                5C0884E81E4A986000403995 /* convert_from.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D371E4323D4002651C8 /* convert_from.cc */; };
     30                5C0884E91E4A986000403995 /* convert_from_argb.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D361E4323D4002651C8 /* convert_from_argb.cc */; };
     31                5C0884EA1E4A986000403995 /* convert_jpeg.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D381E4323D4002651C8 /* convert_jpeg.cc */; };
     32                5C0884EB1E4A986000403995 /* convert_to_argb.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D391E4323D4002651C8 /* convert_to_argb.cc */; };
     33                5C0884EC1E4A986000403995 /* convert_to_i420.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D3A1E4323D4002651C8 /* convert_to_i420.cc */; };
     34                5C0884ED1E4A986000403995 /* cpu_id.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D3C1E4323D4002651C8 /* cpu_id.cc */; };
     35                5C0884EE1E4A986000403995 /* mjpeg_decoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D3D1E4323D4002651C8 /* mjpeg_decoder.cc */; };
     36                5C0884EF1E4A986000403995 /* mjpeg_validate.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D3E1E4323D4002651C8 /* mjpeg_validate.cc */; };
     37                5C0884F01E4A986000403995 /* planar_functions.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D3F1E4323D4002651C8 /* planar_functions.cc */; };
     38                5C0884F11E4A986000403995 /* rotate.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D481E4323D4002651C8 /* rotate.cc */; };
     39                5C0884F21E4A986000403995 /* rotate_any.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D401E4323D4002651C8 /* rotate_any.cc */; };
     40                5C0884F31E4A986000403995 /* rotate_argb.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D411E4323D4002651C8 /* rotate_argb.cc */; };
     41                5C0884F41E4A986000403995 /* rotate_common.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D421E4323D4002651C8 /* rotate_common.cc */; };
     42                5C0884F51E4A986000403995 /* rotate_gcc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD84221E439BCB00621E92 /* rotate_gcc.cc */; };
     43                5C0884F61E4A986000403995 /* row_any.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D491E4323D4002651C8 /* row_any.cc */; };
     44                5C0884F71E4A986000403995 /* row_common.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D4A1E4323D4002651C8 /* row_common.cc */; };
     45                5C0884F81E4A986000403995 /* row_gcc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD84231E439BCB00621E92 /* row_gcc.cc */; };
     46                5C0884F91E4A986000403995 /* scale.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D591E4323D4002651C8 /* scale.cc */; };
     47                5C0884FA1E4A986000403995 /* scale_any.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D511E4323D4002651C8 /* scale_any.cc */; };
     48                5C0884FB1E4A986000403995 /* scale_argb.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D521E4323D4002651C8 /* scale_argb.cc */; };
     49                5C0884FC1E4A986000403995 /* scale_common.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D531E4323D4002651C8 /* scale_common.cc */; };
     50                5C0884FD1E4A986000403995 /* scale_gcc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD84241E439BCB00621E92 /* scale_gcc.cc */; };
     51                5C0884FE1E4A986000403995 /* video_common.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D5A1E4323D4002651C8 /* video_common.cc */; };
     52                5C0884FF1E4A986D00403995 /* ekt.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90871E43D33800621E92 /* ekt.c */; };
     53                5C0885001E4A986D00403995 /* srtp.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90881E43D33800621E92 /* srtp.c */; };
     54                5C0885011E4A987600403995 /* datatypes.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90981E43D50900621E92 /* datatypes.c */; };
     55                5C0885021E4A987600403995 /* stat.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90991E43D50900621E92 /* stat.c */; };
     56                5C0885031E4A987C00403995 /* alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD909C1E43D51100621E92 /* alloc.c */; };
     57                5C0885041E4A987C00403995 /* crypto_kernel.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD909D1E43D51100621E92 /* crypto_kernel.c */; };
     58                5C0885051E4A987C00403995 /* err.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD909E1E43D51100621E92 /* err.c */; };
     59                5C0885061E4A987C00403995 /* key.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD909F1E43D51100621E92 /* key.c */; };
     60                5C0885071E4A988300403995 /* auth.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90A41E43D51B00621E92 /* auth.c */; };
     61                5C0885081E4A988300403995 /* hmac_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90A51E43D51B00621E92 /* hmac_ossl.c */; };
     62                5C0885091E4A988300403995 /* null_auth.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90A61E43D51B00621E92 /* null_auth.c */; };
     63                5C08850A1E4A988900403995 /* aes_gcm_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90AA1E43D52900621E92 /* aes_gcm_ossl.c */; };
     64                5C08850B1E4A988900403995 /* aes_icm_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90AB1E43D52900621E92 /* aes_icm_ossl.c */; };
     65                5C08850C1E4A988900403995 /* cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90AC1E43D52900621E92 /* cipher.c */; };
     66                5C08850D1E4A988900403995 /* null_cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90AD1E43D52900621E92 /* null_cipher.c */; };
     67                5C08850E1E4A989000403995 /* rdb.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD908D1E43D4CC00621E92 /* rdb.c */; };
     68                5C08850F1E4A989000403995 /* rdbx.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD908E1E43D4CC00621E92 /* rdbx.c */; };
     69                5C0885101E4A989000403995 /* ut_sim.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD908F1E43D4CC00621E92 /* ut_sim.c */; };
     70                5C0885241E4A99D200403995 /* aes_gcm_ossl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0885121E4A99D200403995 /* aes_gcm_ossl.h */; };
     71                5C0885251E4A99D200403995 /* aes_icm_ossl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0885131E4A99D200403995 /* aes_icm_ossl.h */; };
     72                5C0885261E4A99D200403995 /* aes_icm.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0885141E4A99D200403995 /* aes_icm.h */; };
     73                5C0885271E4A99D200403995 /* aes.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0885151E4A99D200403995 /* aes.h */; };
     74                5C0885281E4A99D200403995 /* alloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0885161E4A99D200403995 /* alloc.h */; };
     75                5C0885291E4A99D200403995 /* auth.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0885171E4A99D200403995 /* auth.h */; };
     76                5C08852A1E4A99D200403995 /* cipher.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0885181E4A99D200403995 /* cipher.h */; };
     77                5C08852B1E4A99D200403995 /* crypto_kernel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0885191E4A99D200403995 /* crypto_kernel.h */; };
     78                5C08852C1E4A99D200403995 /* crypto_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C08851A1E4A99D200403995 /* crypto_types.h */; };
     79                5C08852D1E4A99D200403995 /* datatypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C08851B1E4A99D200403995 /* datatypes.h */; };
     80                5C08852E1E4A99D200403995 /* err.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C08851C1E4A99D200403995 /* err.h */; };
     81                5C08852F1E4A99D200403995 /* integers.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C08851D1E4A99D200403995 /* integers.h */; };
     82                5C0885301E4A99D200403995 /* key.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C08851E1E4A99D200403995 /* key.h */; };
     83                5C0885311E4A99D200403995 /* null_auth.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C08851F1E4A99D200403995 /* null_auth.h */; };
     84                5C0885321E4A99D200403995 /* null_cipher.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0885201E4A99D200403995 /* null_cipher.h */; };
     85                5C0885331E4A99D200403995 /* rdb.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0885211E4A99D200403995 /* rdb.h */; };
     86                5C0885341E4A99D200403995 /* rdbx.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0885221E4A99D200403995 /* rdbx.h */; };
     87                5C0885351E4A99D200403995 /* stat.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0885231E4A99D200403995 /* stat.h */; };
    2488                5C119FFB1E457400004F0987 /* audio_device_buffer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C119FF01E457400004F0987 /* audio_device_buffer.cc */; };
    2589                5C119FFC1E457400004F0987 /* audio_device_buffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C119FF11E457400004F0987 /* audio_device_buffer.h */; };
     
    651715                5C4B4D0B1E4322F6002651C8 /* socketmonitor.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D071E4322F6002651C8 /* socketmonitor.cc */; };
    652716                5C4B4D0C1E4322F6002651C8 /* socketmonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C4B4D081E4322F6002651C8 /* socketmonitor.h */; };
    653                 5C4B4D5B1E4323D4002651C8 /* compare_common.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D2F1E4323D4002651C8 /* compare_common.cc */; };
    654                 5C4B4D601E4323D4002651C8 /* compare.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D341E4323D4002651C8 /* compare.cc */; };
    655                 5C4B4D611E4323D4002651C8 /* convert_argb.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D351E4323D4002651C8 /* convert_argb.cc */; };
    656                 5C4B4D621E4323D4002651C8 /* convert_from_argb.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D361E4323D4002651C8 /* convert_from_argb.cc */; };
    657                 5C4B4D631E4323D4002651C8 /* convert_from.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D371E4323D4002651C8 /* convert_from.cc */; };
    658                 5C4B4D641E4323D4002651C8 /* convert_jpeg.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D381E4323D4002651C8 /* convert_jpeg.cc */; };
    659                 5C4B4D651E4323D4002651C8 /* convert_to_argb.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D391E4323D4002651C8 /* convert_to_argb.cc */; };
    660                 5C4B4D661E4323D4002651C8 /* convert_to_i420.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D3A1E4323D4002651C8 /* convert_to_i420.cc */; };
    661                 5C4B4D671E4323D4002651C8 /* convert.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D3B1E4323D4002651C8 /* convert.cc */; };
    662                 5C4B4D681E4323D4002651C8 /* cpu_id.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D3C1E4323D4002651C8 /* cpu_id.cc */; };
    663                 5C4B4D691E4323D4002651C8 /* mjpeg_decoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D3D1E4323D4002651C8 /* mjpeg_decoder.cc */; };
    664                 5C4B4D6A1E4323D4002651C8 /* mjpeg_validate.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D3E1E4323D4002651C8 /* mjpeg_validate.cc */; };
    665                 5C4B4D6B1E4323D4002651C8 /* planar_functions.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D3F1E4323D4002651C8 /* planar_functions.cc */; };
    666                 5C4B4D6C1E4323D4002651C8 /* rotate_any.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D401E4323D4002651C8 /* rotate_any.cc */; };
    667                 5C4B4D6D1E4323D4002651C8 /* rotate_argb.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D411E4323D4002651C8 /* rotate_argb.cc */; };
    668                 5C4B4D6E1E4323D4002651C8 /* rotate_common.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D421E4323D4002651C8 /* rotate_common.cc */; };
    669                 5C4B4D741E4323D4002651C8 /* rotate.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D481E4323D4002651C8 /* rotate.cc */; };
    670                 5C4B4D751E4323D4002651C8 /* row_any.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D491E4323D4002651C8 /* row_any.cc */; };
    671                 5C4B4D761E4323D4002651C8 /* row_common.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D4A1E4323D4002651C8 /* row_common.cc */; };
    672                 5C4B4D7D1E4323D4002651C8 /* scale_any.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D511E4323D4002651C8 /* scale_any.cc */; };
    673                 5C4B4D7E1E4323D4002651C8 /* scale_argb.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D521E4323D4002651C8 /* scale_argb.cc */; };
    674                 5C4B4D7F1E4323D4002651C8 /* scale_common.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D531E4323D4002651C8 /* scale_common.cc */; };
    675                 5C4B4D851E4323D4002651C8 /* scale.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D591E4323D4002651C8 /* scale.cc */; };
    676                 5C4B4D861E4323D4002651C8 /* video_common.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D5A1E4323D4002651C8 /* video_common.cc */; };
    677717                5C60245F1E494DB80088F0B2 /* user_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C4B4ACB1E42C9D6002651C8 /* user_atomic.h */; };
    678718                5C6024601E494DB80088F0B2 /* user_environment.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4ACC1E42C9D6002651C8 /* user_environment.c */; };
     
    13151355                5CDD841F1E439B2900621E92 /* legacy_encoded_audio_frame.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD84121E439B2900621E92 /* legacy_encoded_audio_frame.cc */; };
    13161356                5CDD84201E439B2900621E92 /* legacy_encoded_audio_frame.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDD84131E439B2900621E92 /* legacy_encoded_audio_frame.h */; };
    1317                 5CDD84251E439BCB00621E92 /* compare_gcc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD84211E439BCB00621E92 /* compare_gcc.cc */; };
    1318                 5CDD84261E439BCB00621E92 /* rotate_gcc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD84221E439BCB00621E92 /* rotate_gcc.cc */; };
    1319                 5CDD84271E439BCB00621E92 /* row_gcc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD84231E439BCB00621E92 /* row_gcc.cc */; };
    1320                 5CDD84281E439BCB00621E92 /* scale_gcc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD84241E439BCB00621E92 /* scale_gcc.cc */; };
    13211357                5CDD84591E43AE2900621E92 /* channel_manager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD842A1E43AE2900621E92 /* channel_manager.cc */; };
    13221358                5CDD845A1E43AE2900621E92 /* channel_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDD842B1E43AE2900621E92 /* channel_manager.h */; };
     
    24302466                5CDD90821E43D15C00621E92 /* nonlinear_beamformer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90721E43D15C00621E92 /* nonlinear_beamformer.cc */; };
    24312467                5CDD90831E43D15C00621E92 /* nonlinear_beamformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDD90731E43D15C00621E92 /* nonlinear_beamformer.h */; };
    2432                 5CDD90891E43D33800621E92 /* ekt.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90871E43D33800621E92 /* ekt.c */; };
    2433                 5CDD908A1E43D33800621E92 /* srtp.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90881E43D33800621E92 /* srtp.c */; };
    2434                 5CDD90901E43D4CC00621E92 /* rdb.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD908D1E43D4CC00621E92 /* rdb.c */; };
    2435                 5CDD90911E43D4CC00621E92 /* rdbx.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD908E1E43D4CC00621E92 /* rdbx.c */; };
    2436                 5CDD90921E43D4CC00621E92 /* ut_sim.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD908F1E43D4CC00621E92 /* ut_sim.c */; };
    2437                 5CDD909A1E43D50900621E92 /* datatypes.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90981E43D50900621E92 /* datatypes.c */; };
    2438                 5CDD909B1E43D50900621E92 /* stat.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90991E43D50900621E92 /* stat.c */; };
    2439                 5CDD90A01E43D51100621E92 /* alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD909C1E43D51100621E92 /* alloc.c */; };
    2440                 5CDD90A11E43D51100621E92 /* crypto_kernel.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD909D1E43D51100621E92 /* crypto_kernel.c */; };
    2441                 5CDD90A21E43D51100621E92 /* err.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD909E1E43D51100621E92 /* err.c */; };
    2442                 5CDD90A31E43D51100621E92 /* key.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD909F1E43D51100621E92 /* key.c */; };
    2443                 5CDD90A71E43D51B00621E92 /* auth.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90A41E43D51B00621E92 /* auth.c */; };
    2444                 5CDD90A81E43D51B00621E92 /* hmac_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90A51E43D51B00621E92 /* hmac_ossl.c */; };
    2445                 5CDD90A91E43D51B00621E92 /* null_auth.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90A61E43D51B00621E92 /* null_auth.c */; };
    2446                 5CDD90AE1E43D52900621E92 /* aes_gcm_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90AA1E43D52900621E92 /* aes_gcm_ossl.c */; };
    2447                 5CDD90AF1E43D52900621E92 /* aes_icm_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90AB1E43D52900621E92 /* aes_icm_ossl.c */; };
    2448                 5CDD90B01E43D52900621E92 /* cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90AC1E43D52900621E92 /* cipher.c */; };
    2449                 5CDD90B11E43D52900621E92 /* null_cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90AD1E43D52900621E92 /* null_cipher.c */; };
    24502468/* End PBXBuildFile section */
    24512469
    24522470/* Begin PBXContainerItemProxy section */
     2471                5C08848D1E4A97E300403995 /* PBXContainerItemProxy */ = {
     2472                        isa = PBXContainerItemProxy;
     2473                        containerPortal = FB39D0701200ED9200088E69 /* Project object */;
     2474                        proxyType = 1;
     2475                        remoteGlobalIDString = 5C63F6611E414AB6002CA531;
     2476                        remoteInfo = "Copy webrtc headers";
     2477                };
     2478                5C0884D41E4A980100403995 /* PBXContainerItemProxy */ = {
     2479                        isa = PBXContainerItemProxy;
     2480                        containerPortal = FB39D0701200ED9200088E69 /* Project object */;
     2481                        proxyType = 1;
     2482                        remoteGlobalIDString = 5C63F6611E414AB6002CA531;
     2483                        remoteInfo = "Copy webrtc headers";
     2484                };
     2485                5C0884DF1E4A982000403995 /* PBXContainerItemProxy */ = {
     2486                        isa = PBXContainerItemProxy;
     2487                        containerPortal = FB39D0701200ED9200088E69 /* Project object */;
     2488                        proxyType = 1;
     2489                        remoteGlobalIDString = 5C08848B1E4A97E300403995;
     2490                        remoteInfo = libsrtp;
     2491                };
     2492                5C0884E11E4A982000403995 /* PBXContainerItemProxy */ = {
     2493                        isa = PBXContainerItemProxy;
     2494                        containerPortal = FB39D0701200ED9200088E69 /* Project object */;
     2495                        proxyType = 1;
     2496                        remoteGlobalIDString = 5C0884D21E4A980100403995;
     2497                        remoteInfo = libyuv;
     2498                };
    24532499                5C11A0361E4577E1004F0987 /* PBXContainerItemProxy */ = {
    24542500                        isa = PBXContainerItemProxy;
     
    25212567                        runOnlyForDeploymentPostprocessing = 1;
    25222568                };
     2569                5C0884CB1E4A97E300403995 /* CopyFiles */ = {
     2570                        isa = PBXCopyFilesBuildPhase;
     2571                        buildActionMask = 8;
     2572                        dstPath = "$(INSTALL_PATH_PREFIX)/usr/local/OpenSourceVersions";
     2573                        dstSubfolderSpec = 0;
     2574                        files = (
     2575                        );
     2576                        runOnlyForDeploymentPostprocessing = 1;
     2577                };
     2578                5C0884CC1E4A97E300403995 /* CopyFiles */ = {
     2579                        isa = PBXCopyFilesBuildPhase;
     2580                        buildActionMask = 8;
     2581                        dstPath = "$(INSTALL_PATH_PREFIX)/usr/local/OpenSourceLicenses";
     2582                        dstSubfolderSpec = 0;
     2583                        files = (
     2584                        );
     2585                        runOnlyForDeploymentPostprocessing = 1;
     2586                };
     2587                5C0884D81E4A980100403995 /* CopyFiles */ = {
     2588                        isa = PBXCopyFilesBuildPhase;
     2589                        buildActionMask = 8;
     2590                        dstPath = "$(INSTALL_PATH_PREFIX)/usr/local/OpenSourceVersions";
     2591                        dstSubfolderSpec = 0;
     2592                        files = (
     2593                        );
     2594                        runOnlyForDeploymentPostprocessing = 1;
     2595                };
     2596                5C0884D91E4A980100403995 /* CopyFiles */ = {
     2597                        isa = PBXCopyFilesBuildPhase;
     2598                        buildActionMask = 8;
     2599                        dstPath = "$(INSTALL_PATH_PREFIX)/usr/local/OpenSourceLicenses";
     2600                        dstSubfolderSpec = 0;
     2601                        files = (
     2602                        );
     2603                        runOnlyForDeploymentPostprocessing = 1;
     2604                };
    25232605                5C11A1271E4577E1004F0987 /* CopyFiles */ = {
    25242606                        isa = PBXCopyFilesBuildPhase;
     
    25782660
    25792661/* Begin PBXFileReference section */
     2662                5C0884891E4A978C00403995 /* libsrtp.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = libsrtp.xcconfig; sourceTree = "<group>"; };
     2663                5C08848A1E4A978C00403995 /* libyuv.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = libyuv.xcconfig; sourceTree = "<group>"; };
     2664                5C0884D11E4A97E300403995 /* liblibsrtp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblibsrtp.a; sourceTree = BUILT_PRODUCTS_DIR; };
     2665                5C0884DE1E4A980100403995 /* liblibyuv.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblibyuv.a; sourceTree = BUILT_PRODUCTS_DIR; };
     2666                5C0885121E4A99D200403995 /* aes_gcm_ossl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aes_gcm_ossl.h; sourceTree = "<group>"; };
     2667                5C0885131E4A99D200403995 /* aes_icm_ossl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aes_icm_ossl.h; sourceTree = "<group>"; };
     2668                5C0885141E4A99D200403995 /* aes_icm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aes_icm.h; sourceTree = "<group>"; };
     2669                5C0885151E4A99D200403995 /* aes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aes.h; sourceTree = "<group>"; };
     2670                5C0885161E4A99D200403995 /* alloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = alloc.h; sourceTree = "<group>"; };
     2671                5C0885171E4A99D200403995 /* auth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = auth.h; sourceTree = "<group>"; };
     2672                5C0885181E4A99D200403995 /* cipher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cipher.h; sourceTree = "<group>"; };
     2673                5C0885191E4A99D200403995 /* crypto_kernel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypto_kernel.h; sourceTree = "<group>"; };
     2674                5C08851A1E4A99D200403995 /* crypto_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypto_types.h; sourceTree = "<group>"; };
     2675                5C08851B1E4A99D200403995 /* datatypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = datatypes.h; sourceTree = "<group>"; };
     2676                5C08851C1E4A99D200403995 /* err.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = err.h; sourceTree = "<group>"; };
     2677                5C08851D1E4A99D200403995 /* integers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = integers.h; sourceTree = "<group>"; };
     2678                5C08851E1E4A99D200403995 /* key.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = key.h; sourceTree = "<group>"; };
     2679                5C08851F1E4A99D200403995 /* null_auth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = null_auth.h; sourceTree = "<group>"; };
     2680                5C0885201E4A99D200403995 /* null_cipher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = null_cipher.h; sourceTree = "<group>"; };
     2681                5C0885211E4A99D200403995 /* rdb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rdb.h; sourceTree = "<group>"; };
     2682                5C0885221E4A99D200403995 /* rdbx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rdbx.h; sourceTree = "<group>"; };
     2683                5C0885231E4A99D200403995 /* stat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stat.h; sourceTree = "<group>"; };
    25802684                5C119FF01E457400004F0987 /* audio_device_buffer.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audio_device_buffer.cc; sourceTree = "<group>"; };
    25812685                5C119FF11E457400004F0987 /* audio_device_buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audio_device_buffer.h; sourceTree = "<group>"; };
     
    50225126
    50235127/* Begin PBXFrameworksBuildPhase section */
     5128                5C0884CA1E4A97E300403995 /* Frameworks */ = {
     5129                        isa = PBXFrameworksBuildPhase;
     5130                        buildActionMask = 2147483647;
     5131                        files = (
     5132                        );
     5133                        runOnlyForDeploymentPostprocessing = 0;
     5134                };
     5135                5C0884D71E4A980100403995 /* Frameworks */ = {
     5136                        isa = PBXFrameworksBuildPhase;
     5137                        buildActionMask = 2147483647;
     5138                        files = (
     5139                        );
     5140                        runOnlyForDeploymentPostprocessing = 0;
     5141                };
    50245142                5C11A1261E4577E1004F0987 /* Frameworks */ = {
    50255143                        isa = PBXFrameworksBuildPhase;
     
    50535171
    50545172/* Begin PBXGroup section */
     5173                5C0885111E4A99C200403995 /* include */ = {
     5174                        isa = PBXGroup;
     5175                        children = (
     5176                                5C0885121E4A99D200403995 /* aes_gcm_ossl.h */,
     5177                                5C0885131E4A99D200403995 /* aes_icm_ossl.h */,
     5178                                5C0885141E4A99D200403995 /* aes_icm.h */,
     5179                                5C0885151E4A99D200403995 /* aes.h */,
     5180                                5C0885161E4A99D200403995 /* alloc.h */,
     5181                                5C0885171E4A99D200403995 /* auth.h */,
     5182                                5C0885181E4A99D200403995 /* cipher.h */,
     5183                                5C0885191E4A99D200403995 /* crypto_kernel.h */,
     5184                                5C08851A1E4A99D200403995 /* crypto_types.h */,
     5185                                5C08851B1E4A99D200403995 /* datatypes.h */,
     5186                                5C08851C1E4A99D200403995 /* err.h */,
     5187                                5C08851D1E4A99D200403995 /* integers.h */,
     5188                                5C08851E1E4A99D200403995 /* key.h */,
     5189                                5C08851F1E4A99D200403995 /* null_auth.h */,
     5190                                5C0885201E4A99D200403995 /* null_cipher.h */,
     5191                                5C0885211E4A99D200403995 /* rdb.h */,
     5192                                5C0885221E4A99D200403995 /* rdbx.h */,
     5193                                5C0885231E4A99D200403995 /* stat.h */,
     5194                        );
     5195                        path = include;
     5196                        sourceTree = "<group>";
     5197                };
    50555198                5C119FEF1E4573CA004F0987 /* audio_device */ = {
    50565199                        isa = PBXGroup;
     
    88448987                        isa = PBXGroup;
    88458988                        children = (
     8989                                5C0885111E4A99C200403995 /* include */,
    88468990                                5CDD90961E43D4F600621E92 /* math */,
    88478991                                5CDD90951E43D4F000621E92 /* kernel */,
     
    89079051                        isa = PBXGroup;
    89089052                        children = (
     9053                                5C0884891E4A978C00403995 /* libsrtp.xcconfig */,
     9054                                5C08848A1E4A978C00403995 /* libyuv.xcconfig */,
    89099055                                5C11A0331E4576A9004F0987 /* usrsctp.xcconfig */,
    89109056                                5D7C59C61208C68B001C873E /* Base.xcconfig */,
     
    89439089                                FB39D0D11200F0E300088E69 /* libwebrtc.a */,
    89449090                                5C11A12D1E4577E1004F0987 /* libusrsctp.a */,
     9091                                5C0884D11E4A97E300403995 /* liblibsrtp.a */,
     9092                                5C0884DE1E4A980100403995 /* liblibyuv.a */,
    89459093                        );
    89469094                        name = Products;
     
    89509098
    89519099/* Begin PBXHeadersBuildPhase section */
     9100                5C08848E1E4A97E300403995 /* Headers */ = {
     9101                        isa = PBXHeadersBuildPhase;
     9102                        buildActionMask = 2147483647;
     9103                        files = (
     9104                        );
     9105                        runOnlyForDeploymentPostprocessing = 0;
     9106                };
     9107                5C0884D51E4A980100403995 /* Headers */ = {
     9108                        isa = PBXHeadersBuildPhase;
     9109                        buildActionMask = 2147483647;
     9110                        files = (
     9111                        );
     9112                        runOnlyForDeploymentPostprocessing = 0;
     9113                };
    89529114                5C11A0371E4577E1004F0987 /* Headers */ = {
    89539115                        isa = PBXHeadersBuildPhase;
     
    91099271                                5CDD8B6B1E43C2B500621E92 /* abs_quant_loop.h in Headers */,
    91109272                                5CDD89F91E43BFB300621E92 /* accelerate.h in Headers */,
     9273                                5C0885251E4A99D200403995 /* aes_icm_ossl.h in Headers */,
    91119274                                5CDD85041E43B1EA00621E92 /* acm_codec_database.h in Headers */,
    91129275                                5CDD85051E43B1EA00621E92 /* acm_common_defs.h in Headers */,
     
    92419404                                5C4B48DC1E42C1E3002651C8 /* codec.h in Headers */,
    92429405                                5CDD87B01E43BC0500621E92 /* codec.h in Headers */,
     9406                                5C0885261E4A99D200403995 /* aes_icm.h in Headers */,
    92439407                                5CDD83C71E439A6F00621E92 /* codec_database.h in Headers */,
    92449408                                5C11A0131E4574C5004F0987 /* pa_memorybarrier.h in Headers */,
     
    92729436                                5CDD907B1E43D15C00621E92 /* covariance_matrix_generator.h in Headers */,
    92739437                                5CDD87B21E43BC0500621E92 /* crc.h in Headers */,
     9438                                5C0885281E4A99D200403995 /* alloc.h in Headers */,
    92749439                                5C63F7CC1E416288002CA531 /* crc32.h in Headers */,
    92759440                                5CDD8B8C1E43C2B500621E92 /* create_augmented_vec.h in Headers */,
     
    93659530                                5C63F7E51E416288002CA531 /* file.h in Headers */,
    93669531                                5CDD8C8C1E43C66000621E92 /* file_utils.h in Headers */,
     9532                                5C08852D1E4A99D200403995 /* datatypes.h in Headers */,
    93679533                                5C63F7E71E416288002CA531 /* filerotatingstream.h in Headers */,
    93689534                                5C63F7EA1E416288002CA531 /* fileutils.h in Headers */,
     
    93999565                                5CDD90231E43CEDE00621E92 /* gain_selector.h in Headers */,
    94009566                                5CDD83D61E439A6F00621E92 /* generic_decoder.h in Headers */,
     9567                                5C08852A1E4A99D200403995 /* cipher.h in Headers */,
    94019568                                5CDD83D81E439A6F00621E92 /* generic_encoder.h in Headers */,
    94029569                                5CDD8BA91E43C2B500621E92 /* get_cd_vec.h in Headers */,
     
    94409607                                5CDD8BC01E43C2B500621E92 /* interpolate.h in Headers */,
    94419608                                5CDD8BBE1E43C2B500621E92 /* interpolate_samples.h in Headers */,
     9609                                5C0885331E4A99D200403995 /* rdb.h in Headers */,
    94429610                                5C63F8071E416288002CA531 /* ipaddress.h in Headers */,
    94439611                                5CDD87C11E43BC0500621E92 /* isac_float_type.h in Headers */,
     
    94869654                                5C63F81F1E416288002CA531 /* md5digest.h in Headers */,
    94879655                                5CDD86A51E43B99400621E92 /* mean_variance_estimator.h in Headers */,
     9656                                5C0885321E4A99D200403995 /* null_cipher.h in Headers */,
    94889657                                5CDD876C1E43BB3000621E92 /* media_file.h in Headers */,
    94899658                                5CDD87671E43BB3000621E92 /* media_file_defines.h in Headers */,
     
    94959664                                5C4B48E71E42C1E3002651C8 /* mediaconstants.h in Headers */,
    94969665                                5C63F9491E41737B002CA531 /* mediaconstraintsinterface.h in Headers */,
     9666                                5C0885291E4A99D200403995 /* auth.h in Headers */,
    94979667                                5C63F94B1E41737B002CA531 /* mediacontroller.h in Headers */,
    94989668                                5C4B48E91E42C1E3002651C8 /* mediaengine.h in Headers */,
     
    95479717                                5C63F9541E41737B002CA531 /* notifier.h in Headers */,
    95489718                                5CDD86011E43B84E00621E92 /* ns_core.h in Headers */,
     9719                                5C08852B1E4A99D200403995 /* crypto_kernel.h in Headers */,
    95499720                                5C4B4BBE1E431C90002651C8 /* NSString+StdString.h in Headers */,
    95509721                                5CDD86061E43B84E00621E92 /* nsx_core.h in Headers */,
     
    95959766                                5C63F9591E41737B002CA531 /* peerconnectionfactoryproxy.h in Headers */,
    95969767                                5C63F95A1E41737B002CA531 /* peerconnectioninterface.h in Headers */,
     9768                                5C08852E1E4A99D200403995 /* err.h in Headers */,
    95979769                                5C63F95B1E41737B002CA531 /* peerconnectionproxy.h in Headers */,
    95989770                                5CDD83F11E439A6F00621E92 /* percentile_filter.h in Headers */,
     
    96009772                                5CDD872E1E43BABE00621E92 /* pitch_based_vad.h in Headers */,
    96019773                                5CDD87D11E43BC0500621E92 /* pitch_estimator.h in Headers */,
     9774                                5C08852C1E4A99D200403995 /* crypto_types.h in Headers */,
    96029775                                5CDD87D41E43BC0600621E92 /* pitch_gain_tables.h in Headers */,
    96039776                                5CDD87311E43BABE00621E92 /* pitch_internal.h in Headers */,
     
    96829855                                5C4B4BCC1E431C90002651C8 /* RTCDataChannelConfiguration+Private.h in Headers */,
    96839856                                5C4B4BCE1E431C90002651C8 /* RTCDispatcher+Private.h in Headers */,
     9857                                5C08852F1E4A99D200403995 /* integers.h in Headers */,
    96849858                                5C4B4BD41E431C90002651C8 /* RTCIceCandidate+Private.h in Headers */,
    96859859                                5C4B4BD61E431C90002651C8 /* RTCIceServer+Private.h in Headers */,
     
    96939867                                5C4B4BE81E431C90002651C8 /* RTCOpenGLVideoRenderer.h in Headers */,
    96949868                                5CDD8A501E43BFB300621E92 /* rtcp.h in Headers */,
     9869                                5C0885311E4A99D200403995 /* null_auth.h in Headers */,
    96959870                                5CDD88981E43BE3C00621E92 /* rtcp_packet.h in Headers */,
    96969871                                5CDD889B1E43BE3C00621E92 /* rtcp_receiver.h in Headers */,
     
    97789953                                5C63F8741E416288002CA531 /* sha1digest.h in Headers */,
    97799954                                5CDD84661E43AE2900621E92 /* shared_data.h in Headers */,
     9955                                5C0885241E4A99D200403995 /* aes_gcm_ossl.h in Headers */,
    97809956                                5C63F8761E416288002CA531 /* sharedexclusivelock.h in Headers */,
    97819957                                5CDD90321E43CEDE00621E92 /* signal_classifier.h in Headers */,
     
    97969972                                5CDD8BE61E43C2B500621E92 /* smooth.h in Headers */,
    97979973                                5CDD8BE41E43C2B500621E92 /* smooth_out_data.h in Headers */,
     9974                                5C0885351E4A99D200403995 /* stat.h in Headers */,
    97989975                                5CDD8F941E43CBE000621E92 /* smoothing_filter.h in Headers */,
    97999976                                5C63F87F1E416288002CA531 /* socket.h in Headers */,
     
    98119988                                5CDD8BEA1E43C2B500621E92 /* split_vq.h in Headers */,
    98129989                                5CDD84C21E43AF1300621E92 /* splitting_filter.h in Headers */,
     9990                                5C0885271E4A99D200403995 /* aes.h in Headers */,
    98139991                                5CDD83601E43257200621E92 /* sps_parser.h in Headers */,
    98149992                                5CDD83631E43257200621E92 /* sps_vui_rewriter.h in Headers */,
     
    983510013                                5C4B48F51E42C1E3002651C8 /* streamparams.h in Headers */,
    983610014                                5C63F89B1E416288002CA531 /* stringencode.h in Headers */,
     10015                                5C0885301E4A99D200403995 /* key.h in Headers */,
    983710016                                5C63F89D1E416288002CA531 /* stringutils.h in Headers */,
    983810017                                5CDD87DA1E43BC0600621E92 /* structs.h in Headers */,
     
    993910118                                5C4B49001E42C1E3002651C8 /* videobroadcaster.h in Headers */,
    994010119                                5C4B49031E42C1E3002651C8 /* videocapturer.h in Headers */,
     10120                                5C0885341E4A99D200403995 /* rdbx.h in Headers */,
    994110121                                5C4B49041E42C1E3002651C8 /* videocapturerfactory.h in Headers */,
    994210122                                5C63F9781E41737B002CA531 /* videocapturertracksource.h in Headers */,
     
    1000810188
    1000910189/* Begin PBXNativeTarget section */
     10190                5C08848B1E4A97E300403995 /* libsrtp */ = {
     10191                        isa = PBXNativeTarget;
     10192                        buildConfigurationList = 5C0884CD1E4A97E300403995 /* Build configuration list for PBXNativeTarget "libsrtp" */;
     10193                        buildPhases = (
     10194                                5C08848E1E4A97E300403995 /* Headers */,
     10195                                5C0884B51E4A97E300403995 /* Sources */,
     10196                                5C0884CA1E4A97E300403995 /* Frameworks */,
     10197                                5C0884CB1E4A97E300403995 /* CopyFiles */,
     10198                                5C0884CC1E4A97E300403995 /* CopyFiles */,
     10199                        );
     10200                        buildRules = (
     10201                        );
     10202                        dependencies = (
     10203                                5C08848C1E4A97E300403995 /* PBXTargetDependency */,
     10204                        );
     10205                        name = libsrtp;
     10206                        productName = boringssl;
     10207                        productReference = 5C0884D11E4A97E300403995 /* liblibsrtp.a */;
     10208                        productType = "com.apple.product-type.library.static";
     10209                };
     10210                5C0884D21E4A980100403995 /* libyuv */ = {
     10211                        isa = PBXNativeTarget;
     10212                        buildConfigurationList = 5C0884DA1E4A980100403995 /* Build configuration list for PBXNativeTarget "libyuv" */;
     10213                        buildPhases = (
     10214                                5C0884D51E4A980100403995 /* Headers */,
     10215                                5C0884D61E4A980100403995 /* Sources */,
     10216                                5C0884D71E4A980100403995 /* Frameworks */,
     10217                                5C0884D81E4A980100403995 /* CopyFiles */,
     10218                                5C0884D91E4A980100403995 /* CopyFiles */,
     10219                        );
     10220                        buildRules = (
     10221                        );
     10222                        dependencies = (
     10223                                5C0884D31E4A980100403995 /* PBXTargetDependency */,
     10224                        );
     10225                        name = libyuv;
     10226                        productName = boringssl;
     10227                        productReference = 5C0884DE1E4A980100403995 /* liblibyuv.a */;
     10228                        productType = "com.apple.product-type.library.static";
     10229                };
    1001010230                5C11A0341E4577E1004F0987 /* usrsctp */ = {
    1001110231                        isa = PBXNativeTarget;
     
    1008110301                        );
    1008210302                        dependencies = (
     10303                                5C0884E01E4A982000403995 /* PBXTargetDependency */,
     10304                                5C0884E21E4A982000403995 /* PBXTargetDependency */,
    1008310305                                5C11A13F1E45783A004F0987 /* PBXTargetDependency */,
    1008410306                                5C4B4AC71E42C58B002651C8 /* PBXTargetDependency */,
     
    1012510347                                5C4B490E1E42C336002651C8 /* opus */,
    1012610348                                5C11A0341E4577E1004F0987 /* usrsctp */,
     10349                                5C08848B1E4A97E300403995 /* libsrtp */,
     10350                                5C0884D21E4A980100403995 /* libyuv */,
    1012710351                        );
    1012810352                };
     
    1014610370
    1014710371/* Begin PBXSourcesBuildPhase section */
     10372                5C0884B51E4A97E300403995 /* Sources */ = {
     10373                        isa = PBXSourcesBuildPhase;
     10374                        buildActionMask = 2147483647;
     10375                        files = (
     10376                                5C0885001E4A986D00403995 /* srtp.c in Sources */,
     10377                                5C08850D1E4A988900403995 /* null_cipher.c in Sources */,
     10378                                5C0885091E4A988300403995 /* null_auth.c in Sources */,
     10379                                5C08850A1E4A988900403995 /* aes_gcm_ossl.c in Sources */,
     10380                                5C0885011E4A987600403995 /* datatypes.c in Sources */,
     10381                                5C08850B1E4A988900403995 /* aes_icm_ossl.c in Sources */,
     10382                                5C0885071E4A988300403995 /* auth.c in Sources */,
     10383                                5C0884FF1E4A986D00403995 /* ekt.c in Sources */,
     10384                                5C0885041E4A987C00403995 /* crypto_kernel.c in Sources */,
     10385                                5C0885081E4A988300403995 /* hmac_ossl.c in Sources */,
     10386                                5C08850F1E4A989000403995 /* rdbx.c in Sources */,
     10387                                5C0885031E4A987C00403995 /* alloc.c in Sources */,
     10388                                5C0885021E4A987600403995 /* stat.c in Sources */,
     10389                                5C0885051E4A987C00403995 /* err.c in Sources */,
     10390                                5C08850C1E4A988900403995 /* cipher.c in Sources */,
     10391                                5C08850E1E4A989000403995 /* rdb.c in Sources */,
     10392                                5C0885101E4A989000403995 /* ut_sim.c in Sources */,
     10393                                5C0885061E4A987C00403995 /* key.c in Sources */,
     10394                        );
     10395                        runOnlyForDeploymentPostprocessing = 0;
     10396                };
     10397                5C0884D61E4A980100403995 /* Sources */ = {
     10398                        isa = PBXSourcesBuildPhase;
     10399                        buildActionMask = 2147483647;
     10400                        files = (
     10401                                5C0884F81E4A986000403995 /* row_gcc.cc in Sources */,
     10402                                5C0884F11E4A986000403995 /* rotate.cc in Sources */,
     10403                                5C0884FE1E4A986000403995 /* video_common.cc in Sources */,
     10404                                5C0884EE1E4A986000403995 /* mjpeg_decoder.cc in Sources */,
     10405                                5C0884F51E4A986000403995 /* rotate_gcc.cc in Sources */,
     10406                                5C0884F01E4A986000403995 /* planar_functions.cc in Sources */,
     10407                                5C0884E91E4A986000403995 /* convert_from_argb.cc in Sources */,
     10408                                5C0884FD1E4A986000403995 /* scale_gcc.cc in Sources */,
     10409                                5C0884F61E4A986000403995 /* row_any.cc in Sources */,
     10410                                5C0884FA1E4A986000403995 /* scale_any.cc in Sources */,
     10411                                5C0884F31E4A986000403995 /* rotate_argb.cc in Sources */,
     10412                                5C0884EA1E4A986000403995 /* convert_jpeg.cc in Sources */,
     10413                                5C0884E71E4A986000403995 /* convert_argb.cc in Sources */,
     10414                                5C0884FC1E4A986000403995 /* scale_common.cc in Sources */,
     10415                                5C0884F41E4A986000403995 /* rotate_common.cc in Sources */,
     10416                                5C0884F71E4A986000403995 /* row_common.cc in Sources */,
     10417                                5C0884FB1E4A986000403995 /* scale_argb.cc in Sources */,
     10418                                5C0884E41E4A986000403995 /* compare_common.cc in Sources */,
     10419                                5C0884F21E4A986000403995 /* rotate_any.cc in Sources */,
     10420                                5C0884EF1E4A986000403995 /* mjpeg_validate.cc in Sources */,
     10421                                5C0884E51E4A986000403995 /* compare_gcc.cc in Sources */,
     10422                                5C0884EC1E4A986000403995 /* convert_to_i420.cc in Sources */,
     10423                                5C0884E31E4A986000403995 /* compare.cc in Sources */,
     10424                                5C0884F91E4A986000403995 /* scale.cc in Sources */,
     10425                                5C0884E61E4A986000403995 /* convert.cc in Sources */,
     10426                                5C0884ED1E4A986000403995 /* cpu_id.cc in Sources */,
     10427                                5C0884E81E4A986000403995 /* convert_from.cc in Sources */,
     10428                                5C0884EB1E4A986000403995 /* convert_to_argb.cc in Sources */,
     10429                        );
     10430                        runOnlyForDeploymentPostprocessing = 0;
     10431                };
    1014810432                5C11A0771E4577E1004F0987 /* Sources */ = {
    1014910433                        isa = PBXSourcesBuildPhase;
     
    1072411008                                5CDD85E71E43B81000621E92 /* aecm_core.cc in Sources */,
    1072511009                                5CDD85E41E43B81000621E92 /* aecm_core_c.cc in Sources */,
    10726                                 5CDD90B01E43D52900621E92 /* cipher.c in Sources */,
    1072711010                                5CDD87011E43BA7500621E92 /* agc.cc in Sources */,
    1072811011                                5CDD86FF1E43BA7500621E92 /* agc_manager_direct.cc in Sources */,
     
    1076011043                                5CDD84171E439B2900621E92 /* audio_encoder.cc in Sources */,
    1076111044                                5CDD8CA71E43C6F700621E92 /* audio_encoder_cng.cc in Sources */,
    10762                                 5CDD909A1E43D50900621E92 /* datatypes.c in Sources */,
    1076311045                                5CDD8FF31E43CDF400621E92 /* audio_encoder_copy_red.cc in Sources */,
    1076411046                                5CDD8B701E43C2B500621E92 /* audio_encoder_ilbc.cc in Sources */,
     
    1079511077                                5C63F7B51E416288002CA531 /* base64.cc in Sources */,
    1079611078                                5C63F9E21E4174F6002CA531 /* basicpacketsocketfactory.cc in Sources */,
    10797                                 5CDD90A11E43D51100621E92 /* crypto_kernel.c in Sources */,
    1079811079                                5C4B4D091E4322F6002651C8 /* basicportallocator.cc in Sources */,
    1079911080                                5CDD901C1E43CEDE00621E92 /* biquad_filter.cc in Sources */,
     
    1084711128                                5C6CDD4B1E413598009754E3 /* common_types.cc in Sources */,
    1084811129                                5CDD8B861E43C2B500621E92 /* comp_corr.c in Sources */,
    10849                                 5C4B4D601E4323D4002651C8 /* compare.cc in Sources */,
    10850                                 5C4B4D5B1E4323D4002651C8 /* compare_common.cc in Sources */,
    10851                                 5CDD84251E439BCB00621E92 /* compare_gcc.cc in Sources */,
    1085211130                                5CDD86441E43B8B500621E92 /* complex_bit_reverse.c in Sources */,
    1085311131                                5CDD86471E43B8B500621E92 /* complex_fft.c in Sources */,
     
    1086111139                                5CDD8F851E43CBE000621E92 /* controller.cc in Sources */,
    1086211140                                5CDD8F831E43CBE000621E92 /* controller_manager.cc in Sources */,
    10863                                 5C4B4D671E4323D4002651C8 /* convert.cc in Sources */,
    10864                                 5C4B4D611E4323D4002651C8 /* convert_argb.cc in Sources */,
    10865                                 5C4B4D631E4323D4002651C8 /* convert_from.cc in Sources */,
    10866                                 5C4B4D621E4323D4002651C8 /* convert_from_argb.cc in Sources */,
    10867                                 5C4B4D641E4323D4002651C8 /* convert_jpeg.cc in Sources */,
    10868                                 5C4B4D651E4323D4002651C8 /* convert_to_argb.cc in Sources */,
    10869                                 5C4B4D661E4323D4002651C8 /* convert_to_i420.cc in Sources */,
    1087011141                                5CDD86481E43B8B500621E92 /* copy_set_operations.c in Sources */,
    1087111142                                5C63F7C81E416288002CA531 /* copyonwritebuffer.cc in Sources */,
     
    1087311144                                5CDD907A1E43D15C00621E92 /* covariance_matrix_generator.cc in Sources */,
    1087411145                                5C4B4CCA1E4320A9002651C8 /* cpu_features.cc in Sources */,
    10875                                 5C4B4D681E4323D4002651C8 /* cpu_id.cc in Sources */,
    1087611146                                5C4B4CCB1E4320A9002651C8 /* cpu_info.cc in Sources */,
    1087711147                                5CDD87B11E43BC0500621E92 /* crc.c in Sources */,
     
    1090511175                                5CDD864C1E43B8B500621E92 /* division_operations.c in Sources */,
    1090611176                                5CDD89471E43BF3A00621E92 /* dlrr.cc in Sources */,
    10907                                 5CDD90891E43D33800621E92 /* ekt.c in Sources */,
    1090811177                                5CDD8B941E43C2B500621E92 /* do_plc.c in Sources */,
    1090911178                                5CDD864D1E43B8B500621E92 /* dot_product_with_scale.c in Sources */,
     
    1093311202                                5CDD8B9E1E43C2B500621E92 /* enhancer.c in Sources */,
    1093411203                                5CDD8B9C1E43C2B500621E92 /* enhancer_interface.c in Sources */,
    10935                                 5CDD90A71E43D51B00621E92 /* auth.c in Sources */,
    1093611204                                5CDD87B81E43BC0500621E92 /* entropy_coding.c in Sources */,
    1093711205                                5C4B4CD21E4320A9002651C8 /* event.cc in Sources */,
     
    1098911257                                5CDD8BA41E43C2B500621E92 /* gain_dequant.c in Sources */,
    1099011258                                5CDD8BA61E43C2B500621E92 /* gain_quant.c in Sources */,
    10991                                 5CDD90921E43D4CC00621E92 /* ut_sim.c in Sources */,
    1099211259                                5CDD90221E43CEDE00621E92 /* gain_selector.cc in Sources */,
    1099311260                                5CDD83D51E439A6F00621E92 /* generic_decoder.cc in Sources */,
     
    1106611333                                5CDD8BC31E43C2B500621E92 /* lsf_check.c in Sources */,
    1106711334                                5CDD8BC51E43C2B500621E92 /* lsf_interpolate_to_poly_dec.c in Sources */,
    11068                                 5CDD90AF1E43D52900621E92 /* aes_icm_ossl.c in Sources */,
    1106911335                                5C11A0001E457400004F0987 /* audio_device_impl.cc in Sources */,
    1107011336                                5CDD8BC71E43C2B500621E92 /* lsf_interpolate_to_poly_enc.c in Sources */,
     
    1109911365                                5C4B4CD91E4320A9002651C8 /* metrics_default.cc in Sources */,
    1110011366                                5CDD865E1E43B8B500621E92 /* min_max_operations.c in Sources */,
    11101                                 5C4B4D691E4323D4002651C8 /* mjpeg_decoder.cc in Sources */,
    11102                                 5C4B4D6A1E4323D4002651C8 /* mjpeg_validate.cc in Sources */,
    1110311367                                5CDD84611E43AE2900621E92 /* monitor_module.cc in Sources */,
    1110411368                                5CDD837D1E439A3500621E92 /* moving_average.cc in Sources */,
     
    1113711401                                5C63F83D1E416288002CA531 /* opensslidentity.cc in Sources */,
    1113811402                                5C63F83F1E416288002CA531 /* opensslstreamadapter.cc in Sources */,
    11139                                 5CDD908A1E43D33800621E92 /* srtp.c in Sources */,
    1114011403                                5C63F8421E416288002CA531 /* optional.cc in Sources */,
    1114111404                                5C63F8441E416288002CA531 /* optionsfile.cc in Sources */,
     
    1115611419                                5CDD83EC1E439A6F00621E92 /* packet_buffer.cc in Sources */,
    1115711420                                5CDD888C1E43BE3C00621E92 /* packet_loss_stats.cc in Sources */,
    11158                                 5CDD90AE1E43D52900621E92 /* aes_gcm_ossl.c in Sources */,
    1115911421                                5CDD8FA41E43CCBE00621E92 /* packet_router.cc in Sources */,
    1116011422                                5CDD8AAC1E43C00F00621E92 /* packet_source.cc in Sources */,
     
    1117411436                                5CDD87301E43BABE00621E92 /* pitch_internal.cc in Sources */,
    1117511437                                5CDD87D51E43BC0600621E92 /* pitch_lag_tables.c in Sources */,
    11176                                 5C4B4D6B1E4323D4002651C8 /* planar_functions.cc in Sources */,
    1117711438                                5C63F84A1E416288002CA531 /* platform_file.cc in Sources */,
    1117811439                                5C63F84D1E416288002CA531 /* platform_thread.cc in Sources */,
     
    1121011471                                5C63F85B1E416288002CA531 /* rate_statistics.cc in Sources */,
    1121111472                                5C63F85D1E416288002CA531 /* ratelimiter.cc in Sources */,
    11212                                 5CDD90A81E43D51B00621E92 /* hmac_ossl.c in Sources */,
    1121311473                                5C63F85F1E416288002CA531 /* ratetracker.cc in Sources */,
    1121411474                                5CDD86611E43B8B500621E92 /* real_fft.c in Sources */,
     
    1122211482                                5CDD8A4D1E43BFB300621E92 /* red_payload_splitter.cc in Sources */,
    1122311483                                5CDD8BD91E43C2B500621E92 /* refiner.c in Sources */,
    11224                                 5CDD90911E43D4CC00621E92 /* rdbx.c in Sources */,
    1122511484                                5CDD86621E43B8B500621E92 /* refl_coef_to_lpc.c in Sources */,
    1122611485                                5C63FA011E4174F6002CA531 /* relayport.cc in Sources */,
     
    1124711506                                5C4B4C7A1E431F9C002651C8 /* ring_buffer.c in Sources */,
    1124811507                                5CDD84BF1E43AF1300621E92 /* rms_level.cc in Sources */,
    11249                                 5C4B4D741E4323D4002651C8 /* rotate.cc in Sources */,
    11250                                 5C4B4D6C1E4323D4002651C8 /* rotate_any.cc in Sources */,
    11251                                 5C4B4D6D1E4323D4002651C8 /* rotate_argb.cc in Sources */,
    11252                                 5C4B4D6E1E4323D4002651C8 /* rotate_common.cc in Sources */,
    11253                                 5CDD84261E439BCB00621E92 /* rotate_gcc.cc in Sources */,
    11254                                 5C4B4D751E4323D4002651C8 /* row_any.cc in Sources */,
    11255                                 5C4B4D761E4323D4002651C8 /* row_common.cc in Sources */,
    11256                                 5CDD90A91E43D51B00621E92 /* null_auth.c in Sources */,
    11257                                 5CDD84271E439BCB00621E92 /* row_gcc.cc in Sources */,
    1125811508                                5CDD89671E43BF3A00621E92 /* rpsi.cc in Sources */,
    1125911509                                5CDD896A1E43BF3A00621E92 /* rrtr.cc in Sources */,
     
    1133311583                                5CDD88CC1E43BE3D00621E92 /* rtp_rtcp_impl.cc in Sources */,
    1133411584                                5CDD88D31E43BE3D00621E92 /* rtp_sender.cc in Sources */,
    11335                                 5CDD90B11E43D52900621E92 /* null_cipher.c in Sources */,
    1133611585                                5CDD88CE1E43BE3D00621E92 /* rtp_sender_audio.cc in Sources */,
    1133711586                                5CDD88D11E43BE3D00621E92 /* rtp_sender_video.cc in Sources */,
     
    1134411593                                5C4B48EE1E42C1E3002651C8 /* rtpdump.cc in Sources */,
    1134511594                                5CDD896C1E43BF3A00621E92 /* rtpfb.cc in Sources */,
    11346                                 5CDD90A21E43D51100621E92 /* err.c in Sources */,
    1134711595                                5C63F9671E41737B002CA531 /* rtpreceiver.cc in Sources */,
    1134811596                                5C63F96A1E41737B002CA531 /* rtpsender.cc in Sources */,
     
    1135211600                                5C4B4CDE1E4320A9002651C8 /* rw_lock_posix.cc in Sources */,
    1135311601                                5CDD902F1E43CEDE00621E92 /* saturating_gain_estimator.cc in Sources */,
    11354                                 5C4B4D851E4323D4002651C8 /* scale.cc in Sources */,
    11355                                 5C4B4D7D1E4323D4002651C8 /* scale_any.cc in Sources */,
    11356                                 5C4B4D7E1E4323D4002651C8 /* scale_argb.cc in Sources */,
    11357                                 5CDD90901E43D4CC00621E92 /* rdb.c in Sources */,
    11358                                 5C4B4D7F1E4323D4002651C8 /* scale_common.cc in Sources */,
    11359                                 5CDD84281E439BCB00621E92 /* scale_gcc.cc in Sources */,
    1136011602                                5C63F86D1E416288002CA531 /* scoped_autorelease_pool.mm in Sources */,
    1136111603                                5C4B484F1E42C1AF002651C8 /* sctpdataengine.cc in Sources */,
     
    1136311605                                5CDD896F1E43BF3A00621E92 /* sdes.cc in Sources */,
    1136411606                                5CDD85B61E43B5C000621E92 /* send_delay_stats.cc in Sources */,
    11365                                 5CDD909B1E43D50900621E92 /* stat.c in Sources */,
    1136611607                                5CDD90611E43D11200621E92 /* send_side_bandwidth_estimation.cc in Sources */,
    1136711608                                5CDD85B91E43B5C000621E92 /* send_statistics_proxy.cc in Sources */,
     
    1139211633                                5CDD8BE31E43C2B500621E92 /* smooth_out_data.c in Sources */,
    1139311634                                5CDD8F931E43CBE000621E92 /* smoothing_filter.cc in Sources */,
    11394                                 5CDD90A01E43D51100621E92 /* alloc.c in Sources */,
    1139511635                                5C63F8801E416288002CA531 /* socketadapters.cc in Sources */,
    1139611636                                5C63F8821E416288002CA531 /* socketaddress.cc in Sources */,
     
    1150411744                                5CDD86741E43B8B500621E92 /* vector_scaling_operations.c in Sources */,
    1150511745                                5CDD84011E439A6F00621E92 /* video_coding_impl.cc in Sources */,
    11506                                 5C4B4D861E4323D4002651C8 /* video_common.cc in Sources */,
    1150711746                                5CDD85C41E43B5C000621E92 /* video_decoder.cc in Sources */,
    1150811747                                5CDD85C61E43B5C000621E92 /* video_encoder.cc in Sources */,
    1150911748                                5C4B4C1F1E431F75002651C8 /* video_frame.cc in Sources */,
    11510                                 5CDD90A31E43D51100621E92 /* key.c in Sources */,
    1151111749                                5C4B4C1E1E431F75002651C8 /* video_frame_buffer.cc in Sources */,
    1151211750                                5CDD85CA1E43B5C000621E92 /* video_receive_stream.cc in Sources */,
     
    1157611814
    1157711815/* Begin PBXTargetDependency section */
     11816                5C08848C1E4A97E300403995 /* PBXTargetDependency */ = {
     11817                        isa = PBXTargetDependency;
     11818                        target = 5C63F6611E414AB6002CA531 /* Copy webrtc headers */;
     11819                        targetProxy = 5C08848D1E4A97E300403995 /* PBXContainerItemProxy */;
     11820                };
     11821                5C0884D31E4A980100403995 /* PBXTargetDependency */ = {
     11822                        isa = PBXTargetDependency;
     11823                        target = 5C63F6611E414AB6002CA531 /* Copy webrtc headers */;
     11824                        targetProxy = 5C0884D41E4A980100403995 /* PBXContainerItemProxy */;
     11825                };
     11826                5C0884E01E4A982000403995 /* PBXTargetDependency */ = {
     11827                        isa = PBXTargetDependency;
     11828                        target = 5C08848B1E4A97E300403995 /* libsrtp */;
     11829                        targetProxy = 5C0884DF1E4A982000403995 /* PBXContainerItemProxy */;
     11830                };
     11831                5C0884E21E4A982000403995 /* PBXTargetDependency */ = {
     11832                        isa = PBXTargetDependency;
     11833                        target = 5C0884D21E4A980100403995 /* libyuv */;
     11834                        targetProxy = 5C0884E11E4A982000403995 /* PBXContainerItemProxy */;
     11835                };
    1157811836                5C11A0351E4577E1004F0987 /* PBXTargetDependency */ = {
    1157911837                        isa = PBXTargetDependency;
     
    1161411872
    1161511873/* Begin XCBuildConfiguration section */
     11874                5C0884CE1E4A97E300403995 /* Debug */ = {
     11875                        isa = XCBuildConfiguration;
     11876                        baseConfigurationReference = 5C0884891E4A978C00403995 /* libsrtp.xcconfig */;
     11877                        buildSettings = {
     11878                                PRODUCT_NAME = "$(TARGET_NAME)";
     11879                        };
     11880                        name = Debug;
     11881                };
     11882                5C0884CF1E4A97E300403995 /* Release */ = {
     11883                        isa = XCBuildConfiguration;
     11884                        baseConfigurationReference = 5C0884891E4A978C00403995 /* libsrtp.xcconfig */;
     11885                        buildSettings = {
     11886                                PRODUCT_NAME = "$(TARGET_NAME)";
     11887                        };
     11888                        name = Release;
     11889                };
     11890                5C0884D01E4A97E300403995 /* Production */ = {
     11891                        isa = XCBuildConfiguration;
     11892                        baseConfigurationReference = 5C0884891E4A978C00403995 /* libsrtp.xcconfig */;
     11893                        buildSettings = {
     11894                                PRODUCT_NAME = "$(TARGET_NAME)";
     11895                        };
     11896                        name = Production;
     11897                };
     11898                5C0884DB1E4A980100403995 /* Debug */ = {
     11899                        isa = XCBuildConfiguration;
     11900                        baseConfigurationReference = 5C08848A1E4A978C00403995 /* libyuv.xcconfig */;
     11901                        buildSettings = {
     11902                                PRODUCT_NAME = "$(TARGET_NAME)";
     11903                        };
     11904                        name = Debug;
     11905                };
     11906                5C0884DC1E4A980100403995 /* Release */ = {
     11907                        isa = XCBuildConfiguration;
     11908                        baseConfigurationReference = 5C08848A1E4A978C00403995 /* libyuv.xcconfig */;
     11909                        buildSettings = {
     11910                                PRODUCT_NAME = "$(TARGET_NAME)";
     11911                        };
     11912                        name = Release;
     11913                };
     11914                5C0884DD1E4A980100403995 /* Production */ = {
     11915                        isa = XCBuildConfiguration;
     11916                        baseConfigurationReference = 5C08848A1E4A978C00403995 /* libyuv.xcconfig */;
     11917                        buildSettings = {
     11918                                PRODUCT_NAME = "$(TARGET_NAME)";
     11919                        };
     11920                        name = Production;
     11921                };
    1161611922                5C11A12A1E4577E1004F0987 /* Debug */ = {
    1161711923                        isa = XCBuildConfiguration;
     
    1176112067
    1176212068/* Begin XCConfigurationList section */
     12069                5C0884CD1E4A97E300403995 /* Build configuration list for PBXNativeTarget "libsrtp" */ = {
     12070                        isa = XCConfigurationList;
     12071                        buildConfigurations = (
     12072                                5C0884CE1E4A97E300403995 /* Debug */,
     12073                                5C0884CF1E4A97E300403995 /* Release */,
     12074                                5C0884D01E4A97E300403995 /* Production */,
     12075                        );
     12076                        defaultConfigurationIsVisible = 0;
     12077                        defaultConfigurationName = Production;
     12078                };
     12079                5C0884DA1E4A980100403995 /* Build configuration list for PBXNativeTarget "libyuv" */ = {
     12080                        isa = XCConfigurationList;
     12081                        buildConfigurations = (
     12082                                5C0884DB1E4A980100403995 /* Debug */,
     12083                                5C0884DC1E4A980100403995 /* Release */,
     12084                                5C0884DD1E4A980100403995 /* Production */,
     12085                        );
     12086                        defaultConfigurationIsVisible = 0;
     12087                        defaultConfigurationName = Production;
     12088                };
    1176312089                5C11A1291E4577E1004F0987 /* Build configuration list for PBXNativeTarget "usrsctp" */ = {
    1176412090                        isa = XCConfigurationList;
Note: See TracChangeset for help on using the changeset viewer.