Skip to content

Commit

Permalink
Merge branch 'master' of github.com:microsoft/fluentui-apple
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeassis committed Sep 25, 2020
2 parents bc647d8 + 81f9f17 commit bf6728d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MicrosoftFluentUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MicrosoftFluentUI'
s.version = '0.1.13'
s.version = '0.1.14'
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' }
Expand Down
4 changes: 2 additions & 2 deletions ios/FluentUI.Demo/FluentUI.Demo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.10</string>
<string>1.2.11</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -26,7 +26,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>77</string>
<string>78</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/FluentUI/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.13</string>
<string>0.1.14</string>
<key>CFBundleVersion</key>
<string>0.1.13</string>
<string>0.1.14</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions macos/FluentUI/FluentUI-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.13</string>
<string>0.1.14</string>
<key>CFBundleVersion</key>
<string>0.1.13</string>
<string>0.1.14</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions macos/FluentUITestApp/FluentUITestApp-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.13</string>
<string>0.1.14</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSMainNibFile</key>
Expand Down

0 comments on commit bf6728d

Please sign in to comment.