Changeset 4510 for pjproject


Ignore:
Timestamp:
Apr 29, 2013 5:50:41 AM (11 years ago)
Author:
ming
Message:

Re #1655: Removed old ipjsua project and add svn ignore property

Location:
pjproject/trunk/pjsip-apps/src
Files:
1 deleted
2 edited

Legend:

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

    • Property svn:ignore set to
      xcuserdata
      project.xcworkspace
  • pjproject/trunk/pjsip-apps/src/pjsua/ios/ipjsua.xcodeproj/project.pbxproj

    r4497 r4510  
    1111                3A92069316F1DEA500D49F96 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A92069216F1DEA500D49F96 /* CFNetwork.framework */; }; 
    1212                3ADCCD171715338D0007BE8E /* pjsua.png in Resources */ = {isa = PBXBuildFile; fileRef = 3ADCCD161715338D0007BE8E /* pjsua.png */; }; 
    13                 3ADCCD231726D1920007BE8E /* pjsua_app_cli.c in Sources */ = {isa = PBXBuildFile; fileRef = 3ADCCD1E1726D1920007BE8E /* pjsua_app_cli.c */; }; 
    14                 3ADCCD241726D1920007BE8E /* pjsua_app_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 3ADCCD1F1726D1920007BE8E /* pjsua_app_common.c */; }; 
    15                 3ADCCD251726D1920007BE8E /* pjsua_app_config.c in Sources */ = {isa = PBXBuildFile; fileRef = 3ADCCD201726D1920007BE8E /* pjsua_app_config.c */; }; 
    16                 3ADCCD261726D1920007BE8E /* pjsua_app_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = 3ADCCD211726D1920007BE8E /* pjsua_app_legacy.c */; }; 
    17                 3ADCCD271726D1920007BE8E /* pjsua_app.c in Sources */ = {isa = PBXBuildFile; fileRef = 3ADCCD221726D1920007BE8E /* pjsua_app.c */; }; 
     13                3ADCCD2D172E40120007BE8E /* pjsua_app_cli.c in Sources */ = {isa = PBXBuildFile; fileRef = 3ADCCD28172E40120007BE8E /* pjsua_app_cli.c */; }; 
     14                3ADCCD2E172E40120007BE8E /* pjsua_app_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 3ADCCD29172E40120007BE8E /* pjsua_app_common.c */; }; 
     15                3ADCCD2F172E40120007BE8E /* pjsua_app_config.c in Sources */ = {isa = PBXBuildFile; fileRef = 3ADCCD2A172E40120007BE8E /* pjsua_app_config.c */; }; 
     16                3ADCCD30172E40120007BE8E /* pjsua_app_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = 3ADCCD2B172E40120007BE8E /* pjsua_app_legacy.c */; }; 
     17                3ADCCD31172E40120007BE8E /* pjsua_app.c in Sources */ = {isa = PBXBuildFile; fileRef = 3ADCCD2C172E40120007BE8E /* pjsua_app.c */; }; 
    1818                3AF0580916F050770046B835 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF0580816F050770046B835 /* UIKit.framework */; }; 
    1919                3AF0580B16F050770046B835 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF0580A16F050770046B835 /* Foundation.framework */; }; 
     
    5353                3A92069216F1DEA500D49F96 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; 
    5454                3ADCCD161715338D0007BE8E /* pjsua.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pjsua.png; sourceTree = "<group>"; }; 
    55                 3ADCCD1E1726D1920007BE8E /* pjsua_app_cli.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pjsua_app_cli.c; sourceTree = "<group>"; }; 
    56                 3ADCCD1F1726D1920007BE8E /* pjsua_app_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pjsua_app_common.c; sourceTree = "<group>"; }; 
    57                 3ADCCD201726D1920007BE8E /* pjsua_app_config.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pjsua_app_config.c; sourceTree = "<group>"; }; 
    58                 3ADCCD211726D1920007BE8E /* pjsua_app_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pjsua_app_legacy.c; sourceTree = "<group>"; }; 
    59                 3ADCCD221726D1920007BE8E /* pjsua_app.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pjsua_app.c; sourceTree = "<group>"; }; 
     55                3ADCCD28172E40120007BE8E /* pjsua_app_cli.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pjsua_app_cli.c; path = ../../pjsua_app_cli.c; sourceTree = "<group>"; }; 
     56                3ADCCD29172E40120007BE8E /* pjsua_app_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pjsua_app_common.c; path = ../../pjsua_app_common.c; sourceTree = "<group>"; }; 
     57                3ADCCD2A172E40120007BE8E /* pjsua_app_config.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pjsua_app_config.c; path = ../../pjsua_app_config.c; sourceTree = "<group>"; }; 
     58                3ADCCD2B172E40120007BE8E /* pjsua_app_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pjsua_app_legacy.c; path = ../../pjsua_app_legacy.c; sourceTree = "<group>"; }; 
     59                3ADCCD2C172E40120007BE8E /* pjsua_app.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pjsua_app.c; path = ../../pjsua_app.c; sourceTree = "<group>"; }; 
    6060                3AF0580416F050770046B835 /* ipjsua.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ipjsua.app; sourceTree = BUILT_PRODUCTS_DIR; }; 
    6161                3AF0580816F050770046B835 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 
     
    134134                        isa = PBXGroup; 
    135135                        children = ( 
    136                                 3ADCCD1E1726D1920007BE8E /* pjsua_app_cli.c */, 
    137                                 3ADCCD1F1726D1920007BE8E /* pjsua_app_common.c */, 
    138                                 3ADCCD201726D1920007BE8E /* pjsua_app_config.c */, 
    139                                 3ADCCD211726D1920007BE8E /* pjsua_app_legacy.c */, 
    140                                 3ADCCD221726D1920007BE8E /* pjsua_app.c */, 
     136                                3ADCCD28172E40120007BE8E /* pjsua_app_cli.c */, 
     137                                3ADCCD29172E40120007BE8E /* pjsua_app_common.c */, 
     138                                3ADCCD2A172E40120007BE8E /* pjsua_app_config.c */, 
     139                                3ADCCD2B172E40120007BE8E /* pjsua_app_legacy.c */, 
     140                                3ADCCD2C172E40120007BE8E /* pjsua_app.c */, 
    141141                        ); 
    142142                        name = pjsua; 
     
    301301                                3AF0581916F050780046B835 /* ipjsuaAppDelegate.m in Sources */, 
    302302                                3AF0582216F050780046B835 /* ipjsuaViewController.m in Sources */, 
    303                                 3ADCCD231726D1920007BE8E /* pjsua_app_cli.c in Sources */, 
    304                                 3ADCCD241726D1920007BE8E /* pjsua_app_common.c in Sources */, 
    305                                 3ADCCD251726D1920007BE8E /* pjsua_app_config.c in Sources */, 
    306                                 3ADCCD261726D1920007BE8E /* pjsua_app_legacy.c in Sources */, 
    307                                 3ADCCD271726D1920007BE8E /* pjsua_app.c in Sources */, 
     303                                3ADCCD2D172E40120007BE8E /* pjsua_app_cli.c in Sources */, 
     304                                3ADCCD2E172E40120007BE8E /* pjsua_app_common.c in Sources */, 
     305                                3ADCCD2F172E40120007BE8E /* pjsua_app_config.c in Sources */, 
     306                                3ADCCD30172E40120007BE8E /* pjsua_app_legacy.c in Sources */, 
     307                                3ADCCD31172E40120007BE8E /* pjsua_app.c in Sources */, 
    308308                        ); 
    309309                        runOnlyForDeploymentPostprocessing = 0; 
Note: See TracChangeset for help on using the changeset viewer.