Skip to content

Commit

Permalink
Remove broken category on AppDelegate
Browse files Browse the repository at this point in the history
Xcode prefixes AppDelegate class so difficult to make it work
  • Loading branch information
François Benaiteau committed Dec 11, 2014
1 parent 3d4825e commit 1f044ec
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 59 deletions.
1 change: 0 additions & 1 deletion Example/Podfile
Expand Up @@ -8,7 +8,6 @@ target "S2MToolbox" do
end

target "S2MToolboxTests", :exclusive => true do
#pod 'S2MToolbox/UnitTests', :path => "../"
pod 'S2MToolbox/Kiwi', :path => "../"
end

6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -27,11 +27,7 @@ Here is a collection of useful code that can be used through iOS projects.
pod 'S2MToolbox/Core', :podspec => 'https://raw.github.com/sinnerschrader-mobile/s2m-toolbox-ios/master/S2MToolbox.podspec'
```

For Categories for your tests, see the two following specs:

```
pod 'S2MToolbox/UnitTests', :podspec => 'https://raw.github.com/sinnerschrader-mobile/s2m-toolbox-ios/master/S2MToolbox.podspec'
```
For Categories for your tests:

```
pod 'S2MToolbox/Kiwi', :podspec => 'https://raw.github.com/sinnerschrader-mobile/s2m-toolbox-ios/master/S2MToolbox.podspec'
Expand Down
4 changes: 0 additions & 4 deletions S2MToolbox.podspec
Expand Up @@ -16,10 +16,6 @@ Pod::Spec.new do |s|
core.source_files = 'Foundation/*.{h,m}', 'UIKit/*.{h,m}'
end

s.subspec 'UnitTests' do |ut|
# ut.source_files = 'Testing/UnitTests/*.{h,m}'
end

s.subspec 'Kiwi' do |kiwi|
kiwi.dependency 'Kiwi', '~>2.3.0'
kiwi.frameworks = 'XCTest'
Expand Down
14 changes: 0 additions & 14 deletions Testing/UnitTests/AppDelegate+S2MTesting.h

This file was deleted.

35 changes: 0 additions & 35 deletions Testing/UnitTests/AppDelegate+S2MTesting.m

This file was deleted.

0 comments on commit 1f044ec

Please sign in to comment.