1.0.18 feat:多语言支持

This commit is contained in:
eggmanQQQ
2024-10-29 17:00:27 +08:00
parent 0adb06fcd3
commit 1f6b060898
11 changed files with 376 additions and 42 deletions

View File

@@ -1181,11 +1181,9 @@
E85E7B502A4EB0D300B6D00A /* XPMineGuildListVC.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AFD2A4EB0D200B6D00A /* XPMineGuildListVC.m */; };
E85E7B512A4EB0D300B6D00A /* Api+Guild.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7AFF2A4EB0D200B6D00A /* Api+Guild.m */; };
E85E7B542A4EB4AD00B6D00A /* XPMineGuildListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B532A4EB4AD00B6D00A /* XPMineGuildListModel.m */; };
E85E7B632A4EC35A00B6D00A /* XPWithdrawAccountModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B5D2A4EC35A00B6D00A /* XPWithdrawAccountModel.m */; };
E85E7B642A4EC35A00B6D00A /* XPIncomeRecordModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B5E2A4EC35A00B6D00A /* XPIncomeRecordModel.m */; };
E85E7B652A4EC35A00B6D00A /* XPExchangeDiamondsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B5F2A4EC35A00B6D00A /* XPExchangeDiamondsModel.m */; };
E85E7B662A4EC35A00B6D00A /* XPIncomeRecordGoldDetailsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B602A4EC35A00B6D00A /* XPIncomeRecordGoldDetailsModel.m */; };
E85E7B672A4EC35A00B6D00A /* XPBindExtractInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B612A4EC35A00B6D00A /* XPBindExtractInfoModel.m */; };
E85E7B6B2A4EC39400B6D00A /* XPMineExchangeAuthorityModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B692A4EC39400B6D00A /* XPMineExchangeAuthorityModel.m */; };
E85E7B6E2A4EC4AE00B6D00A /* XPMineGuildPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B6C2A4EC4AE00B6D00A /* XPMineGuildPresenter.m */; };
E85E7B9F2A4EC99300B6D00A /* XPMineGiveDiamondPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = E85E7B752A4EC99200B6D00A /* XPMineGiveDiamondPresenter.m */; };
@@ -3782,13 +3780,9 @@
E85E7B592A4EC35A00B6D00A /* XPIncomeRecordGoldDetailsModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPIncomeRecordGoldDetailsModel.h; sourceTree = "<group>"; };
E85E7B5A2A4EC35A00B6D00A /* XPExchangeDiamondsModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPExchangeDiamondsModel.h; sourceTree = "<group>"; };
E85E7B5B2A4EC35A00B6D00A /* XPIncomeRecordModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPIncomeRecordModel.h; sourceTree = "<group>"; };
E85E7B5C2A4EC35A00B6D00A /* XPBindExtractInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPBindExtractInfoModel.h; sourceTree = "<group>"; };
E85E7B5D2A4EC35A00B6D00A /* XPWithdrawAccountModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPWithdrawAccountModel.m; sourceTree = "<group>"; };
E85E7B5E2A4EC35A00B6D00A /* XPIncomeRecordModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPIncomeRecordModel.m; sourceTree = "<group>"; };
E85E7B5F2A4EC35A00B6D00A /* XPExchangeDiamondsModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPExchangeDiamondsModel.m; sourceTree = "<group>"; };
E85E7B602A4EC35A00B6D00A /* XPIncomeRecordGoldDetailsModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPIncomeRecordGoldDetailsModel.m; sourceTree = "<group>"; };
E85E7B612A4EC35A00B6D00A /* XPBindExtractInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPBindExtractInfoModel.m; sourceTree = "<group>"; };
E85E7B622A4EC35A00B6D00A /* XPWithdrawAccountModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPWithdrawAccountModel.h; sourceTree = "<group>"; };
E85E7B692A4EC39400B6D00A /* XPMineExchangeAuthorityModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineExchangeAuthorityModel.m; sourceTree = "<group>"; };
E85E7B6A2A4EC39400B6D00A /* XPMineExchangeAuthorityModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPMineExchangeAuthorityModel.h; sourceTree = "<group>"; };
E85E7B6C2A4EC4AE00B6D00A /* XPMineGuildPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildPresenter.m; sourceTree = "<group>"; };
@@ -8993,13 +8987,9 @@
E85E7B592A4EC35A00B6D00A /* XPIncomeRecordGoldDetailsModel.h */,
E85E7B5A2A4EC35A00B6D00A /* XPExchangeDiamondsModel.h */,
E85E7B5B2A4EC35A00B6D00A /* XPIncomeRecordModel.h */,
E85E7B5C2A4EC35A00B6D00A /* XPBindExtractInfoModel.h */,
E85E7B5D2A4EC35A00B6D00A /* XPWithdrawAccountModel.m */,
E85E7B5E2A4EC35A00B6D00A /* XPIncomeRecordModel.m */,
E85E7B5F2A4EC35A00B6D00A /* XPExchangeDiamondsModel.m */,
E85E7B602A4EC35A00B6D00A /* XPIncomeRecordGoldDetailsModel.m */,
E85E7B612A4EC35A00B6D00A /* XPBindExtractInfoModel.m */,
E85E7B622A4EC35A00B6D00A /* XPWithdrawAccountModel.h */,
);
path = RecordIncome;
sourceTree = "<group>";
@@ -11811,7 +11801,6 @@
E8659909273E800D00EE349D /* XPGiftCollectionViewFlowLayout.m in Sources */,
238B37BD2AC55A2C00BFC9D5 /* XPTreasureFairyTrialsContentView.m in Sources */,
E85E7B262A4EB0D300B6D00A /* XPMineGuildViewController.m in Sources */,
E85E7B672A4EC35A00B6D00A /* XPBindExtractInfoModel.m in Sources */,
E86596512701A1C000846EBD /* StatisticsService.m in Sources */,
54E82EAB2CA9261000C931D9 /* Api+Boom.m in Sources */,
5412E0F42C4E460300FDD668 /* XPMineCenterAgencyView.m in Sources */,
@@ -11916,7 +11905,6 @@
9B1B72BC28003E06003FACE9 /* XPAnchorPKTableViewCell.m in Sources */,
E8E70D7A26F2F16600F03460 /* XPMinePresent.m in Sources */,
238B37AA2AC55A2C00BFC9D5 /* TreasureFairyInfoModel.m in Sources */,
E85E7B632A4EC35A00B6D00A /* XPWithdrawAccountModel.m in Sources */,
238B37A42AC55A2C00BFC9D5 /* TreasureFairyLimitModel.m in Sources */,
E87DF4D42A42C9B1009C1185 /* HomeRecommendRoomModel.m in Sources */,
23E9EAB22A84C9DE00B792F2 /* XPMineUserInfoTagViewCell.m in Sources */,
@@ -13094,7 +13082,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 20.20.39;
MARKETING_VERSION = 20.20.42;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -13446,7 +13434,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 20.20.39;
MARKETING_VERSION = 20.20.42;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",