File tree Expand file tree Collapse file tree
IPAPI.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ script:
2727
2828 # Build Framework in Debug and Run Tests if specified
2929 - if [ $RUN_TESTS == "YES" ]; then
30- travis_retry xcodebuild -workspace "$WORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build-for-testing test | xcpretty;
30+ travis_retry xcodebuild -workspace "$WORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES test | xcpretty;
3131 else
3232 travis_retry xcodebuild -workspace "$WORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty;
3333 fi
3434
3535 # Build Framework in Release and Run Tests if specified
3636 - if [ $RUN_TESTS == "YES" ]; then
37- travis_retry xcodebuild -workspace "$WORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=NO build-for-testing test | xcpretty;
37+ travis_retry xcodebuild -workspace "$WORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES test | xcpretty;
3838 else
3939 travis_retry xcodebuild -workspace "$WORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=NO build | xcpretty;
4040 fi
Original file line number Diff line number Diff line change 2626 buildConfiguration = " Debug"
2727 selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
2828 selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29- shouldUseLaunchSchemeArgsEnv = " YES"
30- codeCoverageEnabled = " YES" >
29+ shouldUseLaunchSchemeArgsEnv = " YES" >
3130 <Testables >
3231 <TestableReference
3332 skipped = " NO" >
Original file line number Diff line number Diff line change 2626 buildConfiguration = " Debug"
2727 selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
2828 selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29- shouldUseLaunchSchemeArgsEnv = " YES"
30- codeCoverageEnabled = " YES" >
29+ shouldUseLaunchSchemeArgsEnv = " YES" >
3130 <Testables >
3231 <TestableReference
3332 skipped = " NO" >
You can’t perform that action at this time.
0 commit comments