Skip to content

Commit

Permalink
New project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Jan 28, 2015
1 parent 1bee121 commit b0c4651
Show file tree
Hide file tree
Showing 330 changed files with 13,277 additions and 531 deletions.
13 changes: 8 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,28 @@ profile
*.swp
*.out
*.bak*
*.lock

#Other CSM
.hg
.svn
CVS


#Xcode noise
*.log
*~.nib
*.moved-aside
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
Example/*.xcodeproj/*
!Example/*.xcodeproj/project.pbxproj
Example/*.xcworkspace/*
!Example/*.xcworkspace/contents.xcworkspacedata
!xcshareddata
*.xccheckout

#Project files
[Bb]uild/
DerivedData/

#CocoaPods
Pods
#Pods
Example/Pods/*.xcodeproj/*
!Example/Pods/*.xcodeproj/project.pbxproj
44 changes: 0 additions & 44 deletions Classes/AppDelegate.m

This file was deleted.

409 changes: 0 additions & 409 deletions EAIntroView.xcodeproj/project.pbxproj

This file was deleted.

621 changes: 621 additions & 0 deletions Example/EAIntroView.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions Example/EAIntroView.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
source 'https://github.com/CocoaPods/Specs.git'

target 'EAIntroView', :exclusive => true do
pod 'EAIntroView', :path => '../'
pod 'SMPageControl', '~> 1.2'
end

target 'Tests', :exclusive => true do
pod 'EAIntroView', :path => '../'

pod 'Specta', '~> 0.2.1'
pod 'Expecta'
pod 'FBSnapshotTestCase'
pod 'Expecta+Snapshots'
end
31 changes: 31 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
PODS:
- EAIntroView (2.6.4)
- Expecta (0.3.1)
- Expecta+Snapshots (1.3.1):
- Expecta
- FBSnapshotTestCase
- FBSnapshotTestCase (1.5)
- SMPageControl (1.2)
- Specta (0.2.1)

DEPENDENCIES:
- EAIntroView (from `../`)
- Expecta
- Expecta+Snapshots
- FBSnapshotTestCase
- SMPageControl (~> 1.2)
- Specta (~> 0.2.1)

EXTERNAL SOURCES:
EAIntroView:
:path: ../

SPEC CHECKSUMS:
EAIntroView: df7dc18da73e1831d06878b9c0e13da78e6bb3ce
Expecta: 03aabd0a89d8dea843baecb19a7fd7466a69a31d
Expecta+Snapshots: 4a56b9411c6ed156987072e52c39de67d864015a
FBSnapshotTestCase: e2914fbaabccea1dcc773d6a16b1c24540642488
SMPageControl: 506b0c561d3ddbe2d5df28cb33acc8e4b1f93f19
Specta: 9141310f46b1f68b676650ff2854e1ed0b74163a

COCOAPODS: 0.36.0.beta.2
21 changes: 21 additions & 0 deletions Example/Pods/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b0c4651

Please sign in to comment.