Ignore:
Timestamp:
Sep 15, 2010 12:29:04 PM (14 years ago)
Author:
ming
Message:

Closed #1128: ipjsua - add support for iPad
Add support for iPad as one universal application.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/ipjsua/ipjsua-Info.plist

    r3299 r3312  
    2727        <key>NSMainNibFile</key> 
    2828        <string>MainWindow</string> 
    29         <key>UIInterfaceOrientation</key> 
    30         <string>UIInterfaceOrientationLandscapeRight</string> 
     29        <key>NSMainNibFile~ipad</key> 
     30        <string>MainWindow-iPad</string> 
    3131        <key>UIBackgroundModes</key> 
    3232        <array> 
     
    3434                <string>voip</string> 
    3535        </array> 
     36        <key>UIInterfaceOrientation</key> 
     37        <string>UIInterfaceOrientationLandscapeRight</string> 
    3638</dict> 
    3739</plist> 
Note: See TracChangeset for help on using the changeset viewer.