Browse Source

Mark project scheme as shared

Adam Pritchard 9 years ago
parent
commit
facf1021f5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      MobileLibrary/iOS/build-psiphon-framework.sh

+ 0 - 1
MobileLibrary/iOS/build-psiphon-framework.sh

@@ -222,7 +222,6 @@ echo "BUILD DONE"
 
 
 cd ${BASE_DIR}
 cd ${BASE_DIR}
 
 
-echo "PWD $(pwd)"
 # Run the framework projects tests
 # Run the framework projects tests
 xcodebuild test -project "PsiphonTunnel/PsiphonTunnel.xcodeproj" -scheme "PsiphonTunnel" -destination 'platform=iOS Simulator,name=iPhone 7'
 xcodebuild test -project "PsiphonTunnel/PsiphonTunnel.xcodeproj" -scheme "PsiphonTunnel" -destination 'platform=iOS Simulator,name=iPhone 7'
 rc=$?; if [[ $rc != 0 ]]; then
 rc=$?; if [[ $rc != 0 ]]; then