@@ -14,7 +14,6 @@ matrix:
1414 - {osx_image: xcode9.2, env: 'PLAT=iOS SWFT=4.0 DST="OS=11.2,name=iPhone SE"'}
1515 - {osx_image: xcode9.2, env: 'PLAT=watchOS SWFT=4.0 DST="OS=4.2,name=Apple Watch - 38mm"'}
1616
17- - {osx_image: xcode9.3, env: 'PLAT=iOS SWFT=4.1 DST="OS=8.4,name=iPhone 5s"'}
1817 - {osx_image: xcode9.3, env: 'PLAT=iOS SWFT=4.1 DST="OS=9.3,name=iPhone 5s"'}
1918 - {osx_image: xcode9.4, env: 'PLAT=iOS SWFT=4.1 DST="OS=10.3.1,name=iPhone 5s"'}
2019 - {osx_image: xcode9.4, env: 'PLAT=iOS SWFT=4.1 DST="OS=11.4,name=iPhone 5s" TEST=1'}
@@ -30,11 +29,11 @@ cache:
3029before_install :
3130 - carthage bootstrap --cache-builds --no-use-binaries --platform $PLAT --verbose
3231install :
33- - xcodebuild -scheme PMKWatchConnectivity -target PMKWatchConnectivity -quiet -destination "$DST" SWIFT_VERSION=$SWFT SWIFT_TREAT_WARNINGS_AS_ERRORS=YES build
32+ - xcodebuild -scheme PMKHealthKit -target PMKHealthKit -quiet -destination "$DST" SWIFT_VERSION=$SWFT SWIFT_TREAT_WARNINGS_AS_ERRORS=YES build
3433 - if [ "$TEST" == "1" ]; then
35- xcodebuild -scheme PMKWatchConnectivity -target PMKWCTests -quiet -destination "$DST" build;
34+ xcodebuild -scheme PMKHealthKit -target PMKHKTests -quiet -destination "$DST" build;
3635 fi
3736script :
3837 - if [ "$TEST" == "1" ]; then
39- xcodebuild -scheme PMKWatchConnectivity -quiet -destination "$DST" test;
38+ xcodebuild -scheme PMKHealthKit -quiet -destination "$DST" test;
4039 fi
0 commit comments