Skip to content

Commit 31c1a91

Browse files
committed
Fix build settings
1 parent 354cc50 commit 31c1a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
before_install:
88
- gem install cocoapods --pre
99
- xcrun simctl list
10-
- pod repo update
10+
- pod repo update --silent
1111
install: pod install
1212
env:
1313
- MODE=framework

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MODE="$1"
2020
if [ "$MODE" = "framework" ]; then
2121
echo "Building and testing FileBrowser."
2222
xcodebuild \
23-
-project FileBrowser.xcodeproj \
23+
-workspace FileBrowserWorkspace.xcworkspace \
2424
-scheme FileBrowser \
2525
-sdk "$SDK" \
2626
-destination "$PLATFORM" \

0 commit comments

Comments
 (0)