Ignore:
Timestamp:
Sep 15, 2017 5:32:08 AM (7 years ago)
Author:
riza
Message:

Re #2041: Implement API to handle IP address change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/ios/ipjsua.xcodeproj/project.pbxproj

    r5609 r5649  
    4040                3AF253001EFBD15E00213893 /* libyuv.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF252FF1EFBD15E00213893 /* libyuv.a */; }; 
    4141                3AF253021EFBD36E00213893 /* VideoToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF253011EFBD36E00213893 /* VideoToolbox.framework */; }; 
     42                7485A6AF1F09AAE500122F1A /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 7485A6AE1F09AAE500122F1A /* Reachability.m */; }; 
     43                7485A6B11F09B2D500122F1A /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7485A6B01F09B2D500122F1A /* SystemConfiguration.framework */; }; 
    4244                E5E991E61B67A45500017E67 /* libg7221codec.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E5E991D41B67A45500017E67 /* libg7221codec.a */; }; 
    4345                E5E991E71B67A45500017E67 /* libgsmcodec.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E5E991D51B67A45500017E67 /* libgsmcodec.a */; }; 
     
    98100                3AF252FF1EFBD15E00213893 /* libyuv.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libyuv.a; sourceTree = "<group>"; }; 
    99101                3AF253011EFBD36E00213893 /* VideoToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VideoToolbox.framework; path = System/Library/Frameworks/VideoToolbox.framework; sourceTree = SDKROOT; }; 
     102                741C73BA1F0E64AF00887FB6 /* libopenh264.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libopenh264.a; path = "../../../../../../../../../../openh264-1.6.0/lib_armv7/lib/libopenh264.a"; sourceTree = "<group>"; }; 
     103                7485A6AD1F09AAE500122F1A /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; }; 
     104                7485A6AE1F09AAE500122F1A /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = "<group>"; }; 
     105                7485A6B01F09B2D500122F1A /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; 
    100106                E5E991D41B67A45500017E67 /* libg7221codec.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libg7221codec.a; sourceTree = "<group>"; }; 
    101107                E5E991D51B67A45500017E67 /* libgsmcodec.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libgsmcodec.a; sourceTree = "<group>"; }; 
     
    123129                        buildActionMask = 2147483647; 
    124130                        files = ( 
     131                                7485A6B11F09B2D500122F1A /* SystemConfiguration.framework in Frameworks */, 
    125132                                3AF253021EFBD36E00213893 /* VideoToolbox.framework in Frameworks */, 
    126133                                3AB0EC581DA76B39008A0F62 /* libc++.tbd in Frameworks */, 
     
    197204                        isa = PBXGroup; 
    198205                        children = ( 
     206                                741C73BA1F0E64AF00887FB6 /* libopenh264.a */, 
     207                                7485A6B01F09B2D500122F1A /* SystemConfiguration.framework */, 
    199208                                3AF253011EFBD36E00213893 /* VideoToolbox.framework */, 
    200209                                3AB0EC571DA76B39008A0F62 /* libc++.tbd */, 
     
    224233                                3AF0582016F050780046B835 /* ipjsuaViewController.h */, 
    225234                                3AF0582116F050780046B835 /* ipjsuaViewController.m */, 
     235                                7485A6AD1F09AAE500122F1A /* Reachability.h */, 
     236                                7485A6AE1F09AAE500122F1A /* Reachability.m */, 
    226237                                3AF0582316F050780046B835 /* ipjsuaViewController_iPhone.xib */, 
    227238                                3AF0582616F050780046B835 /* ipjsuaViewController_iPad.xib */, 
     
    354365                                3ADCCD2F172E40120007BE8E /* pjsua_app_config.c in Sources */, 
    355366                                3ADCCD30172E40120007BE8E /* pjsua_app_legacy.c in Sources */, 
     367                                7485A6AF1F09AAE500122F1A /* Reachability.m in Sources */, 
    356368                                3ADCCD31172E40120007BE8E /* pjsua_app.c in Sources */, 
    357369                        ); 
Note: See TracChangeset for help on using the changeset viewer.