Skip to content

Commit 6bfa290

Browse files
authored
Merge pull request #167 from eggswift/housekeep/xcode-11-and-swift-5-update
XCode 11 and swift 5 update
2 parents a858aae + ae09af0 commit 6bfa290

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
osx_image: xcode10.2
2-
language: objective-c
3-
xcode_sdk: iphonesimulator12.1
1+
osx_image: xcode11.2
2+
language: swift
3+
xcode_sdk: iphonesimulator13.2
44

55
xcode_project: ESPullToRefreshExample/ESPullToRefreshExample.xcodeproj
66
xcode_scheme: ESPullToRefreshExample

ESPullToRefreshExample/ESPullToRefreshExample/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>$(CURRENT_PROJECT_VERSION)</string>
22+
<string>1</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

0 commit comments

Comments
 (0)