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
@@ -6,7 +6,7 @@ Over-the-air translation update for your iOS apps with OneSky.
6
6
Installation
7
7
------------
8
8
9
-
1. Download [`OneSkyOTAPlugin.zip`](https://github.com/onesky/plugin-ios-ota/releases/download/0.8.1/OneSkyOTAPlugin.zip) from the release tab and drag the folder into the **Frameworks** section of your **Project Navigator**.
9
+
1. Download [`OneSkyOTAPlugin.zip`](https://github.com/onesky/plugin-ios-ota/releases/download/0.8.2/OneSkyOTAPlugin.zip) from the release tab and drag the folder into the **Frameworks** section of your **Project Navigator**.
10
10
2. Under **Build Settings** of the target, add ```-ObjC``` to **Other Linker Flags** setting.
11
11
12
12
Integration
@@ -28,10 +28,10 @@ Add the following code in under ```-application:didFinishLaunchingWithOptions:``
28
28
```
29
29
30
30
31
-
Optionally add ```[OneSkyOTAPlugin checkForUpdate]``` in
31
+
Optionally add ```[OneSkyOTAPlugin checkForUpdate]``` in
0 commit comments