Skip to content

Commit

Permalink
chore: added custom networking stubs to be available for tvos test ta…
Browse files Browse the repository at this point in the history
…rget as well
  • Loading branch information
desusai7 committed Jul 3, 2024
1 parent 1b609eb commit 6c53e9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Auth0.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@
A7DDDF6D2BC9A81E0077B067 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A7DDDF6B2BC9A81E0077B067 /* PrivacyInfo.xcprivacy */; };
A7DDDF6E2BC9A81E0077B067 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A7DDDF6B2BC9A81E0077B067 /* PrivacyInfo.xcprivacy */; };
A7DDDF702BC9A93F0077B067 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A7DDDF6B2BC9A81E0077B067 /* PrivacyInfo.xcprivacy */; };
C12BFE432C352DD400D1CC00 /* NetworkStub.swift in Sources */ = {isa = PBXBuildFile; fileRef = C177D76F2C2BDFE40094C657 /* NetworkStub.swift */; };
C12BFE442C352DD700D1CC00 /* StubURLProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = C177D7742C2BE00D0094C657 /* StubURLProtocol.swift */; };
C177D6C32C2ADDEB0094C657 /* Auth0.plist in Resources */ = {isa = PBXBuildFile; fileRef = C177D6C22C2ADDEB0094C657 /* Auth0.plist */; };
C177D6C72C2ADEB60094C657 /* CwlPreconditionTesting in Frameworks */ = {isa = PBXBuildFile; productRef = C177D6C62C2ADEB60094C657 /* CwlPreconditionTesting */; };
C177D6CD2C2AFBEA0094C657 /* Auth0.plist in Resources */ = {isa = PBXBuildFile; fileRef = C177D6C22C2ADDEB0094C657 /* Auth0.plist */; };
Expand Down Expand Up @@ -2314,12 +2316,14 @@
5F28B4691D8300D50000EB23 /* LoggerSpec.swift in Sources */,
5F1FBB9A1D8A44C0006B0B85 /* ResponseSpec.swift in Sources */,
5F331B0C1D4BB7F900AE4382 /* UsersSpec.swift in Sources */,
C12BFE442C352DD700D1CC00 /* StubURLProtocol.swift in Sources */,
5F331B0E1D4BB80700AE4382 /* Matchers.swift in Sources */,
5F331B0A1D4BB7F900AE4382 /* ManagementSpec.swift in Sources */,
5F331B091D4BB7EE00AE4382 /* AuthenticationErrorSpec.swift in Sources */,
5F331B101D4BB80700AE4382 /* Auth0Spec.swift in Sources */,
5C809D9C275FA3F000F15A67 /* ManagementErrorSpec.swift in Sources */,
5C809D98275F878E00F15A67 /* CredentialsManagerErrorSpec.swift in Sources */,
C12BFE432C352DD400D1CC00 /* NetworkStub.swift in Sources */,
5F331B041D4BB78C00AE4382 /* TelemetrySpec.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit 6c53e9c

Please sign in to comment.