| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList-1.0.dtd"> | |
| 3 <plist version="1.0"> | |
| 4 <dict> | |
| 5 <key>BuildMachineOSBuild</key> | |
| 6 <string>12E55</string> | |
| 7 <key>CFBundleDevelopmentRegion</key> | |
| 8 <string>en</string> | |
| 9 <key>CFBundleDisplayName</key> | |
| 10 <string>AppRTCDemo</string> | |
| 11 <key>CFBundleExecutable</key> | |
| 12 <string>AppRTCDemo</string> | |
| 13 <key>CFBundleIcons</key> | |
| 14 <dict> | |
| 15 <key>CFBundlePrimaryIcon</key> | |
| 16 <dict> | |
| 17 <key>CFBundleIconFiles</key> | |
| 18 <array> | |
| 19 <string>Icon.png</string> | |
| 20 </array> | |
| 21 </dict> | |
| 22 </dict> | |
| 23 <key>CFBundleIdentifier</key> | |
| 24 <string>com.google.AppRTCDemo</string> | |
| 25 <key>CFBundleInfoDictionaryVersion</key> | |
| 26 <string>6.0</string> | |
| 27 <key>CFBundleName</key> | |
| 28 <string>AppRTCDemo</string> | |
| 29 <key>CFBundlePackageType</key> | |
| 30 <string>APPL</string> | |
| 31 <key>CFBundleShortVersionString</key> | |
| 32 <string>1.0</string> | |
| 33 <key>CFBundleSignature</key> | |
| 34 <string>????</string> | |
| 35 <key>CFBundleSupportedPlatforms</key> | |
| 36 <array> | |
| 37 <string>iPhoneOS</string> | |
| 38 </array> | |
| 39 <key>CFBundleVersion</key> | |
| 40 <string>1.0</string> | |
| 41 <key>UIStatusBarTintParameters</key> | |
| 42 <dict> | |
| 43 <key>UINavigationBar</key> | |
| 44 <dict> | |
| 45 <key>Style</key> | |
| 46 <string>UIBarStyleDefault</string> | |
| 47 <key>Translucent</key> | |
| 48 <false/> | |
| 49 </dict> | |
| 50 </dict> | |
| 51 <key>UISupportedInterfaceOrientations</key> | |
| 52 <array> | |
| 53 <string>UIInterfaceOrientationPortrait</string> | |
| 54 </array> | |
| 55 <key>UIAppFonts</key> | |
| 56 <array> | |
| 57 <string>Roboto-Regular.ttf</string> | |
| 58 </array> | |
| 59 <key>UIBackgroundModes</key> | |
| 60 <array> | |
| 61 <string>voip</string> | |
| 62 </array> | |
| 63 <key>UILaunchImages</key> | |
| 64 <array> | |
| 65 <dict> | |
| 66 <key>UILaunchImageMinimumOSVersion</key> | |
| 67 <string>7.0</string> | |
| 68 <key>UILaunchImageName</key> | |
| 69 <string>iPhone5</string> | |
| 70 <key>UILaunchImageOrientation</key> | |
| 71 <string>Portrait</string> | |
| 72 <key>UILaunchImageSize</key> | |
| 73 <string>{320, 568}</string> | |
| 74 </dict> | |
| 75 <dict> | |
| 76 <key>UILaunchImageMinimumOSVersion</key> | |
| 77 <string>8.0</string> | |
| 78 <key>UILaunchImageName</key> | |
| 79 <string>iPhone6</string> | |
| 80 <key>UILaunchImageOrientation</key> | |
| 81 <string>Portrait</string> | |
| 82 <key>UILaunchImageSize</key> | |
| 83 <string>{375, 667}</string> | |
| 84 </dict> | |
| 85 <dict> | |
| 86 <key>UILaunchImageMinimumOSVersion</key> | |
| 87 <string>8.0</string> | |
| 88 <key>UILaunchImageName</key> | |
| 89 <string>iPhone6p</string> | |
| 90 <key>UILaunchImageOrientation</key> | |
| 91 <string>Portrait</string> | |
| 92 <key>UILaunchImageSize</key> | |
| 93 <string>{414, 736}</string> | |
| 94 </dict> | |
| 95 </array> | |
| 96 </dict> | |
| 97 </plist> | |
| OLD | NEW |