Skip to content

Commit bcb9a1e

Browse files
committed
upgrade test host for macOS
1 parent 3b09b47 commit bcb9a1e

File tree

12 files changed

+16
-499
lines changed

12 files changed

+16
-499
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Use multiple cores
2121
run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
2222
- name: Build
23-
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -testPlan ParseCareKit -scheme ParseCareKit -destination platform\=iOS\ Simulator,name\=iPhone\ 12\ Pro\ Max -derivedDataPath DerivedData -test-iterations 10 -retry-tests-on-failure clean test | xcpretty
23+
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -testPlan ParseCareKit -scheme ParseCareKit -destination platform\=iOS\ Simulator,name\=iPhone\ 14\ Pro\ Max -derivedDataPath DerivedData clean test | xcpretty
2424
env:
2525
DEVELOPER_DIR: ${{ env.CI_XCODE }}
2626
- name: Prepare codecov

ParseCareKit.xcodeproj/project.pbxproj

+14-191
Large diffs are not rendered by default.

TestHost/AppDelegate.swift

-32
This file was deleted.

TestHost/Assets.xcassets/AppIcon.appiconset/Contents.json

-98
This file was deleted.

TestHost/Assets.xcassets/Contents.json

-6
This file was deleted.

TestHost/Base.lproj/LaunchScreen.storyboard

-25
This file was deleted.

TestHost/ContentView.swift

-21
This file was deleted.

TestHost/Info.plist

-65
This file was deleted.

TestHost/Preview Content/Preview Assets.xcassets/Contents.json

-6
This file was deleted.

TestHost/SceneDelegate.swift

-54
This file was deleted.
File renamed without changes.

TestHostAll/TestHostAllApp.swift

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// Copyright © 2023 Network Reconnaissance Lab. All rights reserved.
77
//
88

9+
import ParseCareKit
910
import SwiftUI
1011

1112
@main

0 commit comments

Comments
 (0)