新增音萌第三方库

This commit is contained in:
liyuhua
2023-12-08 16:16:47 +08:00
parent 408f22a952
commit 9d3ce9a5bc
2 changed files with 33 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
archiveVersion = 1; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 53; objectVersion = 54;
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
@@ -1131,7 +1131,6 @@
186A891F2A41ABBA001DE99E /* DDMyAuthorStatusViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DDMyAuthorStatusViewController.m; sourceTree = "<group>"; }; 186A891F2A41ABBA001DE99E /* DDMyAuthorStatusViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DDMyAuthorStatusViewController.m; sourceTree = "<group>"; };
186A89212A41AE60001DE99E /* MultiFactorFacade.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MultiFactorFacade.framework; sourceTree = "<group>"; }; 186A89212A41AE60001DE99E /* MultiFactorFacade.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MultiFactorFacade.framework; sourceTree = "<group>"; };
186A89222A41AE60001DE99E /* DTFUtility.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = DTFUtility.framework; sourceTree = "<group>"; }; 186A89222A41AE60001DE99E /* DTFUtility.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = DTFUtility.framework; sourceTree = "<group>"; };
186A89232A41AE61001DE99E /* APPSecuritySDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = APPSecuritySDK.framework; sourceTree = "<group>"; };
186A89242A41AE62001DE99E /* DTFIdentityManager.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = DTFIdentityManager.framework; sourceTree = "<group>"; }; 186A89242A41AE62001DE99E /* DTFIdentityManager.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = DTFIdentityManager.framework; sourceTree = "<group>"; };
186A89252A41AE62001DE99E /* AliyunFaceAuthFacade.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AliyunFaceAuthFacade.framework; sourceTree = "<group>"; }; 186A89252A41AE62001DE99E /* AliyunFaceAuthFacade.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AliyunFaceAuthFacade.framework; sourceTree = "<group>"; };
186A89262A41AE63001DE99E /* deviceiOS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = deviceiOS.framework; sourceTree = "<group>"; }; 186A89262A41AE63001DE99E /* deviceiOS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = deviceiOS.framework; sourceTree = "<group>"; };
@@ -4852,6 +4851,37 @@
path = PassWordView; path = PassWordView;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
2358F5732B23085F0038453C /* YingMeng */ = {
isa = PBXGroup;
children = (
2358F5742B23085F0038453C /* DDBaseCompilation */,
);
path = YingMeng;
sourceTree = "<group>";
};
2358F5742B23085F0038453C /* DDBaseCompilation */ = {
isa = PBXGroup;
children = (
2358F5752B23085F0038453C /* DDBaseUI */,
2358F5762B23085F0038453C /* DDBaseTool */,
);
path = DDBaseCompilation;
sourceTree = "<group>";
};
2358F5752B23085F0038453C /* DDBaseUI */ = {
isa = PBXGroup;
children = (
);
path = DDBaseUI;
sourceTree = "<group>";
};
2358F5762B23085F0038453C /* DDBaseTool */ = {
isa = PBXGroup;
children = (
);
path = DDBaseTool;
sourceTree = "<group>";
};
32CE1ADC954F476C1C94DB40 /* Frameworks */ = { 32CE1ADC954F476C1C94DB40 /* Frameworks */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
@@ -4934,7 +4964,6 @@
186A89372A41AE71001DE99E /* OCRXMedia.bundle */, 186A89372A41AE71001DE99E /* OCRXMedia.bundle */,
186A89252A41AE62001DE99E /* AliyunFaceAuthFacade.framework */, 186A89252A41AE62001DE99E /* AliyunFaceAuthFacade.framework */,
186A89282A41AE66001DE99E /* APBToygerFacade.framework */, 186A89282A41AE66001DE99E /* APBToygerFacade.framework */,
186A89232A41AE61001DE99E /* APPSecuritySDK.framework */,
186A89272A41AE64001DE99E /* BioAuthEngine.framework */, 186A89272A41AE64001DE99E /* BioAuthEngine.framework */,
186A89262A41AE63001DE99E /* deviceiOS.framework */, 186A89262A41AE63001DE99E /* deviceiOS.framework */,
186A89242A41AE62001DE99E /* DTFIdentityManager.framework */, 186A89242A41AE62001DE99E /* DTFIdentityManager.framework */,
@@ -4948,6 +4977,7 @@
18AFFEB12A4BCA65008F6478 /* V2Versions */, 18AFFEB12A4BCA65008F6478 /* V2Versions */,
18660CB72A21910C0032D0C9 /* CodeClass */, 18660CB72A21910C0032D0C9 /* CodeClass */,
18660CA72A21904F0032D0C9 /* AppDelegate */, 18660CA72A21904F0032D0C9 /* AppDelegate */,
2358F5732B23085F0038453C /* YingMeng */,
ECA531402A20EB60006E6D04 /* Main.storyboard */, ECA531402A20EB60006E6D04 /* Main.storyboard */,
ECA531432A20EB64006E6D04 /* Assets.xcassets */, ECA531432A20EB64006E6D04 /* Assets.xcassets */,
ECA531452A20EB64006E6D04 /* LaunchScreen.storyboard */, ECA531452A20EB64006E6D04 /* LaunchScreen.storyboard */,

View File

@@ -46,7 +46,6 @@ target 'DingDangApp' do
pod 'UMCommon' pod 'UMCommon'
pod 'MBProgressHUD' pod 'MBProgressHUD'
pod 'FFPopup' pod 'FFPopup'
pod 'NTESQuickPass'
pod 'FLAnimatedImage' pod 'FLAnimatedImage'
pod 'SDWebImageFLPlugin' pod 'SDWebImageFLPlugin'
pod 'SZTextView' pod 'SZTextView'