Skip to content

Commit

Permalink
CLEANUP: added Delicious to the library target
Browse files Browse the repository at this point in the history
  • Loading branch information
VilemKurz committed May 22, 2012
1 parent 5f7f4d7 commit 10574d7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ShareKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
43C91D1D11EB963600F31FAE /* MainWindow-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 43C91D1C11EB963600F31FAE /* MainWindow-iPad.xib */; };
43D1DEF011D5CDD200550D75 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43D1DEEF11D5CDD200550D75 /* SystemConfiguration.framework */; };
43EF406E11D3FFF800B1F700 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43EF406D11D3FFF800B1F700 /* Security.framework */; };
7A0F91CF156B9FF2009CB40A /* SHKDelicious.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A0F91CD156B9FF2009CB40A /* SHKDelicious.h */; };
7A0F91D0156B9FF2009CB40A /* SHKDelicious.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A0F91CE156B9FF2009CB40A /* SHKDelicious.m */; };
7A2882491553CC61007DC379 /* ShareKit.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 90E765A51418F2480026B656 /* ShareKit.bundle */; };
7A28824A1553CC6F007DC379 /* FBDialog.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 7AC22D1B14580A2000126878 /* FBDialog.bundle */; };
7A2882571553D7E1007DC379 /* SHKSharers.plist in Resources */ = {isa = PBXBuildFile; fileRef = 43A536AC11DBE3B9004A1712 /* SHKSharers.plist */; };
Expand Down Expand Up @@ -326,6 +328,8 @@
43C91DF411EBAE4800F31FAE /* SHKTumblr.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SHKTumblr.m; sourceTree = "<group>"; };
43D1DEEF11D5CDD200550D75 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
43EF406D11D3FFF800B1F700 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
7A0F91CD156B9FF2009CB40A /* SHKDelicious.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SHKDelicious.h; path = Delicious/SHKDelicious.h; sourceTree = "<group>"; };
7A0F91CE156B9FF2009CB40A /* SHKDelicious.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SHKDelicious.m; path = Delicious/SHKDelicious.m; sourceTree = "<group>"; };
7A25903514CD4E8000FBA124 /* NSMutableDictionary+NSNullsToEmptyStrings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableDictionary+NSNullsToEmptyStrings.h"; sourceTree = "<group>"; };
7A25903614CD4E8000FBA124 /* NSMutableDictionary+NSNullsToEmptyStrings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSMutableDictionary+NSNullsToEmptyStrings.m"; sourceTree = "<group>"; };
7A288262155409CB007DC379 /* ShareKitLibrary-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "ShareKitLibrary-Prefix.pch"; path = "ShareKitLibrary/ShareKitLibrary-Prefix.pch"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -881,6 +885,7 @@
43A536C011DBE3B9004A1712 /* Services */ = {
isa = PBXGroup;
children = (
7A0F91CB156B9FCE009CB40A /* Delicious */,
FDB495A11520349A00505A99 /* Readability */,
B7EFCD8914C6B966004910F1 /* Diigo */,
FA5AA3B4149625010064DB24 /* Vkontakte */,
Expand Down Expand Up @@ -1015,6 +1020,15 @@
path = Tumblr;
sourceTree = "<group>";
};
7A0F91CB156B9FCE009CB40A /* Delicious */ = {
isa = PBXGroup;
children = (
7A0F91CD156B9FF2009CB40A /* SHKDelicious.h */,
7A0F91CE156B9FF2009CB40A /* SHKDelicious.m */,
);
name = Delicious;
sourceTree = "<group>";
};
7A288261155409BC007DC379 /* ShareKitLibrary */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -1211,6 +1225,7 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
7A0F91CF156B9FF2009CB40A /* SHKDelicious.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1463,6 +1478,7 @@
7AB5358B1552BE7D00171BCE /* SHKShareMenu.m in Sources */,
7AB5358D1552BE7D00171BCE /* SHKViewControllerWrapper.m in Sources */,
7AB5358F1552BE7D00171BCE /* Reachability.m in Sources */,
7A0F91D0156B9FF2009CB40A /* SHKDelicious.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 10574d7

Please sign in to comment.