Skip to content

Commit

Permalink
Bumped to 0.56.0006
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwlange committed Dec 6, 2018
1 parent 281e5da commit 7c934f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Then, add the dependencies to your **app's `build.gradle`**:
dependencies {
...
implementation 'com.github.LiquidPlayer:LiquidCore:0.5.1'
implementation 'com.github.LiquidPlayer:ReactNativeSurface:0.56.0005'
implementation 'com.github.LiquidPlayer:ReactNativeSurface:0.56.0006'
/*
* Note: You must also include these React Native dependencies. In future
Expand All @@ -96,9 +96,9 @@ dependencies {
2. Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile) that includes the following frameworks:
```
git "git@github.com:LiquidPlayer/LiquidCore.git" ~> 0.5.1
git "git@github.com:LiquidPlayer/ReactNativeSurface.git" ~> 0.56.0005
git "git@github.com:LiquidPlayer/ReactNativeSurface.git" ~> 0.56.0006
```
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.
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.
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.
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:
Expand Down
2 changes: 1 addition & 1 deletion ReactNativeSurface/ReactNativeSurface/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.56.0004</string>
<string>0.56.0006</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion ReactNativeSurfaceAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 56
versionName "0.56.0005"
versionName "0.56.0006"

ndk {
moduleName "reactnativesurface"
Expand Down
2 changes: 0 additions & 2 deletions ReactNativeTest/Cartfile

This file was deleted.

2 changes: 0 additions & 2 deletions ReactNativeTest/Cartfile.resolved

This file was deleted.

0 comments on commit 7c934f9

Please sign in to comment.