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

Manually link JWTDecode and SimpleKeychain #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Auth0.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
1F88AAEF2CA1C0D800BC4FF4 /* JWTDecode.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F88AAEE2CA1C0D800BC4FF4 /* JWTDecode.framework */; };
1F88AAF32CA1C0DE00BC4FF4 /* SimpleKeychain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F88AAF22CA1C0DE00BC4FF4 /* SimpleKeychain.framework */; };
5B0893E620F8A52100FBF962 /* CredentialsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BEDE1891EC21B040007300D /* CredentialsManager.swift */; };
5B0893E720F8A52400FBF962 /* CredentialsManagerError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B5E93F81EC45C22002A37F9 /* CredentialsManagerError.swift */; };
5B16D88E1F7141A0009476A5 /* ASProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B16D88C1F7141A0009476A5 /* ASProvider.swift */; };
Expand Down Expand Up @@ -607,6 +609,10 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
1F88AAE72CA1C0C300BC4FF4 /* JWTDecode.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = JWTDecode.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1F88AAEB2CA1C0CC00BC4FF4 /* SimpleKeychain.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SimpleKeychain.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1F88AAEE2CA1C0D800BC4FF4 /* JWTDecode.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = JWTDecode.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1F88AAF22CA1C0DE00BC4FF4 /* SimpleKeychain.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SimpleKeychain.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5B16D88C1F7141A0009476A5 /* ASProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ASProvider.swift; sourceTree = "<group>"; };
5B16D8921F714324009476A5 /* WebAuthUserAgent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WebAuthUserAgent.swift; path = Auth0/WebAuthUserAgent.swift; sourceTree = SOURCE_ROOT; };
5B1748731EF2D3A40060E653 /* Helpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -791,6 +797,8 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
1F88AAF32CA1C0DE00BC4FF4 /* SimpleKeychain.framework in Frameworks */,
1F88AAEF2CA1C0D800BC4FF4 /* JWTDecode.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1070,6 +1078,10 @@
5F06DDC21CC5712F0011842B /* Frameworks */ = {
isa = PBXGroup;
children = (
1F88AAF22CA1C0DE00BC4FF4 /* SimpleKeychain.framework */,
1F88AAEE2CA1C0D800BC4FF4 /* JWTDecode.framework */,
1F88AAEB2CA1C0CC00BC4FF4 /* SimpleKeychain.framework */,
1F88AAE72CA1C0C300BC4FF4 /* JWTDecode.framework */,
5CD9FC8426FE30EB009C2B27 /* JWTDecode.xcframework */,
5CD9FC8526FE30EB009C2B27 /* SimpleKeychain.xcframework */,
5CD9FC6B26FE30A6009C2B27 /* Nimble.xcframework */,
Expand Down