Added OAuthSwift dependency to Secrets

This commit is contained in:
Maurice Parker 2020-04-15 19:26:53 -05:00
parent c414d22666
commit ca28faa8b5
1 changed files with 12 additions and 0 deletions

View File

@ -16,6 +16,7 @@
514BB43B243FFBFF0023B621 /* CredentialsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 514BB439243FFBFF0023B621 /* CredentialsManager.swift */; };
514BB43C243FFBFF0023B621 /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = 514BB43A243FFBFF0023B621 /* Credentials.swift */; };
5152BEF2244633FA00138380 /* OAuth1SwiftProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5152BEF1244633FA00138380 /* OAuth1SwiftProvider.swift */; };
51C99ABD2447DD730027D5F6 /* OAuthSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 51C99ABC2447DD730027D5F6 /* OAuthSwift.framework */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@ -30,6 +31,7 @@
514BB439243FFBFF0023B621 /* CredentialsManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CredentialsManager.swift; sourceTree = "<group>"; };
514BB43A243FFBFF0023B621 /* Credentials.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Credentials.swift; sourceTree = "<group>"; };
5152BEF1244633FA00138380 /* OAuth1SwiftProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuth1SwiftProvider.swift; sourceTree = "<group>"; };
51C99ABC2447DD730027D5F6 /* OAuthSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = OAuthSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -37,6 +39,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
51C99ABD2447DD730027D5F6 /* OAuthSwift.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -53,6 +56,7 @@
514BB41B243FFA640023B621 /* Products */,
514446EC2440030900EE752D /* Secrets.swift */,
514BB42B243FFAF50023B621 /* xcconfig */,
51C99ABB2447DD730027D5F6 /* Frameworks */,
);
sourceTree = "<group>";
};
@ -76,6 +80,14 @@
path = xcconfig;
sourceTree = "<group>";
};
51C99ABB2447DD730027D5F6 /* Frameworks */ = {
isa = PBXGroup;
children = (
51C99ABC2447DD730027D5F6 /* OAuthSwift.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */