Skip to content

Commit 8a4e277

Browse files
Ivan Dlugosvaind
authored andcommitted
add "before publishing" notes for iOS
1 parent 288c9bb commit 8a4e277

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ios/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
# NOTE: comment out before publishing - the binaries need to be uploaded
12
Carthage
23
*.zip

ios/download-framework.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4+
# NOTE: run before publishing
5+
46
obxSwiftVersion="1.2.0"
57

68
dir=$(dirname "$0")

0 commit comments

Comments
 (0)