File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed
ICInputAccessory.xcodeproj Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
- 3.1
1
+ 4.0
Original file line number Diff line number Diff line change 1
1
language : objective-c
2
- osx_image : xcode8.3
2
+ osx_image : xcode9
3
3
cache :
4
4
bundler : true
5
5
directories :
8
8
before_install :
9
9
- export LANG=en_US.UTF-8
10
10
- xcrun instruments -s devices
11
- - xcrun instruments -w "iPhone 7 (10.3.1 ) [" || true
11
+ - xcrun instruments -w "iPhone 8 (11.0 ) [" || true
12
12
install :
13
13
- make install
14
14
before_script :
Original file line number Diff line number Diff line change
1
+ ## v1.5.0
2
+
3
+ * Swift 4.0
4
+
1
5
## v1.4.1
2
6
3
7
* Fix ` tokenField(_:didChangeInputText:) ` with the delete key [ #20 ] ( https://github.com/polydice/ICInputAccessory/pull/20 )
Original file line number Diff line number Diff line change 627
627
ONLY_ACTIVE_ARCH = YES;
628
628
SDKROOT = iphoneos;
629
629
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
630
- SWIFT_VERSION = 3 .0;
630
+ SWIFT_VERSION = 4 .0;
631
631
TARGETED_DEVICE_FAMILY = "1,2";
632
632
VERSIONING_SYSTEM = "apple-generic";
633
633
VERSION_INFO_PREFIX = "";
677
677
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
678
678
MTL_ENABLE_DEBUG_INFO = NO;
679
679
SDKROOT = iphoneos;
680
- SWIFT_VERSION = 3 .0;
680
+ SWIFT_VERSION = 4 .0;
681
681
TARGETED_DEVICE_FAMILY = "1,2";
682
682
VALIDATE_PRODUCT = YES;
683
683
VERSIONING_SYSTEM = "apple-generic";
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Try <https://testflight.icook.tw>.
7
7
[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg )] ( https://github.com/Carthage/Carthage )
8
8
[ ![ CocoaPods Compatible] ( https://img.shields.io/cocoapods/v/ICInputAccessory.svg )] ( https://cocoapods.org/pods/ICInputAccessory )
9
9
![ Platform] ( https://img.shields.io/cocoapods/p/ICInputAccessory.svg )
10
- ![ Swift 3.1 ] ( https://img.shields.io/badge/Swift-3.1 -orange.svg )
10
+ ![ Swift 4 ] ( https://img.shields.io/badge/Swift-4.0 -orange.svg )
11
11
12
12
### ICKeyboardDismissTextField
13
13
@@ -31,6 +31,7 @@ ICInputAccessory | iOS | Xcode | Swift
31
31
` ~> 1.2.0 ` | 8.0+ | 8.0 | ![ Swift 2.3] ( https://img.shields.io/badge/Swift-2.3-orange.svg )
32
32
` ~> 1.3.0 ` | 8.0+ | 8.0 | ![ Swift 3.0] ( https://img.shields.io/badge/Swift-3.0-orange.svg )
33
33
` ~> 1.4.0 ` | 8.0+ | 8.3 | ![ Swift 3.1] ( https://img.shields.io/badge/Swift-3.1-orange.svg )
34
+ ` develop ` | 8.0+ | 9.0 | ![ Swift 4.0] ( https://img.shields.io/badge/Swift-4.0-orange.svg )
34
35
35
36
## Installation
36
37
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def xcodebuild(params)
22
22
%(-workspace ICInputAccessory.xcworkspace) ,
23
23
%(-scheme #{ params [ :scheme ] } ) ,
24
24
%(-sdk iphonesimulator) ,
25
- %(-destination 'name=iPhone 7 ,OS=#{ params [ :version ] || "latest" } ') ,
25
+ %(-destination 'name=iPhone 8 ,OS=#{ params [ :version ] || "latest" } ') ,
26
26
%(#{ params [ :action ] } | xcpretty -c && exit ${PIPESTATUS[0]})
27
27
] . join " "
28
28
end
You can’t perform that action at this time.
0 commit comments