xamarin-macios/tests/introspection/dotnet/iOS/Info.plist

34 строки
1003 B
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>CFBundleIdentifier</key>
<string>com.xamarin.introspection</string>
<key>CFBundleName</key>
<string>introspection</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>NSAppleMusicUsageDescription</key>
<string>Testing tastes</string>
<key>NSHomeKitUsageDescription</key>
<string>Testing roofs</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Testing lens</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcons.appiconset</string>
</dict>
</plist>