Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 284a361

Browse files
committed
Removing StatsStringUtilities.
1 parent 21575dc commit 284a361

File tree

4 files changed

+0
-43
lines changed

4 files changed

+0
-43
lines changed

WordPressKit.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,6 @@
323323
931924241F1662FA0069CBCC /* JSONLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931924231F1662FA0069CBCC /* JSONLoader.swift */; };
324324
9368C7851EC5EF1B0092CE8E /* WordPressKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9368C77B1EC5EF1B0092CE8E /* WordPressKit.framework */; };
325325
9368C78C1EC5EF1B0092CE8E /* WordPressKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 9368C77E1EC5EF1B0092CE8E /* WordPressKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
326-
9368C7BF1EC630CE0092CE8E /* StatsStringUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 9368C7BD1EC630CE0092CE8E /* StatsStringUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
327-
9368C7C01EC630CE0092CE8E /* StatsStringUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 9368C7BE1EC630CE0092CE8E /* StatsStringUtilities.m */; };
328326
93AB06041EE8838400EF8764 /* RemoteTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93AB06031EE8838400EF8764 /* RemoteTestCase.swift */; };
329327
93AC8EC41ED32FD000900F5A /* emptyarray.json in Resources */ = {isa = PBXBuildFile; fileRef = 93AC8EA51ED32FD000900F5A /* emptyarray.json */; };
330328
93AC8EC51ED32FD000900F5A /* stats-batch.json in Resources */ = {isa = PBXBuildFile; fileRef = 93AC8EA61ED32FD000900F5A /* stats-batch.json */; };
@@ -832,8 +830,6 @@
832830
9368C77F1EC5EF1B0092CE8E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
833831
9368C7841EC5EF1B0092CE8E /* WordPressKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WordPressKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
834832
9368C78B1EC5EF1B0092CE8E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
835-
9368C7BD1EC630CE0092CE8E /* StatsStringUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StatsStringUtilities.h; sourceTree = "<group>"; };
836-
9368C7BE1EC630CE0092CE8E /* StatsStringUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StatsStringUtilities.m; sourceTree = "<group>"; };
837833
93AB06031EE8838400EF8764 /* RemoteTestCase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RemoteTestCase.swift; sourceTree = "<group>"; };
838834
93AC8EA51ED32FD000900F5A /* emptyarray.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = emptyarray.json; sourceTree = "<group>"; };
839835
93AC8EA61ED32FD000900F5A /* stats-batch.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "stats-batch.json"; sourceTree = "<group>"; };
@@ -1430,8 +1426,6 @@
14301426
74C473AB1EF2F75E009918F2 /* SiteManagementServiceRemote.swift */,
14311427
74B5F0E01EF82D2100B411E7 /* SiteServiceRemoteWordPressComREST.h */,
14321428
74B5F0E11EF82D2100B411E7 /* SiteServiceRemoteWordPressComREST.m */,
1433-
9368C7BD1EC630CE0092CE8E /* StatsStringUtilities.h */,
1434-
9368C7BE1EC630CE0092CE8E /* StatsStringUtilities.m */,
14351429
9311A6801F22625A00704AC9 /* TaxonomyServiceRemote.h */,
14361430
9311A6811F22625A00704AC9 /* TaxonomyServiceRemoteREST.h */,
14371431
9311A6821F22625A00704AC9 /* TaxonomyServiceRemoteREST.m */,
@@ -1896,7 +1890,6 @@
18961890
93BD277D1EE73944002BB00B /* NSDate+WordPressJSON.h in Headers */,
18971891
93BD273B1EE73282002BB00B /* AccountServiceRemote.h in Headers */,
18981892
93BD27691EE736A8002BB00B /* RemoteUser.h in Headers */,
1899-
9368C7BF1EC630CE0092CE8E /* StatsStringUtilities.h in Headers */,
19001893
74B5F0DC1EF829B800B411E7 /* BlogServiceRemote.h in Headers */,
19011894
74B5F0D71EF8299B00B411E7 /* BlogServiceRemoteREST.h in Headers */,
19021895
74B5F0E61EF8699C00B411E7 /* RemotePostType.h in Headers */,
@@ -2408,7 +2401,6 @@
24082401
7403A3021EF0726E00DED7DC /* AccountSettings.swift in Sources */,
24092402
40E7FEA9220FA4060032834E /* StatsEmailFollowersInsight.swift in Sources */,
24102403
404057DA221C9D560060250C /* StatsTopReferrersTimeIntervalData.swift in Sources */,
2411-
9368C7C01EC630CE0092CE8E /* StatsStringUtilities.m in Sources */,
24122404
826016F11F9FA13A00533B6C /* ActivityServiceRemote.swift in Sources */,
24132405
74BA04FA1F06DC3900ED5CD8 /* RemoteComment.m in Sources */,
24142406
7E3E7A4C20E443AA0075D159 /* NSMutableParagraphStyle+extensions.swift in Sources */,

WordPressKit/StatsStringUtilities.h

Lines changed: 0 additions & 11 deletions
This file was deleted.

WordPressKit/StatsStringUtilities.m

Lines changed: 0 additions & 22 deletions
This file was deleted.

WordPressKit/WordPressKit.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ FOUNDATION_EXPORT const unsigned char WordPressKitVersionString[];
1111
#import "ServiceRemoteWordPressXMLRPC.h"
1212
#import "SiteServiceRemoteWordPressComREST.h"
1313

14-
#import "StatsStringUtilities.h"
15-
1614
#import "AccountServiceRemoteREST.h"
1715
#import "BlogServiceRemote.h"
1816
#import "BlogServiceRemoteREST.h"

0 commit comments

Comments
 (0)