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>CFBundleName</key> 6 <string>HelloworldXamarin</string> 7 <key>CFBundleIdentifier</key> 8 <string>io.grpc.examples.HelloworldXamarin</string> 9 <key>CFBundleShortVersionString</key> 10 <string>1.0</string> 11 <key>CFBundleVersion</key> 12 <string>1.0</string> 13 <key>LSRequiresIPhoneOS</key> 14 <true/> 15 <key>MinimumOSVersion</key> 16 <string>8.0</string> 17 <key>UIDeviceFamily</key> 18 <array> 19 <integer>1</integer> 20 <integer>2</integer> 21 </array> 22 <key>UILaunchStoryboardName</key> 23 <string>LaunchScreen</string> 24 <key>UIMainStoryboardFile</key> 25 <string>Main</string> 26 <key>UIMainStoryboardFile~ipad</key> 27 <string>Main</string> 28 <key>UIRequiredDeviceCapabilities</key> 29 <array> 30 <string>armv7</string> 31 </array> 32 <key>UISupportedInterfaceOrientations</key> 33 <array> 34 <string>UIInterfaceOrientationPortrait</string> 35 <string>UIInterfaceOrientationLandscapeLeft</string> 36 <string>UIInterfaceOrientationLandscapeRight</string> 37 </array> 38 <key>UISupportedInterfaceOrientations~ipad</key> 39 <array> 40 <string>UIInterfaceOrientationPortrait</string> 41 <string>UIInterfaceOrientationPortraitUpsideDown</string> 42 <string>UIInterfaceOrientationLandscapeLeft</string> 43 <string>UIInterfaceOrientationLandscapeRight</string> 44 </array> 45 <key>XSAppIconAssets</key> 46 <string>Assets.xcassets/AppIcon.appiconset</string> 47</dict> 48</plist> 49