We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f359425 commit ebfe803Copy full SHA for ebfe803
Branch.framework.zip
5.86 MB
scripts/deploy-carthage
@@ -24,5 +24,5 @@ trap finish EXIT
24
xcodebuild -scheme 'Branch iOS SDK Carthage' clean build
25
carthage build --no-skip-current && carthage archive Branch
26
open https://github.com/BranchMetrics/ios-branch-deep-linking/releases/new
27
-open "${scriptpath}/ChangeLog.md"
+open ../ChangeLog.md
28
scriptFailed=0
scripts/release.sh
@@ -34,12 +34,12 @@ sh $SCRIPT_DIR/build_framework.sh
34
git add --all
35
git commit -m "Updates for $1 release."
36
git tag $1
37
-## git push --tags origin master
38
git push
39
git checkout master
40
git pull
41
git pull origin QA
42
+git push --tags origin master
43
44
# Release to CocoaPods
45
pod trunk push $PODSPEC_LOC
0 commit comments