Skip to content

Commit

Permalink
Remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
yervandsar committed Jun 17, 2020
1 parent 1bc6d90 commit 1b47e08
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 27 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>ExpandedTabBar</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-tools-version:5.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

/*
import PackageDescription

let package = Package(
Expand All @@ -10,3 +10,4 @@ let package = Package(
dependencies: [],
targets: [.target(name: "ExpandedTabBar", dependencies: [])]
)
*/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ moreSelectedIcon : UIImage? // Default nil
```swift
let color: UIColor/CGColor = .pattern(light: UIColor, dark: UIColor)
```
**NOTE:** If device OS version not supports dark mode, it will take light color by default.
**NOTE:** If device OS version does not support dark mode, it will take light as default.
- #### *Options Customization*
**ExpandedTabBar** options conforms to **Options** protocol.

Expand Down

0 comments on commit 1b47e08

Please sign in to comment.