音萌商店包版本修改 此commit置顶 1.0.7

This commit is contained in:
liyuhua
2024-04-28 16:30:33 +08:00
parent e41907bd4e
commit 7109bdbd11
5 changed files with 35 additions and 50 deletions

15
Podfile
View File

@@ -11,7 +11,7 @@ target 'yinmeng-ios' do
pod 'MBProgressHUD' pod 'MBProgressHUD'
pod 'SVGAPlayer' pod 'SVGAPlayer'
pod 'YYText' pod 'YYText'
pod 'YYWebImage', '~> 1.0.5' pod 'YYWebImage'
#下拉刷新控件 #下拉刷新控件
pod 'MJRefresh' pod 'MJRefresh'
# 滑动标签栏 # 滑动标签栏
@@ -22,26 +22,27 @@ target 'yinmeng-ios' do
#cell #cell
pod 'Reusable' pod 'Reusable'
#约束 #约束
pod 'SnapKit', '~> 5.6.0' pod 'SnapKit'
#获取设备信息 #获取设备信息
pod 'DeviceKit', '~> 4.0' pod 'DeviceKit'
pod 'Nuke' pod 'Nuke'
pod "NSObject+Rx" pod "NSObject+Rx"
pod 'Qiniu' pod 'Qiniu'
#文字自动滚动 #文字自动滚动
pod 'MarqueeLabel' pod 'MarqueeLabel'
pod 'NIMSDK_LITE', '9.6.1' pod 'NIMSDK_LITE'
pod 'TZImagePickerController' pod 'TZImagePickerController'
pod 'LookinServer', :configurations => ['Debug'] pod 'LookinServer', :configurations => ['Debug']
#pop动画 #pop动画
pod 'pop', '~> 1.0.12' pod 'pop'
pod 'FFPopup' pod 'FFPopup'
pod 'TXLiteAVSDK_TRTC', '~> 11.4.14530' pod 'TXLiteAVSDK_TRTC'
pod 'MJExtension' pod 'MJExtension'
pod 'QGVAPlayer' pod 'QGVAPlayer'
#声网 #声网
pod 'AgoraRtcEngine_iOS', '~> 4.2.2' pod 'AgoraRtcEngine_iOS'
# Pods for yinmeng-ios # Pods for yinmeng-ios
end end

View File

