Bumping versions for FluentUI release (0.3.9). (#825)
* Bumping versions for FluentUI release (0.3.9). * Updating podspec to retrieve version from main_0.3 branch based on a tag ending with the same name.
This commit is contained in:
Родитель
9555f93b64
Коммит
93c46c0c35
|
@ -1,11 +1,11 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'MicrosoftFluentUI'
|
||||
s.version = '0.3.8'
|
||||
s.version = '0.3.9'
|
||||
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' }
|
||||
s.author = { "Microsoft" => "fluentuinativeowners@microsoft.com"}
|
||||
s.source = { :git => "https://github.com/microsoft/fluentui-apple.git", :tag => "#{s.version}" }
|
||||
s.source = { :git => "https://github.com/microsoft/fluentui-apple.git", :branch => "main_0.3", :tag => "#{s.version}_main_0.3" }
|
||||
s.swift_version = "5.4"
|
||||
s.module_name = 'FluentUI'
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.3.19</string>
|
||||
<string>1.3.20</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
@ -26,7 +26,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>112</string>
|
||||
<string>113</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.3.8</string>
|
||||
<string>0.3.9</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.3.8</string>
|
||||
<string>0.3.9</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.3.8</string>
|
||||
<string>0.3.9</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.3.8</string>
|
||||
<string>0.3.9</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.3.8</string>
|
||||
<string>0.3.9</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>37</string>
|
||||
<string>38</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||
<key>NSMainNibFile</key>
|
||||
|
|
Загрузка…
Ссылка в новой задаче