You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,15 @@ Element is a programatic UI framework that lets you create beautiful mac apps in
7
7
8
8
## Installation:
9
9
10
-
Installation info for Xcode & Playground [here](http://stylekit.org/blog/2017/01/16/playground-and-framework/) (Carthage & CocoaPod support is coming)
10
+
**Xcode:**
11
+
Either package as .framework or drag and drop source of [Element](https://github.com/eonist/Element) and [Swift-utils](https://github.com/eonist/swift-utils) into XCode
12
+
13
+
**Playground:**
14
+
1. Package Element as "Element.framework"
15
+
2. Package [this](https://github.com/eonist/swift-utils) as "Utils.framework"
0 commit comments