From 28595633c30f53a86ad151d8bd7ed8880fc3f087 Mon Sep 17 00:00:00 2001 From: Martin Barreto Date: Thu, 29 Mar 2018 13:31:44 -0300 Subject: [PATCH 1/2] fix travis --- .travis.yml | 2 +- .../AppIcon.appiconset/Contents.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f58f858..0d67988 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: objective-c osx_image: xcode9 env: - - DESTINATION="OS=11.0,name=iPhone 7" SCHEME="XLActionController" SDK=iphonesimulator + - DESTINATION="OS=11.2,name=iPhone 8" SCHEME="XLActionController" SDK=iphonesimulator before_install: - gem install xcpretty --no-rdoc --no-ri --no-document --quiet script: diff --git a/Example/Assets.xcassets/AppIcon.appiconset/Contents.json b/Example/Assets.xcassets/AppIcon.appiconset/Contents.json index 758cbe3..747567c 100644 --- a/Example/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/Example/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -1,5 +1,15 @@ { "images" : [ + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "3x" + }, { "size" : "29x29", "idiom" : "iphone", @@ -34,6 +44,11 @@ "idiom" : "iphone", "size" : "60x60", "scale" : "3x" + }, + { + "idiom" : "ios-marketing", + "size" : "1024x1024", + "scale" : "1x" } ], "info" : { From b66825259c1839a39568a4627d732737b4da0f61 Mon Sep 17 00:00:00 2001 From: Martin Barreto Date: Thu, 29 Mar 2018 13:44:56 -0300 Subject: [PATCH 2/2] fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d67988..6e5a9ab 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: objective-c -osx_image: xcode9 +osx_image: xcode9.2 env: - DESTINATION="OS=11.2,name=iPhone 8" SCHEME="XLActionController" SDK=iphonesimulator before_install: