Skip to content

Commit

Permalink
removed unneeded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Jan 17, 2013
1 parent 055700c commit 03c3f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
3 changes: 2 additions & 1 deletion DTBonjour.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/Cocoanetics/DTBonjour.git", :tag => spec.version.to_s }
spec.source_files = 'Core/Source/*.{h,m}'
spec.license = 'BSD'

spec.ios.deployment_target = '5.0'
spec.osx.deployment_target = '10.7'
spec.ios.frameworks = ["CoreFoundation", "Foundation", "UIKit"]
spec.osx.frameworks = ["CoreFoundation", "Foundation"]
spec.requires_arc = true
end
18 changes: 0 additions & 18 deletions DTBonjour.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
A719026E16A7F8B700C1EC52 /* DTBonjourDataConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = A719026716A7F8B700C1EC52 /* DTBonjourDataConnection.m */; };
A719027016A7F8B700C1EC52 /* DTBonjourServer.m in Sources */ = {isa = PBXBuildFile; fileRef = A719026916A7F8B700C1EC52 /* DTBonjourServer.m */; };
A719027216A7F8B700C1EC52 /* NSScanner+DTBonjour.m in Sources */ = {isa = PBXBuildFile; fileRef = A719026B16A7F8B700C1EC52 /* NSScanner+DTBonjour.m */; };
A719028C16A7F93000C1EC52 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A719023D16A7F6BD00C1EC52 /* Cocoa.framework */; };
A719029616A7F95100C1EC52 /* DTBonjourDataChunk.m in Sources */ = {isa = PBXBuildFile; fileRef = A719026516A7F8B700C1EC52 /* DTBonjourDataChunk.m */; };
A719029716A7F95100C1EC52 /* DTBonjourDataConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = A719026716A7F8B700C1EC52 /* DTBonjourDataConnection.m */; };
A719029816A7F95100C1EC52 /* DTBonjourServer.m in Sources */ = {isa = PBXBuildFile; fileRef = A719026916A7F8B700C1EC52 /* DTBonjourServer.m */; };
Expand All @@ -33,10 +32,6 @@
/* Begin PBXFileReference section */
A719021916A7F5E300C1EC52 /* libDTBonjour.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libDTBonjour.a; sourceTree = BUILT_PRODUCTS_DIR; };
A719021C16A7F5E300C1EC52 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
A719023D16A7F6BD00C1EC52 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; };
A719024016A7F6BD00C1EC52 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
A719024116A7F6BD00C1EC52 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
A719024216A7F6BD00C1EC52 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
A719026216A7F8B700C1EC52 /* DTBonjour-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "DTBonjour-Prefix.pch"; sourceTree = "<group>"; };
A719026416A7F8B700C1EC52 /* DTBonjourDataChunk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DTBonjourDataChunk.h; sourceTree = "<group>"; };
A719026516A7F8B700C1EC52 /* DTBonjourDataChunk.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DTBonjourDataChunk.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -64,7 +59,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
A719028C16A7F93000C1EC52 /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -94,22 +88,10 @@
isa = PBXGroup;
children = (
A719021C16A7F5E300C1EC52 /* Foundation.framework */,
A719023D16A7F6BD00C1EC52 /* Cocoa.framework */,
A719023F16A7F6BD00C1EC52 /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
A719023F16A7F6BD00C1EC52 /* Other Frameworks */ = {
isa = PBXGroup;
children = (
A719024016A7F6BD00C1EC52 /* AppKit.framework */,
A719024116A7F6BD00C1EC52 /* CoreData.framework */,
A719024216A7F6BD00C1EC52 /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
A719026116A7F8B700C1EC52 /* Core */ = {
isa = PBXGroup;
children = (
Expand Down

0 comments on commit 03c3f72

Please sign in to comment.