|
|
@@ -58,14 +58,17 @@
|
|
|
"Common/Theme/UIColor+Theme.swift",
|
|
|
"Common/Theme/UIFont+Theme.swift",
|
|
|
"Common/Theme/UIImage+Theme.swift",
|
|
|
+ "Common/Theme/UIImageView+Theme.swift",
|
|
|
Common/Views/Base/LNNavigationController.swift,
|
|
|
Common/Views/Base/LNViewController.swift,
|
|
|
Common/Views/Gender/LNGenderView.swift,
|
|
|
Common/Views/ImagePreview/LNImagePreviewCell.swift,
|
|
|
Common/Views/ImagePreview/LNImagePreviewController.swift,
|
|
|
+ Common/Views/ImageUpload/LNFeedbackImageUploadView.swift,
|
|
|
+ Common/Views/ImageUpload/LNMultiImagesUploadView.swift,
|
|
|
Common/Views/LNAutoSizeTextView.swift,
|
|
|
+ Common/Views/LNBirthdayDatePickerPanel.swift,
|
|
|
Common/Views/LNCircleProgressView.swift,
|
|
|
- Common/Views/LNDatePickerPanel.swift,
|
|
|
Common/Views/LNPopupView.swift,
|
|
|
Common/Views/LNSortedEditView.swift,
|
|
|
Common/Views/Menu/LNBottomSheetMenu.swift,
|
|
|
@@ -87,6 +90,7 @@
|
|
|
"GoogleService-Info-Release.plist",
|
|
|
Localizable.xcstrings,
|
|
|
Manager/Account/LNAccountManager.swift,
|
|
|
+ "Manager/Account/LNCommonAlertView+Settings.swift",
|
|
|
"Manager/Account/Network/LNHttpManager+Login.swift",
|
|
|
Manager/Account/Network/LNLoginResponse.swift,
|
|
|
Manager/Deeplink/LNDeeplinkManager.swift,
|
|
|
@@ -120,7 +124,6 @@
|
|
|
"Manager/Profile/Network/LNHttpManager+Profile.swift",
|
|
|
Manager/Profile/Network/LNProfileResponse.swift,
|
|
|
Manager/Purchase/LNPurchaseManager.swift,
|
|
|
- Manager/Purchase/LNUserWalletInfo.swift,
|
|
|
"Manager/Relation/LNCommonAlertView+Relation.swift",
|
|
|
Manager/Relation/LNRelationManager.swift,
|
|
|
"Manager/Relation/Network/LNHttpManager+Relation.swift",
|
|
|
@@ -150,7 +153,6 @@
|
|
|
Views/Home/LNHomeTopMenuView.swift,
|
|
|
Views/Home/LNHomeTopTabView.swift,
|
|
|
Views/Home/LNHomeViewController.swift,
|
|
|
- Views/Home/LNLanguageSettingPanel.swift,
|
|
|
Views/IM/Chat/Cells/LNIMChatBaseMessageCell.swift,
|
|
|
Views/IM/Chat/Cells/LNIMChatImageMessageCell.swift,
|
|
|
Views/IM/Chat/Cells/LNIMChatSystemMessageCell.swift,
|
|
|
@@ -191,8 +193,18 @@
|
|
|
Views/Order/OrderQR/LNOrderQRTabView.swift,
|
|
|
Views/Order/OrderQR/LNOrderShareImageGenerator.swift,
|
|
|
Views/Order/OrderQR/LNOrderSkillListPanel.swift,
|
|
|
+ Views/Profile/Edit/LNEditBioPanel.swift,
|
|
|
+ Views/Profile/Edit/LNEditGenderPanel.swift,
|
|
|
+ Views/Profile/Edit/LNEditInterestPanel.swift,
|
|
|
+ Views/Profile/Edit/LNEditNickNamePanel.swift,
|
|
|
+ Views/Profile/Edit/LNEditProfilePhotoWallView.swift,
|
|
|
+ Views/Profile/Edit/LNEditProfileUploadImageView.swift,
|
|
|
Views/Profile/Edit/LNEditProfileViewController.swift,
|
|
|
- Views/Profile/LNMineViewController.swift,
|
|
|
+ Views/Profile/Mine/LNMineFunctionView.swift,
|
|
|
+ Views/Profile/Mine/LNMineQRCodeShareView.swift,
|
|
|
+ Views/Profile/Mine/LNMineUserInfoView.swift,
|
|
|
+ Views/Profile/Mine/LNMineViewController.swift,
|
|
|
+ Views/Profile/Mine/LNMineWalletInfoView.swift,
|
|
|
Views/Profile/Post/LNPostShareImageGenerator.swift,
|
|
|
Views/Profile/Post/LNPostShareSkillItemView.swift,
|
|
|
Views/Profile/Post/LNPostSkillSelectPanel.swift,
|
|
|
@@ -209,11 +221,19 @@
|
|
|
Views/Profile/Profile/LNProfileUserDetailView.swift,
|
|
|
Views/Profile/Profile/LNProfileUserInfoView.swift,
|
|
|
Views/Profile/Profile/LNProfileViewController.swift,
|
|
|
- Views/Report/LNReportImageUploadView.swift,
|
|
|
+ Views/Profile/Profile/LNProfileVoiceBarView.swift,
|
|
|
+ Views/Profile/Relation/LNUserRelationItemCell.swift,
|
|
|
+ Views/Profile/Relation/LNUserRelationListView.swift,
|
|
|
+ Views/Profile/Relation/LNUserRelationNaviBarView.swift,
|
|
|
+ Views/Profile/Relation/LNUserRelationViewController.swift,
|
|
|
Views/Report/LNReportViewController.swift,
|
|
|
Views/Search/LNUserSearchHistoryView.swift,
|
|
|
Views/Search/LNUserSearchItemCell.swift,
|
|
|
Views/Search/LNUserSearchViewController.swift,
|
|
|
+ Views/Settings/LNAboutViewController.swift,
|
|
|
+ Views/Settings/LNHelpCenterViewController.swift,
|
|
|
+ Views/Settings/LNLanguageSettingPanel.swift,
|
|
|
+ Views/Settings/LNSettingsViewController.swift,
|
|
|
Views/Web/LNWebViewController.swift,
|
|
|
);
|
|
|
target = FBFE13BF2EBC39B000DCE6E9 /* Lanu */;
|