iOS bug fixes
-- Xcode pipeline fixes
-- HUD larger text accessibility fixes
-- add new property to lock Large Title View collapse/expand animation
-- add new message colors
-- unit test for Colors.Palette
-- bug fixes in PopoverPresentationController background color
-- add default initializer for Separator
-- remove redundant VoiceOver hint on TabBarIte
This commit is contained in:
Harrie Shin 2020-05-22 15:19:26 -07:00 коммит произвёл GitHub
Родитель 1e17860aa7
Коммит b13f6b82f9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 7 добавлений и 7 удалений

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

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MicrosoftFluentUI'
s.version = '0.0.9'
s.version = '0.1.0'
s.summary = 'Fluent UI is a set of reusable UI controls and tools'
s.homepage = "https://www.microsoft.com/design/fluent/#/"
s.license = { :type => 'MIT', :file => 'LICENSE' }

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

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.6</string>
<string>1.1.7</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
@ -26,7 +26,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>63</string>
<string>64</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>

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

@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.0.9</string>
<string>0.1.0</string>
<key>CFBundleVersion</key>
<string>0.0.9</string>
<string>0.1.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>

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

@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.0.9</string>
<string>0.1.0</string>
<key>CFBundleVersion</key>
<string>0.0.9</string>
<string>0.1.0</string>
</dict>
</plist>