Skip to content

Commit 7c934f9

Browse files
author
Eric Lange
committed
Bumped to 0.56.0006
1 parent 281e5da commit 7c934f9

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Then, add the dependencies to your **app's `build.gradle`**:
7272
dependencies {
7373
...
7474
implementation 'com.github.LiquidPlayer:LiquidCore:0.5.1'
75-
implementation 'com.github.LiquidPlayer:ReactNativeSurface:0.56.0005'
75+
implementation 'com.github.LiquidPlayer:ReactNativeSurface:0.56.0006'
7676
7777
/*
7878
* Note: You must also include these React Native dependencies. In future
@@ -96,9 +96,9 @@ dependencies {
9696
2. Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile) that includes the following frameworks:
9797
```
9898
git "git@github.com:LiquidPlayer/LiquidCore.git" ~> 0.5.1
99-
git "git@github.com:LiquidPlayer/ReactNativeSurface.git" ~> 0.56.0005
99+
git "git@github.com:LiquidPlayer/ReactNativeSurface.git" ~> 0.56.0006
100100
```
101-
3. Run `carthage update`. This will fetch dependencies into a [Carthage/Checkouts](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#carthagecheckouts) folder, then build each one or download a pre-compiled framework.
101+
3. Run `carthage update --cache-builds`. This will fetch dependencies into a [Carthage/Checkouts](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#carthagecheckouts) folder, then build each one or download a pre-compiled framework. **NOTE:**: You may have to do this twice -- it seems to fail the first time and succeed the second.
102102
4. On your application targets’ _General_ settings tab, in the “Linked Frameworks and Libraries” section, drag and drop `LiquidCore.framework` and `ReactNativeSurface.framework` from the [Carthage/Build](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#carthagebuild) folder on disk.
103103
5. On your application targets’ _Build Phases_ settings tab, click the _+_ icon and choose _New Run Script Phase_. Create a Run Script in which you specify your shell (ex: `/bin/sh`), add the following contents to the script area below the shell:
104104

ReactNativeSurface/ReactNativeSurface/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.56.0004</string>
18+
<string>0.56.0006</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

ReactNativeSurfaceAndroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdkVersion 16
1111
targetSdkVersion 27
1212
versionCode 56
13-
versionName "0.56.0005"
13+
versionName "0.56.0006"
1414

1515
ndk {
1616
moduleName "reactnativesurface"

ReactNativeTest/Cartfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

ReactNativeTest/Cartfile.resolved

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)