Skip to content

Commit dfbbe63

Browse files
committedApr 24, 2019
Swift 5.0 (efremidze#111)
1 parent 2e382fe commit dfbbe63

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+203
-433
lines changed
 

‎.swift-version

-1
This file was deleted.

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
os: osx
2-
osx_image: xcode10.1
2+
osx_image: xcode10.2
33
env:
44
global:
55
- PROJECT=Cluster.xcodeproj
66
- SCHEME="Cluster"
77
- EXAMPLE_SCHEME="Example"
88
matrix:
9-
- DESTINATION="OS=12.1,name=iPhone XS" SCHEME="$SCHEME"
9+
- DESTINATION="OS=12.2,name=iPhone XS" SCHEME="$SCHEME"
1010
- DESTINATION="OS=11.4,name=iPhone X" SCHEME="$SCHEME"
1111
- DESTINATION="OS=10.3.1,name=iPhone 7 Plus" SCHEME="$SCHEME"
1212
script:

0 commit comments

Comments
 (0)
Please sign in to comment.