summaryrefslogtreecommitdiff
path: root/QSDeliciousPlugIn.xcodeproj
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-09-08 10:38:39 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-09-08 10:38:39 +0200
commita5e25cc05e5e33e114331cc826211c89adbcfa6a (patch)
tree2ea647b5117e5c3b530ec66d4caafd04969e0fbe /QSDeliciousPlugIn.xcodeproj
parent0f26c5c3b3e606c89724067d4785323de3fee751 (diff)
Reorganize code, WIP save for tag handling
Diffstat (limited to 'QSDeliciousPlugIn.xcodeproj')
-rw-r--r--QSDeliciousPlugIn.xcodeproj/project.pbxproj52
1 files changed, 40 insertions, 12 deletions
diff --git a/QSDeliciousPlugIn.xcodeproj/project.pbxproj b/QSDeliciousPlugIn.xcodeproj/project.pbxproj
index ebe2b52..d68169d 100644
--- a/QSDeliciousPlugIn.xcodeproj/project.pbxproj
+++ b/QSDeliciousPlugIn.xcodeproj/project.pbxproj
@@ -42,8 +42,6 @@
B5CF7D622E6B73C9008A0EE6 /* QSLinkdingProvider.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QSLinkdingProvider.m; sourceTree = "<group>"; };
B5CF7D632E6B73D1008A0EE6 /* QSBookmarkProviderFactory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QSBookmarkProviderFactory.h; sourceTree = "<group>"; };
B5CF7D642E6B73DA008A0EE6 /* QSBookmarkProviderFactory.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QSBookmarkProviderFactory.m; sourceTree = "<group>"; };
- B5CF7D672E6B7457008A0EE6 /* QSDeliciousPlugInTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QSDeliciousPlugInTests.m; sourceTree = "<group>"; };
- B5CF7D682E6B746E008A0EE6 /* REFACTOR_GUIDE.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = REFACTOR_GUIDE.md; sourceTree = "<group>"; };
B5CF7D692E6B74FE008A0EE6 /* QSDeliciousPlugIn_Source.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = QSDeliciousPlugIn_Source.xib; sourceTree = "<group>"; };
D475F9AF18B2992D0012243C /* Common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = "<group>"; };
D475F9B018B2992D0012243C /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
@@ -129,23 +127,53 @@
32DBCF9F0370C38200C91783 /* Other Sources */ = {
isa = PBXGroup;
children = (
- B5CF7D5C2E6B7370008A0EE6 /* SocialSite.h */,
- B5CF7D5D2E6B7377008A0EE6 /* SocialSite.m */,
- B5CF7D5E2E6B737E008A0EE6 /* QSBookmarkProvider.h */,
+ B59368062E6EC67D00DBD0F1 /* Factories */,
+ B59368052E6EC66500DBD0F1 /* Protocols */,
+ B59368042E6EC65000DBD0F1 /* Types */,
+ B59368032E6EC63700DBD0F1 /* Providers */,
+ B5CF7D692E6B74FE008A0EE6 /* QSDeliciousPlugIn_Source.xib */,
+ E182BE3A06FC9B13007BF2C2 /* Localizable.strings */,
+ E182BCCF06FC8203007BF2C2 /* QSDeliciousPlugIn_Source.h */,
+ E182BCD006FC8203007BF2C2 /* QSDeliciousPlugIn_Source.m */,
+ );
+ name = "Other Sources";
+ sourceTree = "<group>";
+ };
+ B59368032E6EC63700DBD0F1 /* Providers */ = {
+ isa = PBXGroup;
+ children = (
B5CF7D5F2E6B7386008A0EE6 /* QSDeliciousAPIProvider.h */,
B5CF7D602E6B73A0008A0EE6 /* QSDeliciousAPIProvider.m */,
B5CF7D612E6B73A5008A0EE6 /* QSLinkdingProvider.h */,
B5CF7D622E6B73C9008A0EE6 /* QSLinkdingProvider.m */,
+ );
+ path = Providers;
+ sourceTree = "<group>";
+ };
+ B59368042E6EC65000DBD0F1 /* Types */ = {
+ isa = PBXGroup;
+ children = (
+ B5CF7D5C2E6B7370008A0EE6 /* SocialSite.h */,
+ B5CF7D5D2E6B7377008A0EE6 /* SocialSite.m */,
+ );
+ path = Types;
+ sourceTree = "<group>";
+ };
+ B59368052E6EC66500DBD0F1 /* Protocols */ = {
+ isa = PBXGroup;
+ children = (
+ B5CF7D5E2E6B737E008A0EE6 /* QSBookmarkProvider.h */,
+ );
+ path = Protocols;
+ sourceTree = "<group>";
+ };
+ B59368062E6EC67D00DBD0F1 /* Factories */ = {
+ isa = PBXGroup;
+ children = (
B5CF7D632E6B73D1008A0EE6 /* QSBookmarkProviderFactory.h */,
B5CF7D642E6B73DA008A0EE6 /* QSBookmarkProviderFactory.m */,
- B5CF7D672E6B7457008A0EE6 /* QSDeliciousPlugInTests.m */,
- B5CF7D682E6B746E008A0EE6 /* REFACTOR_GUIDE.md */,
- B5CF7D692E6B74FE008A0EE6 /* QSDeliciousPlugIn_Source.xib */,
- E182BE3A06FC9B13007BF2C2 /* Localizable.strings */,
- E182BCCF06FC8203007BF2C2 /* QSDeliciousPlugIn_Source.h */,
- E182BCD006FC8203007BF2C2 /* QSDeliciousPlugIn_Source.m */,
);
- name = "Other Sources";
+ path = Factories;
sourceTree = "<group>";
};
D475F9AE18B2992D0012243C /* Configuration */ = {