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

Commit 15f64e3

Browse files
committed
Make Utility/ into a real folder
This is to prepare the move to `Sources/` and `Tests/` in a way that keeps the existing structure intact, for ease of navigation.
1 parent ce52723 commit 15f64e3

16 files changed

+23
-23
lines changed

WordPressKit.xcodeproj/project.pbxproj

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,6 +1841,28 @@
18411841
path = Services;
18421842
sourceTree = "<group>";
18431843
};
1844+
3FE2E9412BB110B3002CA2E1 /* Utility */ = {
1845+
isa = PBXGroup;
1846+
children = (
1847+
B5969E1920A49AC4005E9DF1 /* NSString+MD5.h */,
1848+
B5969E1A20A49AC4005E9DF1 /* NSString+MD5.m */,
1849+
F1B7F4FB272376A8004215CD /* NSCharacterSet+URLEncode.swift */,
1850+
93C674EF1EE8351E00BFAF05 /* NSMutableDictionary+Helpers.h */,
1851+
93C674F01EE8351E00BFAF05 /* NSMutableDictionary+Helpers.m */,
1852+
9F4E51FF2088E38200424676 /* ObjectValidation.swift */,
1853+
57BCD3D326209D9500292CB3 /* AppTransportSecuritySettings.swift */,
1854+
465F88A1263B325C00F4C950 /* ChecksumUtil.swift */,
1855+
3F3195AC266FF94B00397EE7 /* ZendeskMetadata.swift */,
1856+
4A11239F2B196821004690CF /* MultipartForm.swift */,
1857+
4AE278432B2FAF6200E4D9B1 /* HTTPProtocolHelpers.swift */,
1858+
3F391E192B50F3EB007975C4 /* Result+Callback.swift */,
1859+
4A5BC1A72B59DE6600C7D037 /* Either.swift */,
1860+
4A57A6852B54C68C008D0660 /* Constants.h */,
1861+
4A57A6862B54C68C008D0660 /* Constants.m */,
1862+
);
1863+
path = Utility;
1864+
sourceTree = "<group>";
1865+
};
18441866
404057C3221B30140060250C /* Time Interval */ = {
18451867
isa = PBXGroup;
18461868
children = (
@@ -2220,7 +2242,7 @@
22202242
B5A4821F20AC6B5C009D95F6 /* Private */,
22212243
3FE2E93F2BB11038002CA2E1 /* Models */,
22222244
3FE2E9402BB11075002CA2E1 /* Services */,
2223-
93BD27871EE829B4002BB00B /* Utility */,
2245+
3FE2E9412BB110B3002CA2E1 /* Utility */,
22242246
9368C77E1EC5EF1B0092CE8E /* WordPressKit.h */,
22252247
9368C77F1EC5EF1B0092CE8E /* Info.plist */,
22262248
);
@@ -2561,28 +2583,6 @@
25612583
path = "Mock Data";
25622584
sourceTree = "<group>";
25632585
};
2564-
93BD27871EE829B4002BB00B /* Utility */ = {
2565-
isa = PBXGroup;
2566-
children = (
2567-
B5969E1920A49AC4005E9DF1 /* NSString+MD5.h */,
2568-
B5969E1A20A49AC4005E9DF1 /* NSString+MD5.m */,
2569-
F1B7F4FB272376A8004215CD /* NSCharacterSet+URLEncode.swift */,
2570-
93C674EF1EE8351E00BFAF05 /* NSMutableDictionary+Helpers.h */,
2571-
93C674F01EE8351E00BFAF05 /* NSMutableDictionary+Helpers.m */,
2572-
9F4E51FF2088E38200424676 /* ObjectValidation.swift */,
2573-
57BCD3D326209D9500292CB3 /* AppTransportSecuritySettings.swift */,
2574-
465F88A1263B325C00F4C950 /* ChecksumUtil.swift */,
2575-
3F3195AC266FF94B00397EE7 /* ZendeskMetadata.swift */,
2576-
4A11239F2B196821004690CF /* MultipartForm.swift */,
2577-
4AE278432B2FAF6200E4D9B1 /* HTTPProtocolHelpers.swift */,
2578-
3F391E192B50F3EB007975C4 /* Result+Callback.swift */,
2579-
4A5BC1A72B59DE6600C7D037 /* Either.swift */,
2580-
4A57A6852B54C68C008D0660 /* Constants.h */,
2581-
4A57A6862B54C68C008D0660 /* Constants.m */,
2582-
);
2583-
name = Utility;
2584-
sourceTree = "<group>";
2585-
};
25862586
93F50A421F227CC400B5BEBA /* Users */ = {
25872587
isa = PBXGroup;
25882588
children = (
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)