This commit is contained in:
Mike Schreiber 2024-10-17 15:53:36 -07:00 коммит произвёл GitHub
Родитель 5fe0c3740d
Коммит 38954a21e9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
5 изменённых файлов: 9 добавлений и 9 удалений

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

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.30.0</string>
<string>1.31.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
@ -26,7 +26,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>137.30.0</string>
<string>137.31.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>

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

@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.30.0</string>
<string>0.31.0</string>
<key>CFBundleVersion</key>
<string>62.30.0</string>
<string>62.31.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>

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

@ -8,7 +8,7 @@ resources_dir = 'Resources'
Pod::Spec.new do |s|
s.name = 'MicrosoftFluentUI'
s.version = '0.30.0'
s.version = '0.31.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' }

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

@ -3,8 +3,8 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>0.30.0</string>
<string>0.31.0</string>
<key>CFBundleVersion</key>
<string>0.30.0</string>
<string>0.31.0</string>
</dict>
</plist>

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

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