Skip to content

Commit 4f3238d

Browse files
committed
Bump version to 0.8.2
1 parent e1e867a commit 4f3238d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

OneSkyOTADemo/OneSkyOTADemo-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.8.1</string>
20+
<string>0.8.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.8.1</string>
24+
<string>0.8.2</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UIMainStoryboardFile</key>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Over-the-air translation update for your iOS apps with OneSky.
66
Installation
77
------------
88

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**.
1010
2. Under **Build Settings** of the target, add ```-ObjC``` to **Other Linker Flags** setting.
1111

1212
Integration
@@ -28,10 +28,10 @@ Add the following code in under ```-application:didFinishLaunchingWithOptions:``
2828
```
2929
3030
31-
Optionally add ```[OneSkyOTAPlugin checkForUpdate]``` in
31+
Optionally add ```[OneSkyOTAPlugin checkForUpdate]``` in
3232
```- (void)applicationDidBecomeActive:(UIApplication*)application```
3333
34-
```ONESKY_API_KEY```, ```ONESKY_API_SECRET``` can be found in **Site Settings** under **API Keys & Usage** on **OneSky Web Admin**.
34+
```ONESKY_API_KEY```, ```ONESKY_API_SECRET``` can be found in **Site Settings** under **API Keys & Usage** on **OneSky Web Admin**.
3535
```ONESKY_PROJECT_ID``` can be found under **All Projects** page.
3636
3737
**NOTE:** The above parameters must be set before calling ```-checkForUpdate```.

0 commit comments

Comments
 (0)