@@ -7,6 +7,7 @@
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
23116B0A2BDB8CA100F7F97A /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 23116B072BDB812600F7F97A /* PrivacyInfo.xcprivacy */; };
2311D69D2B8DC311001C70AB /* PlanetStarModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2311D69C2B8DC311001C70AB /* PlanetStarModel.swift */; }; 2311D69D2B8DC311001C70AB /* PlanetStarModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2311D69C2B8DC311001C70AB /* PlanetStarModel.swift */; };
2311D6A12B8DD649001C70AB /* StarIcon.svga in Resources */ = {isa = PBXBuildFile; fileRef = 2311D6A02B8DD649001C70AB /* StarIcon.svga */; }; 2311D6A12B8DD649001C70AB /* StarIcon.svga in Resources */ = {isa = PBXBuildFile; fileRef = 2311D6A02B8DD649001C70AB /* StarIcon.svga */; };
2311D6A52B8F0E06001C70AB /* StarGift.svga in Resources */ = {isa = PBXBuildFile; fileRef = 2311D6A42B8F0E06001C70AB /* StarGift.svga */; }; 2311D6A52B8F0E06001C70AB /* StarGift.svga in Resources */ = {isa = PBXBuildFile; fileRef = 2311D6A42B8F0E06001C70AB /* StarGift.svga */; };
@@ -192,6 +193,7 @@
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
23116B072BDB812600F7F97A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
2311D69C2B8DC311001C70AB /* PlanetStarModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlanetStarModel.swift; sourceTree = "<group>"; }; 2311D69C2B8DC311001C70AB /* PlanetStarModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlanetStarModel.swift; sourceTree = "<group>"; };
2311D6A02B8DD649001C70AB /* StarIcon.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = StarIcon.svga; sourceTree = "<group>"; }; 2311D6A02B8DD649001C70AB /* StarIcon.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = StarIcon.svga; sourceTree = "<group>"; };
2311D6A42B8F0E06001C70AB /* StarGift.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = StarGift.svga; sourceTree = "<group>"; }; 2311D6A42B8F0E06001C70AB /* StarGift.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = StarGift.svga; sourceTree = "<group>"; };
@@ -247,7 +249,6 @@
23630BCE2BADA7D9003AD25D /* SendGiftSendNumView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftSendNumView.swift; sourceTree = "<group>"; }; 23630BCE2BADA7D9003AD25D /* SendGiftSendNumView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftSendNumView.swift; sourceTree = "<group>"; };
23630BD02BADA900003AD25D /* SendGiftSendNumCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftSendNumCell.swift; sourceTree = "<group>"; }; 23630BD02BADA900003AD25D /* SendGiftSendNumCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftSendNumCell.swift; sourceTree = "<group>"; };
23630BD22BADA9FF003AD25D /* SendGiftSendNumModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftSendNumModel.swift; sourceTree = "<group>"; }; 23630BD22BADA9FF003AD25D /* SendGiftSendNumModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftSendNumModel.swift; sourceTree = "<group>"; };
2368ECE02BC521B200EDF4C9 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
238F418C2BBAB08A008564B8 /* YinUserInfoHeadView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YinUserInfoHeadView.swift; sourceTree = "<group>"; }; 238F418C2BBAB08A008564B8 /* YinUserInfoHeadView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YinUserInfoHeadView.swift; sourceTree = "<group>"; };
238F418E2BBAC7BF008564B8 /* YinUserInfoHeadItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YinUserInfoHeadItemView.swift; sourceTree = "<group>"; }; 238F418E2BBAC7BF008564B8 /* YinUserInfoHeadItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YinUserInfoHeadItemView.swift; sourceTree = "<group>"; };
238F41932BBBDCBE008564B8 /* YinUserInfoMoreCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YinUserInfoMoreCell.swift; sourceTree = "<group>"; }; 238F41932BBBDCBE008564B8 /* YinUserInfoMoreCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YinUserInfoMoreCell.swift; sourceTree = "<group>"; };
@@ -1198,7 +1199,6 @@
E884E85E2B6900C500ADE6EE /* AppDelegate.swift */, E884E85E2B6900C500ADE6EE /* AppDelegate.swift */,
E884E8642B6900C500ADE6EE /* Main.storyboard */, E884E8642B6900C500ADE6EE /* Main.storyboard */,
2311D6DC2B9204EF001C70AB /* logoBg.png */, 2311D6DC2B9204EF001C70AB /* logoBg.png */,
2368ECE02BC521B200EDF4C9 /* PrivacyInfo.xcprivacy */,
2311D6D82B920442001C70AB /* yinLogo.png */, 2311D6D82B920442001C70AB /* yinLogo.png */,
2311D6DA2B920478001C70AB /* textLogo.png */, 2311D6DA2B920478001C70AB /* textLogo.png */,
23EE96F92BA1A3A200475D69 /* YinSpeak.svga */, 23EE96F92BA1A3A200475D69 /* YinSpeak.svga */,
@@ -1209,6 +1209,7 @@
E884E8672B6900C600ADE6EE /* Assets.xcassets */, E884E8672B6900C600ADE6EE /* Assets.xcassets */,
E884E8692B6900C600ADE6EE /* LaunchScreen.storyboard */, E884E8692B6900C600ADE6EE /* LaunchScreen.storyboard */,
E884E86C2B6900C600ADE6EE /* Info.plist */, E884E86C2B6900C600ADE6EE /* Info.plist */,
23116B072BDB812600F7F97A /* PrivacyInfo.xcprivacy */,
); );
path = "yinmeng-ios"; path = "yinmeng-ios";
sourceTree = "<group>"; sourceTree = "<group>";
@@ -1381,6 +1382,7 @@
E884E8582B6900C500ADE6EE /* Frameworks */, E884E8582B6900C500ADE6EE /* Frameworks */,
E884E8592B6900C500ADE6EE /* Resources */, E884E8592B6900C500ADE6EE /* Resources */,
0486212FDC8E85876369464E /* [CP] Embed Pods Frameworks */, 0486212FDC8E85876369464E /* [CP] Embed Pods Frameworks */,
342A0E7CD92CA856FA58E3A4 /* [CP] Copy Pods Resources */,
); );
buildRules = ( buildRules = (
); );
@@ -1430,6 +1432,7 @@
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
23116B0A2BDB8CA100F7F97A /* PrivacyInfo.xcprivacy in Resources */,
23EE96FA2BA1A3A300475D69 /* YinSpeak.svga in Resources */, 23EE96FA2BA1A3A300475D69 /* YinSpeak.svga in Resources */,
2311D6D92B920442001C70AB /* yinLogo.png in Resources */, 2311D6D92B920442001C70AB /* yinLogo.png in Resources */,
E884E86B2B6900C600ADE6EE /* LaunchScreen.storyboard in Resources */, E884E86B2B6900C600ADE6EE /* LaunchScreen.storyboard in Resources */,
@@ -1464,6 +1467,23 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-yinmeng-ios/Pods-yinmeng-ios-frameworks.sh\"\n"; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-yinmeng-ios/Pods-yinmeng-ios-frameworks.sh\"\n";
showEnvVarsInLog = 0; showEnvVarsInLog = 0;
}; };
342A0E7CD92CA856FA58E3A4 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-yinmeng-ios/Pods-yinmeng-ios-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-yinmeng-ios/Pods-yinmeng-ios-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-yinmeng-ios/Pods-yinmeng-ios-resources.sh\"\n";
showEnvVarsInLog = 0;
};
65A9458CEC329A8AC9C7F88D /* [CP] Check Pods Manifest.lock */ = { 65A9458CEC329A8AC9C7F88D /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
@@ -1815,7 +1835,7 @@
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "yinmeng-ios/yinmeng-ios.entitlements"; CODE_SIGN_ENTITLEMENTS = "yinmeng-ios/yinmeng-ios.entitlements";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 2;
DEFINES_MODULE = YES; DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 48UCG35Q9W; DEVELOPMENT_TEAM = 48UCG35Q9W;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -1837,7 +1857,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.0.5; MARKETING_VERSION = 1.0.7;
PRODUCT_BUNDLE_IDENTIFIER = "linyudan.yinmeng-ios"; PRODUCT_BUNDLE_IDENTIFIER = "linyudan.yinmeng-ios";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -1859,7 +1879,7 @@
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "yinmeng-ios/yinmeng-ios.entitlements"; CODE_SIGN_ENTITLEMENTS = "yinmeng-ios/yinmeng-ios.entitlements";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 2;
DEFINES_MODULE = YES; DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 48UCG35Q9W; DEVELOPMENT_TEAM = 48UCG35Q9W;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -1881,7 +1901,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.0.5; MARKETING_VERSION = 1.0.7;
PRODUCT_BUNDLE_IDENTIFIER = "linyudan.yinmeng-ios"; PRODUCT_BUNDLE_IDENTIFIER = "linyudan.yinmeng-ios";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

View File

@@ -1,36 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
uuid = "265D86DA-810F-46B5-8843-7CF61C036487"
type = "0"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint">
<BreakpointContent
uuid = "B72A7630-2547-456B-951B-4C7FD280A268"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
breakpointStackSelectionBehavior = "1"
scope = "1"
stopOnStyle = "0">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "A13339C1-73DD-4996-91B1-602150B243F2"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "yinmeng-ios/Modules/Chat/VM/ChatViewModel.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "329"
endingLineNumber = "329"
landmarkName = "onRecvMessages(_:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>

View File

@@ -397,7 +397,7 @@ class YinUserInfoHeadView: UIView{
}() }()
private lazy var arrowView:UIButton = { private lazy var arrowView:UIButton = {
let _arrowView = UIButton.getCustomBtn(image: UIImage(named: "yin_mine_header_arrow")) let _arrowView = UIButton.getCustomBtn(image: UIImage(named: "yin_mine_header_arrow"))
_arrowView.isHidden = true
return _arrowView return _arrowView
}() }()