Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyun-je committed Sep 7, 2020
1 parent 3b63365 commit a6b3767
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 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>HJCalendarView</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
6 changes: 3 additions & 3 deletions HJCalendarView/HJCalendarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ public class HJCalendarView: UIView {

private var calendarArray = [HJCalendar]()

let rows = 6
let columns = 7
private let rows = 6
private let columns = 7

var scrollDirection = UICollectionView.ScrollDirection.horizontal {
public var scrollDirection = UICollectionView.ScrollDirection.horizontal {

didSet {
DispatchQueue.main.async {
Expand Down
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
// swift-tools-version:4.2
// swift-tools-version:5.3

import PackageDescription

let package = Package(
name: "HJCalendarView",
platforms: [
.macOS(.v10_12), .iOS(.v11)
],
products: [
.library(
name: "HJCalendarView",
Expand Down

0 comments on commit a6b3767

Please sign in to comment.