Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 478341d

Browse files
committed
Sigh
1 parent 0b58190 commit 478341d

File tree

1 file changed

+4
-1
lines changed
  • integration_tests/PodsDependencies

1 file changed

+4
-1
lines changed

integration_tests/PodsDependencies/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
test:
22
rm -rf build
3-
bundle check || bundle install
3+
bundle check --path=bundle || bundle install --path=bundle
44
bundle exec pod install
55
# Delete the embed frameworks phase
66
bundle exec ruby delete_embed.rb
77
xcodebuild -workspace PodsDependencies.xcworkspace -scheme PodsDependencies -sdk iphonesimulator -derivedDataPath build clean build > /dev/null
88
# Validate produced .app
9+
xcodebuild -workspace PodsDependencies.xcworkspace -scheme PodsDependencies -sdk iphonesimulator -derivedDataPath build -showBuildSettings
10+
# after
11+
xcodebuild -workspace PodsDependencies.xcworkspace -scheme PodsDependencies -sdk iphonesimulator -showBuildSettings
912
find build/Products/Debug-iphonesimulator/PodsDependencies.app > actual_files.txt
1013
diff actual_files.txt expected_files.txt
1114
# Check for the Dependency's symbols in the produced app binary

0 commit comments

Comments
 (0)