 ef2a5dd398
			
		
	
	ef2a5dd398
	
	
	
		
			
			- Removed log box. Debug logs still available through lldb. - Remote video displayed in aspect fill format. - Provide a hangup button. - Added Default-568.png so we display properly on iPhone5+. BUG= R=jiayl@webrtc.org Review URL: https://webrtc-codereview.appspot.com/34669004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@8081 4adac7df-926f-26a2-2b94-8c16560cd09d
		
			
				
	
	
		
			71 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			71 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 | |
| <plist version="1.0">
 | |
| <dict>
 | |
|         <key>BuildMachineOSBuild</key>
 | |
|         <string>12E55</string>
 | |
|         <key>CFBundleDevelopmentRegion</key>
 | |
|         <string>en</string>
 | |
|         <key>CFBundleDisplayName</key>
 | |
|         <string>AppRTCDemo</string>
 | |
|         <key>CFBundleExecutable</key>
 | |
|         <string>AppRTCDemo</string>
 | |
|         <key>CFBundleIcons</key>
 | |
|         <dict>
 | |
|                 <key>CFBundlePrimaryIcon</key>
 | |
|                 <dict>
 | |
|                         <key>CFBundleIconFiles</key>
 | |
|                         <array>
 | |
|                                 <string>Icon.png</string>
 | |
|                         </array>
 | |
|                 </dict>
 | |
|         </dict>
 | |
|         <key>CFBundleIdentifier</key>
 | |
|         <string>com.google.AppRTCDemo</string>
 | |
|         <key>CFBundleInfoDictionaryVersion</key>
 | |
|         <string>6.0</string>
 | |
|         <key>CFBundleName</key>
 | |
|         <string>AppRTCDemo</string>
 | |
|         <key>CFBundlePackageType</key>
 | |
|         <string>APPL</string>
 | |
|         <key>CFBundleResourceSpecification</key>
 | |
|         <string>ResourceRules.plist</string>
 | |
|         <key>CFBundleShortVersionString</key>
 | |
|         <string>1.0</string>
 | |
|         <key>CFBundleSignature</key>
 | |
|         <string>????</string>
 | |
|         <key>CFBundleSupportedPlatforms</key>
 | |
|         <array>
 | |
|                 <string>iPhoneOS</string>
 | |
|         </array>
 | |
|         <key>CFBundleVersion</key>
 | |
|         <string>1.0</string>
 | |
|         <key>UIRequiredDeviceCapabilities</key>
 | |
|         <array>
 | |
|                 <string>armv7</string>
 | |
|         </array>
 | |
|         <key>UIStatusBarTintParameters</key>
 | |
|         <dict>
 | |
|                 <key>UINavigationBar</key>
 | |
|                 <dict>
 | |
|                         <key>Style</key>
 | |
|                         <string>UIBarStyleDefault</string>
 | |
|                         <key>Translucent</key>
 | |
|                         <false/>
 | |
|                 </dict>
 | |
|         </dict>
 | |
|         <key>UISupportedInterfaceOrientations</key>
 | |
|         <array>
 | |
|                 <string>UIInterfaceOrientationPortrait</string>
 | |
|         </array>
 | |
|         <key>UIAppFonts</key>
 | |
|         <array>
 | |
|                 <string>Roboto-Regular.ttf</string>
 | |
|         </array>
 | |
|         <key>UIBackgroundModes</key>
 | |
|         <array>
 | |
|                 <string>voip</string>
 | |
|         </array>
 | |
| </dict>
 | |
| </plist>
 |