Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actually fail CI when tests fail #313

Merged
merged 14 commits into from
Apr 23, 2024
Prev Previous commit
Next Next commit
Do not embed watchOS
  • Loading branch information
dfed committed Apr 23, 2024
commit d2651be4eaba428cd60e94b49e02224bc4b60124
13 changes: 0 additions & 13 deletions Valet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@
321C3FAB2BD77F6600AB3952 /* MigrationErrorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 167E250123D624EF00889121 /* MigrationErrorTests.swift */; };
321C3FAC2BD77F6600AB3952 /* KeychainErrorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 167E24FD23D6235000889121 /* KeychainErrorTests.swift */; };
322CF5242BD77E6500B1F0D0 /* Valet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 16DF6ADA204B45EB00F8E0A4 /* Valet.framework */; };
322CF5252BD77E6500B1F0D0 /* Valet.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 16DF6ADA204B45EB00F8E0A4 /* Valet.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
32DC88852475111D005A9BFA /* MigratableKeyValuePair.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32DC88842475111D005A9BFA /* MigratableKeyValuePair.swift */; };
32DC88862475111D005A9BFA /* MigratableKeyValuePair.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32DC88842475111D005A9BFA /* MigratableKeyValuePair.swift */; };
32DC88872475111D005A9BFA /* MigratableKeyValuePair.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32DC88842475111D005A9BFA /* MigratableKeyValuePair.swift */; };
Expand Down Expand Up @@ -450,17 +449,6 @@
name = "Embed Watch Content";
runOnlyForDeploymentPostprocessing = 0;
};
322CF5282BD77E6500B1F0D0 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
322CF5252BD77E6500B1F0D0 /* Valet.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
373E0A2628AD3CCC00024F8F /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -1286,7 +1274,6 @@
322CF5142BD77E1300B1F0D0 /* Sources */,
322CF5152BD77E1300B1F0D0 /* Frameworks */,
322CF5162BD77E1300B1F0D0 /* Resources */,
322CF5282BD77E6500B1F0D0 /* Embed Frameworks */,
);
buildRules = (
);
Expand Down