Skip to content

Commit

Permalink
Make tests work again
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Oct 16, 2024
1 parent c78c348 commit c5e7220
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ let package = Package(
dependencies: [
.product(name: "Spezi", package: "Spezi"),
.product(name: "SpeziViews", package: "SpeziViews"),
.product(name: "SpeziPersonalInfo", package: "SpeziViews"),
.product(name: "OrderedCollections", package: "swift-collections")
],
swiftSettings: [
Expand Down
1 change: 1 addition & 0 deletions Tests/UITests/TestApp/OnboardingTestsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// SPDX-License-Identifier: MIT
//

import SpeziConsent
import SpeziOnboarding
import SpeziViews
import SwiftUI
Expand Down
7 changes: 7 additions & 0 deletions Tests/UITests/UITests.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
97C6AF792ACC88270060155B /* TestAppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97C6AF782ACC88270060155B /* TestAppDelegate.swift */; };
97C6AF7B2ACC89000060155B /* XCTestExtensions in Frameworks */ = {isa = PBXBuildFile; productRef = 97C6AF7A2ACC89000060155B /* XCTestExtensions */; };
97C6AF7F2ACC94450060155B /* OnboardingFlow+PreviewSimulator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97C6AF7E2ACC94450060155B /* OnboardingFlow+PreviewSimulator.swift */; };
9BFDA8112CC065920089565D /* SpeziConsent in Frameworks */ = {isa = PBXBuildFile; productRef = 9BFDA8102CC065920089565D /* SpeziConsent */; };
A950C9C02C68AFAD0052FA6D /* XCUIApplication+Onboarding.swift in Sources */ = {isa = PBXBuildFile; fileRef = A950C9BF2C68AFA80052FA6D /* XCUIApplication+Onboarding.swift */; };
C49959752C6C8C01008E5256 /* DocumentIdentifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = C49959732C6C8C01008E5256 /* DocumentIdentifiers.swift */; };
C49959762C6C8C01008E5256 /* ConsentStoreError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C49959742C6C8C01008E5256 /* ConsentStoreError.swift */; };
Expand Down Expand Up @@ -78,6 +79,7 @@
buildActionMask = 2147483647;
files = (
2F61BDC329DD02D600D71D33 /* SpeziOnboarding in Frameworks */,
9BFDA8112CC065920089565D /* SpeziConsent in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -191,6 +193,7 @@
name = TestApp;
packageProductDependencies = (
2F61BDC229DD02D600D71D33 /* SpeziOnboarding */,
9BFDA8102CC065920089565D /* SpeziConsent */,
);
productName = Example;
productReference = 2F6D139228F5F384007C25D6 /* TestApp.app */;
Expand Down Expand Up @@ -760,6 +763,10 @@
package = 97C6AF752ACC74080060155B /* XCRemoteSwiftPackageReference "XCTestExtensions" */;
productName = XCTestExtensions;
};
9BFDA8102CC065920089565D /* SpeziConsent */ = {
isa = XCSwiftPackageProductDependency;
productName = SpeziConsent;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 2F6D138A28F5F384007C25D6 /* Project object */;
Expand Down

0 comments on commit c5e7220

Please sign in to comment.