File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11language : objective-c
2+ cache : cocoapods
3+ xcode_workspace : SWTableViewCell.xcworkspace
4+ xcode_scheme : SWTableViewCell
5+ xcode_sdk : iphonesimulator
6+
27before_install :
3- - export LANG=en_US.UTF-8
4- - gem install cocoapods xcpretty slather -N
5- - pod install
6-
7- script :
8- - set -o pipefail && xcodebuild test -workspace SWTableViewCell.xcworkspace -scheme SWTableViewCell -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
8+ - gem install cocoapods slather -N
99
1010after_success : slather
Original file line number Diff line number Diff line change 5757 __block SWTableViewCell *cell;
5858
5959 before (^{
60- cell = [[SWTableViewCell alloc ] init ];
60+ cell = [[SWTableViewCell alloc ] initWithStyle: UITableViewCellStyleDefault reuseIdentifier: nil ];
6161 [cell setRightUtilityButtons: rightButtons WithButtonWidth: 44 .0f ];
6262 [cell setLeftUtilityButtons: leftButtons WithButtonWidth: 44 .0f ];
6363 });
You can’t perform that action at this time.
0 commit comments