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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
SwiftyZorb allows developers to build iOS applications that communicate with devices powered by Somatic Labs' Zorb Engine, enabling new user experiences that allow communication entirely through your sense of touch.
12
12
13
-
This library is made to be used in conjuction with our embedded Javascript SDK. To get started developing your own haptic animations, check out our [Zorb Design Studio](https://zorbtouch.com)..
13
+
This library is made to be used in conjuction with our embedded Javascript SDK. To get started developing your own haptic animations, check out our [Zorb Design Studio](https://zorbtouch.com).
14
14
15
15
Animations and programs created in the design studio can be ran on ZorbEngine powered devices using this library, either by sending a embedding the Javascript directly in your application or by storing your scripts somewhere with a publicly accessible URL (such as in a Github gist) that can be referenced from within your application.
16
16
@@ -46,7 +46,7 @@ $ brew install carthage
46
46
To integrate SwiftyZorb into your Xcode project using Carthage, specify it in your `Cartfile`:
47
47
48
48
```ogdl
49
-
github "SomaticLabs/SwiftyZorb" ~> 1.0
49
+
github "SomaticLabs/SwiftyZorb" ~> 2.0
50
50
```
51
51
52
52
Run `carthage update` to build the framework and drag the built `SwiftyZorb.framework` into your Xcode project.
@@ -186,7 +186,7 @@ device.connect { result in
186
186
switch result {
187
187
case .success:
188
188
// Connect succeeded
189
-
189
+
190
190
// Write Javascript from url to device
191
191
let url =URL(string: "https://gist.githubusercontent.com/jakerockland/17cb9cbfda0e09fa8251fc7666e2c4dc/raw")!
0 commit comments