Skip to content

Commit accf100

Browse files
committed
移除无用代码
1 parent f56bfe8 commit accf100

6 files changed

+1
-309
lines changed

Bark.xcodeproj/project.pbxproj

-16
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@
118118
068EC15A27ED99E700D5D11E /* ServerListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 068EC15927ED99E700D5D11E /* ServerListViewModel.swift */; };
119119
068F66B3247BD84C00DAD25A /* MessageListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 068F66B2247BD84C00DAD25A /* MessageListViewController.swift */; };
120120
0699473D2D223094008D5E40 /* CustomTapTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0699473C2D223094008D5E40 /* CustomTapTextView.swift */; };
121-
06AE3118266F4E2E00B39FBB /* GroupFilterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06AE3117266F4E2E00B39FBB /* GroupFilterViewController.swift */; };
122-
06AE311A266F4E6600B39FBB /* GroupFilterViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06AE3119266F4E6600B39FBB /* GroupFilterViewModel.swift */; };
123-
06AE311C266F54A500B39FBB /* GroupTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06AE311B266F54A500B39FBB /* GroupTableViewCell.swift */; };
124-
06AE311E266F54CC00B39FBB /* GroupCellViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06AE311D266F54CC00B39FBB /* GroupCellViewModel.swift */; };
125121
06B1158D247BA6D5006D91FB /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06B1158C247BA6D5006D91FB /* CloudKit.framework */; };
126122
06B1158F247BB1FB006D91FB /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06B1158E247BB1FB006D91FB /* Message.swift */; };
127123
06B11591247BC132006D91FB /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06B1158E247BB1FB006D91FB /* Message.swift */; };
@@ -367,10 +363,6 @@
367363
068EC15927ED99E700D5D11E /* ServerListViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerListViewModel.swift; sourceTree = "<group>"; };
368364
068F66B2247BD84C00DAD25A /* MessageListViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageListViewController.swift; sourceTree = "<group>"; };
369365
0699473C2D223094008D5E40 /* CustomTapTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomTapTextView.swift; sourceTree = "<group>"; };
370-
06AE3117266F4E2E00B39FBB /* GroupFilterViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupFilterViewController.swift; sourceTree = "<group>"; };
371-
06AE3119266F4E6600B39FBB /* GroupFilterViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupFilterViewModel.swift; sourceTree = "<group>"; };
372-
06AE311B266F54A500B39FBB /* GroupTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupTableViewCell.swift; sourceTree = "<group>"; };
373-
06AE311D266F54CC00B39FBB /* GroupCellViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupCellViewModel.swift; sourceTree = "<group>"; };
374366
06B1158C247BA6D5006D91FB /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
375367
06B1158E247BB1FB006D91FB /* Message.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Message.swift; sourceTree = "<group>"; };
376368
06B11590247BBC15006D91FB /* NotificationServiceExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = NotificationServiceExtension.entitlements; sourceTree = "<group>"; };
@@ -492,8 +484,6 @@
492484
06BBB8B62567AC140076F63E /* MessageSettingsViewModel.swift */,
493485
060481ED250F404500BC9799 /* SoundsViewController.swift */,
494486
065BE43F2563D649002A8CA4 /* SoundsViewModel.swift */,
495-
06AE3117266F4E2E00B39FBB /* GroupFilterViewController.swift */,
496-
06AE3119266F4E6600B39FBB /* GroupFilterViewModel.swift */,
497487
06F11E7627D9D5FB00F00298 /* QRScannerViewController.swift */,
498488
068EC15727ED99C900D5D11E /* ServerListViewController.swift */,
499489
068EC15927ED99E700D5D11E /* ServerListViewModel.swift */,
@@ -525,8 +515,6 @@
525515
062B98C2251B2762004562E7 /* BKButton.swift */,
526516
06C595352481160F006B98F3 /* BKLabel.swift */,
527517
062B98C7251B27AE004562E7 /* UINavigationItem+Extension.swift */,
528-
06AE311B266F54A500B39FBB /* GroupTableViewCell.swift */,
529-
06AE311D266F54CC00B39FBB /* GroupCellViewModel.swift */,
530518
06C2CF222685B88D0034B127 /* TextCell.swift */,
531519
06C2CF242685BDB80034B127 /* SpacerCell.swift */,
532520
0642B55927EB13F100453D91 /* MutableTextCell.swift */,
@@ -1256,7 +1244,6 @@
12561244
0603706920E1F89500F4CA05 /* PreviewCardCell.swift in Sources */,
12571245
066890082D1946D500E106F2 /* MessageItemView.swift in Sources */,
12581246
0627DABB298B6EA2002F3F69 /* DropBoxView.swift in Sources */,
1259-
06AE311C266F54A500B39FBB /* GroupTableViewCell.swift in Sources */,
12601247
0672CB06256903F700570C9D /* MessageListViewModel.swift in Sources */,
12611248
0627DABD2990D615002F3F69 /* BorderTextField.swift in Sources */,
12621249
06E62C112D670F62004DC82B /* PushToCurrentIntent.swift in Sources */,
@@ -1268,7 +1255,6 @@
12681255
0699473D2D223094008D5E40 /* CustomTapTextView.swift in Sources */,
12691256
06EEF333291CCFF400CA228A /* CryptoSettingController.swift in Sources */,
12701257
0603706D20E23EC000F4CA05 /* BarkSFSafariViewController.swift in Sources */,
1271-
06AE311A266F4E6600B39FBB /* GroupFilterViewModel.swift in Sources */,
12721258
06F08EA429B098DD006AB9CA /* CryptoSettingManager.swift in Sources */,
12731259
0668900B2D19525400E106F2 /* ShowLessAndClearView.swift in Sources */,
12741260
06BD4DAA2901352E003364DB /* Object+Dictionary.swift in Sources */,
@@ -1295,12 +1281,10 @@
12951281
06C5952F248107F5006B98F3 /* iCloudStatusCell.swift in Sources */,
12961282
06BBB88725650C6C0076F63E /* ArchiveSettingManager.swift in Sources */,
12971283
065BE44B2563D8E1002A8CA4 /* Reusable.swift in Sources */,
1298-
06AE311E266F54CC00B39FBB /* GroupCellViewModel.swift in Sources */,
12991284
0637FA8620E0AB6600E80174 /* UIColor+Extension.swift in Sources */,
13001285
0637FA8A20E0D58800E80174 /* NewServerViewController.swift in Sources */,
13011286
067B2EB525693E38008B6BE1 /* MessageSection.swift in Sources */,
13021287
0637FA8220E09C4B00E80174 /* BarkNavigationController.swift in Sources */,
1303-
06AE3118266F4E2E00B39FBB /* GroupFilterViewController.swift in Sources */,
13041288
0637FA7A20E092B300E80174 /* Observable+Extension.swift in Sources */,
13051289
060481F0250F51CA00BC9799 /* SoundCell.swift in Sources */,
13061290
0667D194247D1BA0005DE2ED /* Date+Extension.swift in Sources */,

Bark/Localizable.xcstrings

+1-1
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@
19201920
"en" : {
19211921
"stringUnit" : {
19221922
"state" : "translated",
1923-
"value" : "Groups"
1923+
"value" : "Group"
19241924
}
19251925
},
19261926
"ja" : {

Controller/GroupFilterViewController.swift

-101
This file was deleted.

Controller/GroupFilterViewModel.swift

-91
This file was deleted.

View/GroupCellViewModel.swift

-22
This file was deleted.

View/GroupTableViewCell.swift

-78
This file was deleted.

0 commit comments

Comments
 (0)