File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : objective-c
2
- osx_image : xcode6.4
3
- # xcode_project: Sample Project/CheckBox.xcodeproj
4
- # xcode_scheme: CheckBoxTests
5
- # xcode_sdk: iphonesimulator
2
+ osx_image : xcode7.3
3
+
6
4
script :
7
- - xcodebuild clean build test -project "Sample Project/CheckBox.xcodeproj" -scheme CheckBox -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
5
+ - xcodebuild clean build test -project "Sample Project/CheckBox.xcodeproj" -scheme CheckBox -sdk iphonesimulator9.3 -destination "OS=9.3,name=iPhone 5S" ONLY_ACTIVE_ARCH=NO
Original file line number Diff line number Diff line change @@ -15,7 +15,11 @@ NS_ASSUME_NONNULL_BEGIN
15
15
16
16
/* * Tasteful Checkbox for iOS.
17
17
*/
18
+ #if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_9_3
19
+ IB_DESIGNABLE @interface BEMCheckBox : UIView <CAAnimationDelegate >
20
+ #else
18
21
IB_DESIGNABLE @interface BEMCheckBox : UIView
22
+ #endif
19
23
20
24
/* * The different type of boxes available.
21
25
* @see boxType
You can’t perform that action at this time.
0 commit comments