Changeset 211844 in webkit
- Timestamp:
- Feb 7, 2017, 4:47:20 PM (8 years ago)
- Location:
- trunk/Source/ThirdParty/libwebrtc
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/ThirdParty/libwebrtc/ChangeLog
r211827 r211844 1 2017-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 1 13 2017-02-07 Alex Christensen <achristensen@webkit.org> 2 14 -
trunk/Source/ThirdParty/libwebrtc/Configurations/usrsctp.xcconfig
r211827 r211844 11 11 PUBLIC_HEADERS_FOLDER_PATH = /usr/local/include/libwebrtc; 12 12 USE_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;13 WARNING_CFLAGS = -Wno-exit-time-destructors -Wno-implicit-function-declaration -Wno-incompatible-pointer-types -Wno-deprecated-declarations; 14 14 GCC_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; 15 15 OTHER_CFLAGS = -UINET -UINET6 -U__APPLE__; -
trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj
r211817 r211844 22 22 23 23 /* 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 */; }; 24 88 5C119FFB1E457400004F0987 /* audio_device_buffer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C119FF01E457400004F0987 /* audio_device_buffer.cc */; }; 25 89 5C119FFC1E457400004F0987 /* audio_device_buffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C119FF11E457400004F0987 /* audio_device_buffer.h */; }; … … 651 715 5C4B4D0B1E4322F6002651C8 /* socketmonitor.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4D071E4322F6002651C8 /* socketmonitor.cc */; }; 652 716 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 */; };677 717 5C60245F1E494DB80088F0B2 /* user_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C4B4ACB1E42C9D6002651C8 /* user_atomic.h */; }; 678 718 5C6024601E494DB80088F0B2 /* user_environment.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C4B4ACC1E42C9D6002651C8 /* user_environment.c */; }; … … 1315 1355 5CDD841F1E439B2900621E92 /* legacy_encoded_audio_frame.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD84121E439B2900621E92 /* legacy_encoded_audio_frame.cc */; }; 1316 1356 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 */; };1321 1357 5CDD84591E43AE2900621E92 /* channel_manager.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD842A1E43AE2900621E92 /* channel_manager.cc */; }; 1322 1358 5CDD845A1E43AE2900621E92 /* channel_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDD842B1E43AE2900621E92 /* channel_manager.h */; }; … … 2430 2466 5CDD90821E43D15C00621E92 /* nonlinear_beamformer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD90721E43D15C00621E92 /* nonlinear_beamformer.cc */; }; 2431 2467 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 */; };2450 2468 /* End PBXBuildFile section */ 2451 2469 2452 2470 /* 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 }; 2453 2499 5C11A0361E4577E1004F0987 /* PBXContainerItemProxy */ = { 2454 2500 isa = PBXContainerItemProxy; … … 2521 2567 runOnlyForDeploymentPostprocessing = 1; 2522 2568 }; 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 }; 2523 2605 5C11A1271E4577E1004F0987 /* CopyFiles */ = { 2524 2606 isa = PBXCopyFilesBuildPhase; … … 2578 2660 2579 2661 /* 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>"; }; 2580 2684 5C119FF01E457400004F0987 /* audio_device_buffer.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = audio_device_buffer.cc; sourceTree = "<group>"; }; 2581 2685 5C119FF11E457400004F0987 /* audio_device_buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audio_device_buffer.h; sourceTree = "<group>"; }; … … 5022 5126 5023 5127 /* 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 }; 5024 5142 5C11A1261E4577E1004F0987 /* Frameworks */ = { 5025 5143 isa = PBXFrameworksBuildPhase; … … 5053 5171 5054 5172 /* 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 }; 5055 5198 5C119FEF1E4573CA004F0987 /* audio_device */ = { 5056 5199 isa = PBXGroup; … … 8844 8987 isa = PBXGroup; 8845 8988 children = ( 8989 5C0885111E4A99C200403995 /* include */, 8846 8990 5CDD90961E43D4F600621E92 /* math */, 8847 8991 5CDD90951E43D4F000621E92 /* kernel */, … … 8907 9051 isa = PBXGroup; 8908 9052 children = ( 9053 5C0884891E4A978C00403995 /* libsrtp.xcconfig */, 9054 5C08848A1E4A978C00403995 /* libyuv.xcconfig */, 8909 9055 5C11A0331E4576A9004F0987 /* usrsctp.xcconfig */, 8910 9056 5D7C59C61208C68B001C873E /* Base.xcconfig */, … … 8943 9089 FB39D0D11200F0E300088E69 /* libwebrtc.a */, 8944 9090 5C11A12D1E4577E1004F0987 /* libusrsctp.a */, 9091 5C0884D11E4A97E300403995 /* liblibsrtp.a */, 9092 5C0884DE1E4A980100403995 /* liblibyuv.a */, 8945 9093 ); 8946 9094 name = Products; … … 8950 9098 8951 9099 /* 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 }; 8952 9114 5C11A0371E4577E1004F0987 /* Headers */ = { 8953 9115 isa = PBXHeadersBuildPhase; … … 9109 9271 5CDD8B6B1E43C2B500621E92 /* abs_quant_loop.h in Headers */, 9110 9272 5CDD89F91E43BFB300621E92 /* accelerate.h in Headers */, 9273 5C0885251E4A99D200403995 /* aes_icm_ossl.h in Headers */, 9111 9274 5CDD85041E43B1EA00621E92 /* acm_codec_database.h in Headers */, 9112 9275 5CDD85051E43B1EA00621E92 /* acm_common_defs.h in Headers */, … … 9241 9404 5C4B48DC1E42C1E3002651C8 /* codec.h in Headers */, 9242 9405 5CDD87B01E43BC0500621E92 /* codec.h in Headers */, 9406 5C0885261E4A99D200403995 /* aes_icm.h in Headers */, 9243 9407 5CDD83C71E439A6F00621E92 /* codec_database.h in Headers */, 9244 9408 5C11A0131E4574C5004F0987 /* pa_memorybarrier.h in Headers */, … … 9272 9436 5CDD907B1E43D15C00621E92 /* covariance_matrix_generator.h in Headers */, 9273 9437 5CDD87B21E43BC0500621E92 /* crc.h in Headers */, 9438 5C0885281E4A99D200403995 /* alloc.h in Headers */, 9274 9439 5C63F7CC1E416288002CA531 /* crc32.h in Headers */, 9275 9440 5CDD8B8C1E43C2B500621E92 /* create_augmented_vec.h in Headers */, … … 9365 9530 5C63F7E51E416288002CA531 /* file.h in Headers */, 9366 9531 5CDD8C8C1E43C66000621E92 /* file_utils.h in Headers */, 9532 5C08852D1E4A99D200403995 /* datatypes.h in Headers */, 9367 9533 5C63F7E71E416288002CA531 /* filerotatingstream.h in Headers */, 9368 9534 5C63F7EA1E416288002CA531 /* fileutils.h in Headers */, … … 9399 9565 5CDD90231E43CEDE00621E92 /* gain_selector.h in Headers */, 9400 9566 5CDD83D61E439A6F00621E92 /* generic_decoder.h in Headers */, 9567 5C08852A1E4A99D200403995 /* cipher.h in Headers */, 9401 9568 5CDD83D81E439A6F00621E92 /* generic_encoder.h in Headers */, 9402 9569 5CDD8BA91E43C2B500621E92 /* get_cd_vec.h in Headers */, … … 9440 9607 5CDD8BC01E43C2B500621E92 /* interpolate.h in Headers */, 9441 9608 5CDD8BBE1E43C2B500621E92 /* interpolate_samples.h in Headers */, 9609 5C0885331E4A99D200403995 /* rdb.h in Headers */, 9442 9610 5C63F8071E416288002CA531 /* ipaddress.h in Headers */, 9443 9611 5CDD87C11E43BC0500621E92 /* isac_float_type.h in Headers */, … … 9486 9654 5C63F81F1E416288002CA531 /* md5digest.h in Headers */, 9487 9655 5CDD86A51E43B99400621E92 /* mean_variance_estimator.h in Headers */, 9656 5C0885321E4A99D200403995 /* null_cipher.h in Headers */, 9488 9657 5CDD876C1E43BB3000621E92 /* media_file.h in Headers */, 9489 9658 5CDD87671E43BB3000621E92 /* media_file_defines.h in Headers */, … … 9495 9664 5C4B48E71E42C1E3002651C8 /* mediaconstants.h in Headers */, 9496 9665 5C63F9491E41737B002CA531 /* mediaconstraintsinterface.h in Headers */, 9666 5C0885291E4A99D200403995 /* auth.h in Headers */, 9497 9667 5C63F94B1E41737B002CA531 /* mediacontroller.h in Headers */, 9498 9668 5C4B48E91E42C1E3002651C8 /* mediaengine.h in Headers */, … … 9547 9717 5C63F9541E41737B002CA531 /* notifier.h in Headers */, 9548 9718 5CDD86011E43B84E00621E92 /* ns_core.h in Headers */, 9719 5C08852B1E4A99D200403995 /* crypto_kernel.h in Headers */, 9549 9720 5C4B4BBE1E431C90002651C8 /* NSString+StdString.h in Headers */, 9550 9721 5CDD86061E43B84E00621E92 /* nsx_core.h in Headers */, … … 9595 9766 5C63F9591E41737B002CA531 /* peerconnectionfactoryproxy.h in Headers */, 9596 9767 5C63F95A1E41737B002CA531 /* peerconnectioninterface.h in Headers */, 9768 5C08852E1E4A99D200403995 /* err.h in Headers */, 9597 9769 5C63F95B1E41737B002CA531 /* peerconnectionproxy.h in Headers */, 9598 9770 5CDD83F11E439A6F00621E92 /* percentile_filter.h in Headers */, … … 9600 9772 5CDD872E1E43BABE00621E92 /* pitch_based_vad.h in Headers */, 9601 9773 5CDD87D11E43BC0500621E92 /* pitch_estimator.h in Headers */, 9774 5C08852C1E4A99D200403995 /* crypto_types.h in Headers */, 9602 9775 5CDD87D41E43BC0600621E92 /* pitch_gain_tables.h in Headers */, 9603 9776 5CDD87311E43BABE00621E92 /* pitch_internal.h in Headers */, … … 9682 9855 5C4B4BCC1E431C90002651C8 /* RTCDataChannelConfiguration+Private.h in Headers */, 9683 9856 5C4B4BCE1E431C90002651C8 /* RTCDispatcher+Private.h in Headers */, 9857 5C08852F1E4A99D200403995 /* integers.h in Headers */, 9684 9858 5C4B4BD41E431C90002651C8 /* RTCIceCandidate+Private.h in Headers */, 9685 9859 5C4B4BD61E431C90002651C8 /* RTCIceServer+Private.h in Headers */, … … 9693 9867 5C4B4BE81E431C90002651C8 /* RTCOpenGLVideoRenderer.h in Headers */, 9694 9868 5CDD8A501E43BFB300621E92 /* rtcp.h in Headers */, 9869 5C0885311E4A99D200403995 /* null_auth.h in Headers */, 9695 9870 5CDD88981E43BE3C00621E92 /* rtcp_packet.h in Headers */, 9696 9871 5CDD889B1E43BE3C00621E92 /* rtcp_receiver.h in Headers */, … … 9778 9953 5C63F8741E416288002CA531 /* sha1digest.h in Headers */, 9779 9954 5CDD84661E43AE2900621E92 /* shared_data.h in Headers */, 9955 5C0885241E4A99D200403995 /* aes_gcm_ossl.h in Headers */, 9780 9956 5C63F8761E416288002CA531 /* sharedexclusivelock.h in Headers */, 9781 9957 5CDD90321E43CEDE00621E92 /* signal_classifier.h in Headers */, … … 9796 9972 5CDD8BE61E43C2B500621E92 /* smooth.h in Headers */, 9797 9973 5CDD8BE41E43C2B500621E92 /* smooth_out_data.h in Headers */, 9974 5C0885351E4A99D200403995 /* stat.h in Headers */, 9798 9975 5CDD8F941E43CBE000621E92 /* smoothing_filter.h in Headers */, 9799 9976 5C63F87F1E416288002CA531 /* socket.h in Headers */, … … 9811 9988 5CDD8BEA1E43C2B500621E92 /* split_vq.h in Headers */, 9812 9989 5CDD84C21E43AF1300621E92 /* splitting_filter.h in Headers */, 9990 5C0885271E4A99D200403995 /* aes.h in Headers */, 9813 9991 5CDD83601E43257200621E92 /* sps_parser.h in Headers */, 9814 9992 5CDD83631E43257200621E92 /* sps_vui_rewriter.h in Headers */, … … 9835 10013 5C4B48F51E42C1E3002651C8 /* streamparams.h in Headers */, 9836 10014 5C63F89B1E416288002CA531 /* stringencode.h in Headers */, 10015 5C0885301E4A99D200403995 /* key.h in Headers */, 9837 10016 5C63F89D1E416288002CA531 /* stringutils.h in Headers */, 9838 10017 5CDD87DA1E43BC0600621E92 /* structs.h in Headers */, … … 9939 10118 5C4B49001E42C1E3002651C8 /* videobroadcaster.h in Headers */, 9940 10119 5C4B49031E42C1E3002651C8 /* videocapturer.h in Headers */, 10120 5C0885341E4A99D200403995 /* rdbx.h in Headers */, 9941 10121 5C4B49041E42C1E3002651C8 /* videocapturerfactory.h in Headers */, 9942 10122 5C63F9781E41737B002CA531 /* videocapturertracksource.h in Headers */, … … 10008 10188 10009 10189 /* 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 }; 10010 10230 5C11A0341E4577E1004F0987 /* usrsctp */ = { 10011 10231 isa = PBXNativeTarget; … … 10081 10301 ); 10082 10302 dependencies = ( 10303 5C0884E01E4A982000403995 /* PBXTargetDependency */, 10304 5C0884E21E4A982000403995 /* PBXTargetDependency */, 10083 10305 5C11A13F1E45783A004F0987 /* PBXTargetDependency */, 10084 10306 5C4B4AC71E42C58B002651C8 /* PBXTargetDependency */, … … 10125 10347 5C4B490E1E42C336002651C8 /* opus */, 10126 10348 5C11A0341E4577E1004F0987 /* usrsctp */, 10349 5C08848B1E4A97E300403995 /* libsrtp */, 10350 5C0884D21E4A980100403995 /* libyuv */, 10127 10351 ); 10128 10352 }; … … 10146 10370 10147 10371 /* 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 }; 10148 10432 5C11A0771E4577E1004F0987 /* Sources */ = { 10149 10433 isa = PBXSourcesBuildPhase; … … 10724 11008 5CDD85E71E43B81000621E92 /* aecm_core.cc in Sources */, 10725 11009 5CDD85E41E43B81000621E92 /* aecm_core_c.cc in Sources */, 10726 5CDD90B01E43D52900621E92 /* cipher.c in Sources */,10727 11010 5CDD87011E43BA7500621E92 /* agc.cc in Sources */, 10728 11011 5CDD86FF1E43BA7500621E92 /* agc_manager_direct.cc in Sources */, … … 10760 11043 5CDD84171E439B2900621E92 /* audio_encoder.cc in Sources */, 10761 11044 5CDD8CA71E43C6F700621E92 /* audio_encoder_cng.cc in Sources */, 10762 5CDD909A1E43D50900621E92 /* datatypes.c in Sources */,10763 11045 5CDD8FF31E43CDF400621E92 /* audio_encoder_copy_red.cc in Sources */, 10764 11046 5CDD8B701E43C2B500621E92 /* audio_encoder_ilbc.cc in Sources */, … … 10795 11077 5C63F7B51E416288002CA531 /* base64.cc in Sources */, 10796 11078 5C63F9E21E4174F6002CA531 /* basicpacketsocketfactory.cc in Sources */, 10797 5CDD90A11E43D51100621E92 /* crypto_kernel.c in Sources */,10798 11079 5C4B4D091E4322F6002651C8 /* basicportallocator.cc in Sources */, 10799 11080 5CDD901C1E43CEDE00621E92 /* biquad_filter.cc in Sources */, … … 10847 11128 5C6CDD4B1E413598009754E3 /* common_types.cc in Sources */, 10848 11129 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 */,10852 11130 5CDD86441E43B8B500621E92 /* complex_bit_reverse.c in Sources */, 10853 11131 5CDD86471E43B8B500621E92 /* complex_fft.c in Sources */, … … 10861 11139 5CDD8F851E43CBE000621E92 /* controller.cc in Sources */, 10862 11140 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 */,10870 11141 5CDD86481E43B8B500621E92 /* copy_set_operations.c in Sources */, 10871 11142 5C63F7C81E416288002CA531 /* copyonwritebuffer.cc in Sources */, … … 10873 11144 5CDD907A1E43D15C00621E92 /* covariance_matrix_generator.cc in Sources */, 10874 11145 5C4B4CCA1E4320A9002651C8 /* cpu_features.cc in Sources */, 10875 5C4B4D681E4323D4002651C8 /* cpu_id.cc in Sources */,10876 11146 5C4B4CCB1E4320A9002651C8 /* cpu_info.cc in Sources */, 10877 11147 5CDD87B11E43BC0500621E92 /* crc.c in Sources */, … … 10905 11175 5CDD864C1E43B8B500621E92 /* division_operations.c in Sources */, 10906 11176 5CDD89471E43BF3A00621E92 /* dlrr.cc in Sources */, 10907 5CDD90891E43D33800621E92 /* ekt.c in Sources */,10908 11177 5CDD8B941E43C2B500621E92 /* do_plc.c in Sources */, 10909 11178 5CDD864D1E43B8B500621E92 /* dot_product_with_scale.c in Sources */, … … 10933 11202 5CDD8B9E1E43C2B500621E92 /* enhancer.c in Sources */, 10934 11203 5CDD8B9C1E43C2B500621E92 /* enhancer_interface.c in Sources */, 10935 5CDD90A71E43D51B00621E92 /* auth.c in Sources */,10936 11204 5CDD87B81E43BC0500621E92 /* entropy_coding.c in Sources */, 10937 11205 5C4B4CD21E4320A9002651C8 /* event.cc in Sources */, … … 10989 11257 5CDD8BA41E43C2B500621E92 /* gain_dequant.c in Sources */, 10990 11258 5CDD8BA61E43C2B500621E92 /* gain_quant.c in Sources */, 10991 5CDD90921E43D4CC00621E92 /* ut_sim.c in Sources */,10992 11259 5CDD90221E43CEDE00621E92 /* gain_selector.cc in Sources */, 10993 11260 5CDD83D51E439A6F00621E92 /* generic_decoder.cc in Sources */, … … 11066 11333 5CDD8BC31E43C2B500621E92 /* lsf_check.c in Sources */, 11067 11334 5CDD8BC51E43C2B500621E92 /* lsf_interpolate_to_poly_dec.c in Sources */, 11068 5CDD90AF1E43D52900621E92 /* aes_icm_ossl.c in Sources */,11069 11335 5C11A0001E457400004F0987 /* audio_device_impl.cc in Sources */, 11070 11336 5CDD8BC71E43C2B500621E92 /* lsf_interpolate_to_poly_enc.c in Sources */, … … 11099 11365 5C4B4CD91E4320A9002651C8 /* metrics_default.cc in Sources */, 11100 11366 5CDD865E1E43B8B500621E92 /* min_max_operations.c in Sources */, 11101 5C4B4D691E4323D4002651C8 /* mjpeg_decoder.cc in Sources */,11102 5C4B4D6A1E4323D4002651C8 /* mjpeg_validate.cc in Sources */,11103 11367 5CDD84611E43AE2900621E92 /* monitor_module.cc in Sources */, 11104 11368 5CDD837D1E439A3500621E92 /* moving_average.cc in Sources */, … … 11137 11401 5C63F83D1E416288002CA531 /* opensslidentity.cc in Sources */, 11138 11402 5C63F83F1E416288002CA531 /* opensslstreamadapter.cc in Sources */, 11139 5CDD908A1E43D33800621E92 /* srtp.c in Sources */,11140 11403 5C63F8421E416288002CA531 /* optional.cc in Sources */, 11141 11404 5C63F8441E416288002CA531 /* optionsfile.cc in Sources */, … … 11156 11419 5CDD83EC1E439A6F00621E92 /* packet_buffer.cc in Sources */, 11157 11420 5CDD888C1E43BE3C00621E92 /* packet_loss_stats.cc in Sources */, 11158 5CDD90AE1E43D52900621E92 /* aes_gcm_ossl.c in Sources */,11159 11421 5CDD8FA41E43CCBE00621E92 /* packet_router.cc in Sources */, 11160 11422 5CDD8AAC1E43C00F00621E92 /* packet_source.cc in Sources */, … … 11174 11436 5CDD87301E43BABE00621E92 /* pitch_internal.cc in Sources */, 11175 11437 5CDD87D51E43BC0600621E92 /* pitch_lag_tables.c in Sources */, 11176 5C4B4D6B1E4323D4002651C8 /* planar_functions.cc in Sources */,11177 11438 5C63F84A1E416288002CA531 /* platform_file.cc in Sources */, 11178 11439 5C63F84D1E416288002CA531 /* platform_thread.cc in Sources */, … … 11210 11471 5C63F85B1E416288002CA531 /* rate_statistics.cc in Sources */, 11211 11472 5C63F85D1E416288002CA531 /* ratelimiter.cc in Sources */, 11212 5CDD90A81E43D51B00621E92 /* hmac_ossl.c in Sources */,11213 11473 5C63F85F1E416288002CA531 /* ratetracker.cc in Sources */, 11214 11474 5CDD86611E43B8B500621E92 /* real_fft.c in Sources */, … … 11222 11482 5CDD8A4D1E43BFB300621E92 /* red_payload_splitter.cc in Sources */, 11223 11483 5CDD8BD91E43C2B500621E92 /* refiner.c in Sources */, 11224 5CDD90911E43D4CC00621E92 /* rdbx.c in Sources */,11225 11484 5CDD86621E43B8B500621E92 /* refl_coef_to_lpc.c in Sources */, 11226 11485 5C63FA011E4174F6002CA531 /* relayport.cc in Sources */, … … 11247 11506 5C4B4C7A1E431F9C002651C8 /* ring_buffer.c in Sources */, 11248 11507 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 */,11258 11508 5CDD89671E43BF3A00621E92 /* rpsi.cc in Sources */, 11259 11509 5CDD896A1E43BF3A00621E92 /* rrtr.cc in Sources */, … … 11333 11583 5CDD88CC1E43BE3D00621E92 /* rtp_rtcp_impl.cc in Sources */, 11334 11584 5CDD88D31E43BE3D00621E92 /* rtp_sender.cc in Sources */, 11335 5CDD90B11E43D52900621E92 /* null_cipher.c in Sources */,11336 11585 5CDD88CE1E43BE3D00621E92 /* rtp_sender_audio.cc in Sources */, 11337 11586 5CDD88D11E43BE3D00621E92 /* rtp_sender_video.cc in Sources */, … … 11344 11593 5C4B48EE1E42C1E3002651C8 /* rtpdump.cc in Sources */, 11345 11594 5CDD896C1E43BF3A00621E92 /* rtpfb.cc in Sources */, 11346 5CDD90A21E43D51100621E92 /* err.c in Sources */,11347 11595 5C63F9671E41737B002CA531 /* rtpreceiver.cc in Sources */, 11348 11596 5C63F96A1E41737B002CA531 /* rtpsender.cc in Sources */, … … 11352 11600 5C4B4CDE1E4320A9002651C8 /* rw_lock_posix.cc in Sources */, 11353 11601 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 */,11360 11602 5C63F86D1E416288002CA531 /* scoped_autorelease_pool.mm in Sources */, 11361 11603 5C4B484F1E42C1AF002651C8 /* sctpdataengine.cc in Sources */, … … 11363 11605 5CDD896F1E43BF3A00621E92 /* sdes.cc in Sources */, 11364 11606 5CDD85B61E43B5C000621E92 /* send_delay_stats.cc in Sources */, 11365 5CDD909B1E43D50900621E92 /* stat.c in Sources */,11366 11607 5CDD90611E43D11200621E92 /* send_side_bandwidth_estimation.cc in Sources */, 11367 11608 5CDD85B91E43B5C000621E92 /* send_statistics_proxy.cc in Sources */, … … 11392 11633 5CDD8BE31E43C2B500621E92 /* smooth_out_data.c in Sources */, 11393 11634 5CDD8F931E43CBE000621E92 /* smoothing_filter.cc in Sources */, 11394 5CDD90A01E43D51100621E92 /* alloc.c in Sources */,11395 11635 5C63F8801E416288002CA531 /* socketadapters.cc in Sources */, 11396 11636 5C63F8821E416288002CA531 /* socketaddress.cc in Sources */, … … 11504 11744 5CDD86741E43B8B500621E92 /* vector_scaling_operations.c in Sources */, 11505 11745 5CDD84011E439A6F00621E92 /* video_coding_impl.cc in Sources */, 11506 5C4B4D861E4323D4002651C8 /* video_common.cc in Sources */,11507 11746 5CDD85C41E43B5C000621E92 /* video_decoder.cc in Sources */, 11508 11747 5CDD85C61E43B5C000621E92 /* video_encoder.cc in Sources */, 11509 11748 5C4B4C1F1E431F75002651C8 /* video_frame.cc in Sources */, 11510 5CDD90A31E43D51100621E92 /* key.c in Sources */,11511 11749 5C4B4C1E1E431F75002651C8 /* video_frame_buffer.cc in Sources */, 11512 11750 5CDD85CA1E43B5C000621E92 /* video_receive_stream.cc in Sources */, … … 11576 11814 11577 11815 /* 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 }; 11578 11836 5C11A0351E4577E1004F0987 /* PBXTargetDependency */ = { 11579 11837 isa = PBXTargetDependency; … … 11614 11872 11615 11873 /* 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 }; 11616 11922 5C11A12A1E4577E1004F0987 /* Debug */ = { 11617 11923 isa = XCBuildConfiguration; … … 11761 12067 11762 12068 /* 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 }; 11763 12089 5C11A1291E4577E1004F0987 /* Build configuration list for PBXNativeTarget "usrsctp" */ = { 11764 12090 isa = XCConfigurationList;
Note:
See TracChangeset
for help on using the changeset viewer.