Merged PR 224262: Changed version to 0.1.8
This commit is contained in:
Родитель
b64148388c
Коммит
840ecf77d7
|
@ -11,15 +11,15 @@ class MSDrawerDemoController: DemoController {
|
|||
|
||||
navigationItem.rightBarButtonItem = UIBarButtonItem(title: "Show", style: .plain, target: self, action: #selector(barButtonTapped))
|
||||
|
||||
container.addArrangedSubview(createButton(title: "Show top drawer", action: #selector(showTopDrawerButtonTapped)))
|
||||
container.addArrangedSubview(createButton(title: "Show top drawer (resizable)", action: #selector(showTopDrawerButtonTapped)))
|
||||
container.addArrangedSubview(createButton(title: "Show top drawer (no animation)", action: #selector(showTopDrawerNotAnimatedButtonTapped)))
|
||||
container.addArrangedSubview(createButton(title: "Show top drawer (custom base)", action: #selector(showTopDrawerCustomOffsetButtonTapped)))
|
||||
|
||||
container.addArrangedSubview(createButton(title: "Show bottom drawer", action: #selector(showBottomDrawerButtonTapped)))
|
||||
container.addArrangedSubview(createButton(title: "Show bottom drawer (resizable)", action: #selector(showBottomDrawerButtonTapped)))
|
||||
container.addArrangedSubview(createButton(title: "Show bottom drawer (no animation)", action: #selector(showBottomDrawerNotAnimatedButtonTapped)))
|
||||
container.addArrangedSubview(createButton(title: "Show bottom drawer (custom base)", action: #selector(showBottomDrawerCustomOffsetButtonTapped)))
|
||||
|
||||
container.addArrangedSubview(createButton(title: "Show resizable drawer (custom content)", action: #selector(showBottomDrawerCustomContentControllerButtonTapped)))
|
||||
container.addArrangedSubview(createButton(title: "Show drawer (resizable, custom content)", action: #selector(showBottomDrawerCustomContentControllerButtonTapped)))
|
||||
|
||||
container.addArrangedSubview(UIView())
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.7</string>
|
||||
<string>0.1.8</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
@ -26,7 +26,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>6</string>
|
||||
<string>7</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UIBackgroundModes</key>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "OfficeUIFabric"
|
||||
s.version = "0.1.7"
|
||||
s.version = "0.1.8"
|
||||
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" }
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -15,9 +15,9 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.7</string>
|
||||
<string>0.1.8</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>6</string>
|
||||
<string>7</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
|
|
Загрузка…
Ссылка в новой задаче