This commit is contained in:
Mykyta Bondarenko 2018-06-21 16:08:20 +03:00
Родитель af6411ae18
Коммит e13a2fd404
2 изменённых файлов: 8 добавлений и 6 удалений

Просмотреть файл

@ -8,10 +8,10 @@
<string>CloudKit</string>
</array>
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.com.xamarin.docpicker</string>
<string>iCloud.$(CFBundleIdentifier)</string>
</array>
</dict>
</plist>

Просмотреть файл

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?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>
@ -11,7 +11,7 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true />
<true/>
<key>MinimumOSVersion</key>
<string>9.0</string>
<key>UIDeviceFamily</key>
@ -39,7 +39,7 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIPrerenderedIcon</key>
<true />
<true/>
<key>CFBundleIconFiles</key>
<array>
<string>Icon@2x</string>
@ -62,6 +62,8 @@
<string>remote-notification</string>
</array>
<key>NSUbiquitousContainerIsDocumentScopePublic</key>
<true />
<true/>
<key>CFBundleName</key>
<string>DocPicker</string>
</dict>
</plist>