We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a858aae + ae09af0 commit 6bfa290Copy full SHA for 6bfa290
.travis.yml
@@ -1,6 +1,6 @@
1
-osx_image: xcode10.2
2
-language: objective-c
3
-xcode_sdk: iphonesimulator12.1
+osx_image: xcode11.2
+language: swift
+xcode_sdk: iphonesimulator13.2
4
5
xcode_project: ESPullToRefreshExample/ESPullToRefreshExample.xcodeproj
6
xcode_scheme: ESPullToRefreshExample
ESPullToRefreshExample/ESPullToRefreshExample/Info.plist
@@ -19,7 +19,7 @@
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
22
- <string>$(CURRENT_PROJECT_VERSION)</string>
+ <string>1</string>
23
<key>LSRequiresIPhoneOS</key>
24
<true/>
25
<key>UILaunchStoryboardName</key>
0 commit comments