This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## obtain the official binary | |
# get the lastest release on https://github.com/SkygearIO/skygear-server/releases/latest | |
wget https://github.com/SkygearIO/skygear-server/releases/download/v0.24.0/skygear-server-linux-amd64.tar.gz | |
# uncompress the file | |
tar zxvf ./skygear-server-linux-amd64.tar.gz -C . | |
## postgresql | |
# setup postgresql. mostly follow instructions on https://wiki.postgresql.org/wiki/YUM_Installation | |
# edit repo file to exclude postgresql. then install the rpm through the package manager |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# On Mac, install `gsort` with `brew install coreutils` | |
UA=$(cat ua.txt | gsort -R | head -1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/react-native-snapchat-login/SnapchatLogin.podspec b/node_modules/react-native-snapchat-login/SnapchatLogin.podspec | |
index beb8d05b9..a9f135afc 100644 | |
--- a/node_modules/react-native-snapchat-login/SnapchatLogin.podspec | |
+++ b/node_modules/react-native-snapchat-login/SnapchatLogin.podspec | |
@@ -19,6 +19,5 @@ Pod::Spec.new do |s| | |
s.requires_arc = true | |
s.dependency "React" | |
- s.dependency "SnapSDK/SCSDKLoginKit" | |
+ s.dependency "SnapSDK/SCSDKLoginKit", "~> 1.3.5" |
OlderNewer