Skip to content

Commit

Permalink
upgrade test host for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed May 8, 2023
1 parent 3b09b47 commit bcb9a1e
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 499 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Use multiple cores
run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
- name: Build
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
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
env:
DEVELOPER_DIR: ${{ env.CI_XCODE }}
- name: Prepare codecov
Expand Down
205 changes: 14 additions & 191 deletions ParseCareKit.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

32 changes: 0 additions & 32 deletions TestHost/AppDelegate.swift

This file was deleted.

98 changes: 0 additions & 98 deletions TestHost/Assets.xcassets/AppIcon.appiconset/Contents.json

This file was deleted.

6 changes: 0 additions & 6 deletions TestHost/Assets.xcassets/Contents.json

This file was deleted.

25 changes: 0 additions & 25 deletions TestHost/Base.lproj/LaunchScreen.storyboard

This file was deleted.

21 changes: 0 additions & 21 deletions TestHost/ContentView.swift

This file was deleted.

65 changes: 0 additions & 65 deletions TestHost/Info.plist

This file was deleted.

This file was deleted.

54 changes: 0 additions & 54 deletions TestHost/SceneDelegate.swift

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions TestHostAll/TestHostAllApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Copyright © 2023 Network Reconnaissance Lab. All rights reserved.
//

import ParseCareKit
import SwiftUI

@main
Expand Down

0 comments on commit bcb9a1e

Please sign in to comment.