Skip to content

Commit 35e1e6d

Browse files
committed
Updating CONTRIBUTING.md
1 parent 5e9fae6 commit 35e1e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ git remote add upstream https://github.com/filestack/filepicker-swift.git
2727

2828
### Step 3: Build Carthage dependencies
2929

30-
Make sure to run ```carthage bootstrap --cache-builds --platform iOS``` before opening the project in Xcode for the first time.
30+
Make sure to run ```carthage bootstrap --cache-builds --platform iOS``` before opening the project in Xcode for the first time. This will ensure that any dependent binary framework dependencies will be built and ready to be linked against when building the project from Xcode.
3131

3232
### Step 4: Create a new feature branch `contrib/issue-number`
3333
Put your code in a new feature branch. The name of the new branch should start with `contrib/`. This convention will help us to keep track of future changes from pull requests.

0 commit comments

Comments
 (0)