Skip to content

Commit

Permalink
refactor(project): change project structure for better maintainabilit…
Browse files Browse the repository at this point in the history
…y through cocoa pods

This moves all the code that is not library related to an Example subfolder and embeds the library through cocoa pods.
  • Loading branch information
Michael Ochs committed Sep 13, 2014
1 parent 620cee6 commit c607f9a
Show file tree
Hide file tree
Showing 25 changed files with 1,257 additions and 650 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ profile
*.moved-aside
DerivedData
.idea/
Pods
Podfile.lock
1 change: 1 addition & 0 deletions BCScanner.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Pod::Spec.new do |s|
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/michaelochs/BCScanner.git", :commit => "ae445da822b3058fe57f8c262ef8596326f31929" }
s.source_files = 'BCScanner', 'BCScanner/**/*.{h,m}'
s.public_header_files = 'BCScanner/*.h'
s.framework = 'AVFoundation'
s.requires_arc = true
end
649 changes: 0 additions & 649 deletions BCScanner.xcodeproj/project.pbxproj

This file was deleted.

1 change: 1 addition & 0 deletions BCScanner/BCScanner.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#import <BCScanner/BCScannerViewController.h>
Loading

0 comments on commit c607f9a

Please sign in to comment.