Skip to content

Commit

Permalink
Fixing xcode project.
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiehanson committed Aug 9, 2011
1 parent 66d1d09 commit ef1ff81
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Xcode/DesktopXMPP/XMPPStream.xcodeproj/project.pbxproj
Expand Up @@ -64,6 +64,7 @@
DC84BB791244095D0055A459 /* XMPPPing.m in Sources */ = {isa = PBXBuildFile; fileRef = DC84BB781244095D0055A459 /* XMPPPing.m */; }; DC84BB791244095D0055A459 /* XMPPPing.m in Sources */ = {isa = PBXBuildFile; fileRef = DC84BB781244095D0055A459 /* XMPPPing.m */; };
DCA614EF1250034B00C75522 /* XMPPDateTimeProfiles.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA614EE1250034B00C75522 /* XMPPDateTimeProfiles.m */; }; DCA614EF1250034B00C75522 /* XMPPDateTimeProfiles.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA614EE1250034B00C75522 /* XMPPDateTimeProfiles.m */; };
DCA615201250069F00C75522 /* XMPPTime.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA6151F1250069F00C75522 /* XMPPTime.m */; }; DCA615201250069F00C75522 /* XMPPTime.m in Sources */ = {isa = PBXBuildFile; fileRef = DCA6151F1250069F00C75522 /* XMPPTime.m */; };
DCC891ED13F1D09000CDAB56 /* XMPPIDTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = DCC891EC13F1D09000CDAB56 /* XMPPIDTracker.m */; };
DCCE55610BDC6FAC000E2798 /* RosterController.m in Sources */ = {isa = PBXBuildFile; fileRef = DCCE55600BDC6FAC000E2798 /* RosterController.m */; }; DCCE55610BDC6FAC000E2798 /* RosterController.m in Sources */ = {isa = PBXBuildFile; fileRef = DCCE55600BDC6FAC000E2798 /* RosterController.m */; };
DCD28630128F7294001E7AEC /* XMPPElement+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = DCD2862F128F7294001E7AEC /* XMPPElement+Delay.m */; }; DCD28630128F7294001E7AEC /* XMPPElement+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = DCD2862F128F7294001E7AEC /* XMPPElement+Delay.m */; };
DCD493CD1223483B004BEE1A /* libresolv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DCD493CC1223483B004BEE1A /* libresolv.dylib */; }; DCD493CD1223483B004BEE1A /* libresolv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DCD493CC1223483B004BEE1A /* libresolv.dylib */; };
Expand Down Expand Up @@ -205,6 +206,8 @@
DCA614EE1250034B00C75522 /* XMPPDateTimeProfiles.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = XMPPDateTimeProfiles.m; path = "../../Extensions/XEP-0082/XMPPDateTimeProfiles.m"; sourceTree = SOURCE_ROOT; }; DCA614EE1250034B00C75522 /* XMPPDateTimeProfiles.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = XMPPDateTimeProfiles.m; path = "../../Extensions/XEP-0082/XMPPDateTimeProfiles.m"; sourceTree = SOURCE_ROOT; };
DCA6151E1250069F00C75522 /* XMPPTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XMPPTime.h; path = "../../Extensions/XEP-0202/XMPPTime.h"; sourceTree = SOURCE_ROOT; }; DCA6151E1250069F00C75522 /* XMPPTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XMPPTime.h; path = "../../Extensions/XEP-0202/XMPPTime.h"; sourceTree = SOURCE_ROOT; };
DCA6151F1250069F00C75522 /* XMPPTime.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = XMPPTime.m; path = "../../Extensions/XEP-0202/XMPPTime.m"; sourceTree = SOURCE_ROOT; }; DCA6151F1250069F00C75522 /* XMPPTime.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = XMPPTime.m; path = "../../Extensions/XEP-0202/XMPPTime.m"; sourceTree = SOURCE_ROOT; };
DCC891EB13F1D09000CDAB56 /* XMPPIDTracker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XMPPIDTracker.h; path = ../../Utilities/XMPPIDTracker.h; sourceTree = "<group>"; };
DCC891EC13F1D09000CDAB56 /* XMPPIDTracker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = XMPPIDTracker.m; path = ../../Utilities/XMPPIDTracker.m; sourceTree = "<group>"; };
DCCE555F0BDC6FAC000E2798 /* RosterController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RosterController.h; sourceTree = "<group>"; }; DCCE555F0BDC6FAC000E2798 /* RosterController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RosterController.h; sourceTree = "<group>"; };
DCCE55600BDC6FAC000E2798 /* RosterController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RosterController.m; sourceTree = "<group>"; }; DCCE55600BDC6FAC000E2798 /* RosterController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RosterController.m; sourceTree = "<group>"; };
DCD2862E128F7294001E7AEC /* XMPPElement+Delay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "XMPPElement+Delay.h"; path = "../../Extensions/XEP-0203/XMPPElement+Delay.h"; sourceTree = SOURCE_ROOT; }; DCD2862E128F7294001E7AEC /* XMPPElement+Delay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "XMPPElement+Delay.h"; path = "../../Extensions/XEP-0203/XMPPElement+Delay.h"; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -591,14 +594,14 @@
DCB9BAF80DDC962C002DA335 /* Utilities */ = { DCB9BAF80DDC962C002DA335 /* Utilities */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
DCC891EB13F1D09000CDAB56 /* XMPPIDTracker.h */,
DCC891EC13F1D09000CDAB56 /* XMPPIDTracker.m */,
DC73028112F37F8A00549AC7 /* DDList.h */, DC73028112F37F8A00549AC7 /* DDList.h */,
DC73028212F37F8A00549AC7 /* DDList.m */, DC73028212F37F8A00549AC7 /* DDList.m */,
DC84BAE2124407B60055A459 /* GCDMulticastDelegate.h */, DC84BAE2124407B60055A459 /* GCDMulticastDelegate.h */,
DC84BAE3124407B60055A459 /* GCDMulticastDelegate.m */, DC84BAE3124407B60055A459 /* GCDMulticastDelegate.m */,
DC84BAE0124407B60055A459 /* LibIDN.h */, DC84BAE0124407B60055A459 /* LibIDN.h */,
DC84BAE1124407B60055A459 /* LibIDN.m */, DC84BAE1124407B60055A459 /* LibIDN.m */,
DCC88AAA13E7CBD000CDAB56 /* XMPPIDTracker.h */,
DCC88AAB13E7CBD000CDAB56 /* XMPPIDTracker.m */,
07AF18A7134BC3C30084D82A /* XMPPSRVResolver.h */, 07AF18A7134BC3C30084D82A /* XMPPSRVResolver.h */,
07AF18A8134BC3C30084D82A /* XMPPSRVResolver.m */, 07AF18A8134BC3C30084D82A /* XMPPSRVResolver.m */,
); );
Expand Down Expand Up @@ -866,6 +869,7 @@
DC37317C139F04DE00A8407D /* NSData+XMPP.m in Sources */, DC37317C139F04DE00A8407D /* NSData+XMPP.m in Sources */,
DC37317D139F04DE00A8407D /* NSNumber+XMPP.m in Sources */, DC37317D139F04DE00A8407D /* NSNumber+XMPP.m in Sources */,
DC37317E139F04DE00A8407D /* NSXMLElement+XMPP.m in Sources */, DC37317E139F04DE00A8407D /* NSXMLElement+XMPP.m in Sources */,
DCC891ED13F1D09000CDAB56 /* XMPPIDTracker.m in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
Expand Down

0 comments on commit ef1ff81

Please sign in to comment.