forked from jivesoftware/PDTSimpleCalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move-tests: Add Tests for Cells Fix Broken Test - selectedDate should be set after the view is loaded Add Month HeaderView Snapshots Add Snapshot Tests for PDTSimpleCalendarViewController Remove reference to Main.storyboard Add Host App for Tests & Update Travis script Move Tests from Demo Project to Main project Fix podspec - Unwanted comma! Add Snapshot Tests for WeekdayHeaderView
- Loading branch information
Showing
69 changed files
with
876 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,7 @@ Pod::Spec.new do |s| | |
s.author = { "Jerome Miglino" => "[email protected]" } | ||
s.platform = :ios, '6.0' | ||
s.source = { :git => "https://github.com/jivesoftware/PDTSimpleCalendar.git", :tag => s.version.to_s } | ||
s.source_files = 'PDTSimpleCalendar/*.{h,m}', | ||
s.exclude_files = 'PDTSimpleCalendarDemo' | ||
s.source_files = 'PDTSimpleCalendar/**/*.{h,m}' | ||
s.requires_arc = true | ||
|
||
end |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
PDTSimpleCalendarDemo/PDTSimpleCalendarDemoTests/PDTSimpleCalendarDemoTests-Prefix.pch
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
PDTSimpleCalendarDemo/PDTSimpleCalendarDemoTests/PDTSimpleCalendarViewController+Private.h
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
PDTSimpleCalendarDemo/PDTSimpleCalendarDemoTests/en.lproj/InfoPlist.strings
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.