Skip to content

Commit 31e1554

Browse files
committed
Fixed travis config
1 parent ed1e704 commit 31e1554

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
matrix:
66
- DESTINATION="platform=iOS Simulator,name=iPhone 5s,OS=9.3"
77
- DESTINATION="platform=iOS Simulator,name=iPhone 7,OS=10.1"
8-
- DESTINATION="platform=iOS Simulator,name=iPhone X,OS=11.0"
8+
- DESTINATION="platform=iOS Simulator,name=iPhone X,OS=11.1"
99

1010
podfile: Example/Podfile
1111
before_install:

Diff for: Example/Example.xcodeproj/project.pbxproj

-2
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@
391391
PRODUCT_BUNDLE_IDENTIFIER = de.seiffert.hans.swift.containercontroller.example;
392392
PRODUCT_NAME = "$(TARGET_NAME)";
393393
PROVISIONING_PROFILE = "35c65a7a-c0c5-4add-ae0f-c5b38f3809d0";
394-
SWIFT_VERSION = 4.2;
395394
};
396395
name = Debug;
397396
};
@@ -406,7 +405,6 @@
406405
OTHER_SWIFT_FLAGS = "$(inherited) -D RELEASE";
407406
PRODUCT_BUNDLE_IDENTIFIER = de.seiffert.hans.swift.containercontroller.example;
408407
PRODUCT_NAME = "$(TARGET_NAME)";
409-
SWIFT_VERSION = 4.2;
410408
};
411409
name = Release;
412410
};

0 commit comments

Comments
 (0)