Skip to content
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request kiwi-bdd#149 from tibr/master
Browse files Browse the repository at this point in the history
Fixing compatibility with CocoaPods
  • Loading branch information
Allen Ding committed Jun 25, 2012
2 parents 6f825e6 + 614882f commit 0a4fceb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Kiwi.podspec
Expand Up @@ -7,6 +7,6 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/allending/Kiwi.git', :tag => '1.1.0' }
s.source_files = 'Kiwi'
s.framework = 'SenTestingKit'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
s.clean_paths = ["Examples", "Classes", "*.xcodeproj", "Other Sources", "Resources", "Templates", "Tests", "*.sh"]
end
8 changes: 4 additions & 4 deletions Kiwi.xcodeproj/project.pbxproj
Expand Up @@ -923,10 +923,6 @@
F511A03A11AA487300B9BBF1 /* TestVerifier.m */,
A3A1753F12E4966F004DFD70 /* Robot.h */,
A3A1754012E4966F004DFD70 /* Robot.m */,
A3A1754212E496CA004DFD70 /* KWStringPrefixMatcher.h */,
A3A1754312E496CA004DFD70 /* KWStringPrefixMatcher.m */,
C922D1D71580438300995B43 /* KWStringContainsMatcher.h */,
C922D1D81580438300995B43 /* KWStringContainsMatcher.m */,
19A62262151B899C00207192 /* Galaxy.h */,
19A62263151B899C00207192 /* Galaxy.m */,
);
Expand Down Expand Up @@ -1119,6 +1115,10 @@
A352EA1812EDC8160049C691 /* KWHamcrestMatcher.m */,
A385CAE913AA7ED800DCA951 /* KWUserDefinedMatcher.h */,
A385CAEA13AA7ED800DCA951 /* KWUserDefinedMatcher.m */,
A3A1754212E496CA004DFD70 /* KWStringPrefixMatcher.h */,
A3A1754312E496CA004DFD70 /* KWStringPrefixMatcher.m */,
C922D1D71580438300995B43 /* KWStringContainsMatcher.h */,
C922D1D81580438300995B43 /* KWStringContainsMatcher.m */,
A385CAED13AAC9B600DCA951 /* KWMatchers.h */,
A385CAEE13AAC9B700DCA951 /* KWMatchers.m */,
);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0a4fceb

Please sign in to comment.