We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc933f5 commit 1291dd8Copy full SHA for 1291dd8
.travis.yml
@@ -1,5 +1,5 @@
1
language: objective-c
2
-osx_image: xcode10
+osx_image: xcode12
3
4
before_install:
5
- gem install xcpretty-travis-formatter;
LayoutFrameworkBenchmark.xcodeproj/project.pbxproj
@@ -489,7 +489,7 @@
489
PRODUCT_BUNDLE_IDENTIFIER = com.layoutbox.LayoutFrameworkBenchmark;
490
PRODUCT_NAME = "$(TARGET_NAME)";
491
PROVISIONING_PROFILE_SPECIFIER = "";
492
- SWIFT_VERSION = 4.2;
+ SWIFT_VERSION = 5.0;
493
};
494
name = Debug;
495
@@ -507,7 +507,7 @@
507
508
509
510
511
512
name = Release;
513
0 commit comments