Merged PR 247477: Changed version to 0.1.13

Changed version to 0.1.13
This commit is contained in:
Vlad Filyakov 2019-03-25 18:27:25 +00:00
Родитель ffb3107913
Коммит dd4e64ac46
3 изменённых файлов: 6 добавлений и 6 удалений

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

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.12</string>
<string>0.1.13</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
@ -26,7 +26,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>11</string>
<string>12</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIBackgroundModes</key>

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

@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "OfficeUIFabric"
s.version = "0.1.12"
s.version = "0.1.13"
s.summary = "Office UI Fabric is a set of reusable UI controls and tools"
s.homepage = "https://onedrive.visualstudio.com/Design/The%20Studio/_git/fabric-ios"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Vlad Filyakov" => "vladf@microsoft.com" }
s.platform = :ios
s.ios.deployment_target = "10.0"
s.ios.deployment_target = "11.0"
s.swift_version = "4.2"
s.source = { :git => "https://onedrive.visualstudio.com/Design/The%20Studio/_git/fabric-ios", :tag => "#{s.version}" }

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

@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.12</string>
<string>0.1.13</string>
<key>CFBundleVersion</key>
<string>11</string>
<string>12</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>