update sdk version to 0.1.0 (#71)
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:
Родитель
1e17860aa7
Коммит
b13f6b82f9
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче