Skip to content

Commit

Permalink
Add demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseCrocker committed Sep 1, 2015
1 parent 87526e0 commit 6f4c567
Show file tree
Hide file tree
Showing 18 changed files with 473 additions and 368 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ DerivedData
#Pods/
Podfile.lock
Pods/*
demo/pods/*
12 changes: 0 additions & 12 deletions Podfile

This file was deleted.

355 changes: 69 additions & 286 deletions TBOOMDetector.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

24 changes: 0 additions & 24 deletions TBOOMDetectorTests/Info.plist

This file was deleted.

40 changes: 0 additions & 40 deletions TBOOMDetectorTests/TBOOMDetectorTests.m

This file was deleted.

11 changes: 11 additions & 0 deletions demo/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
platform :ios, '6.0'

target 'demo' do
pod 'Fabric'
pod 'Crashlytics'
end

target 'demoTests' do

end

Loading

0 comments on commit 6f4c567

Please sign in to comment.