Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 2b65879

Browse files
committed
Fix the Travis-CI script again
1 parent 4a39ac5 commit 2b65879

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ script:
4444

4545
- echo Build example
4646
- pod install --project-directory=Example
47-
- xcodebuild build -workspace Example/SDWebImageSVGKitPlugin.xcworkspace -scheme 'SDWebImageSVGKitPlugin-Example' -sdk iphonesimulator -destination 'name=iPhone 8' -configuration Debug | xcpretty -c
48-
- xcodebuild build -workspace Example/SDWebImageSVGKitPlugin.xcworkspace -scheme 'SDWebImageSVGKitPlugin-Example macOS' -sdk macosx -configuration Debug | xcpretty -c
47+
- xcodebuild build -workspace Example/SDWebImageSVGKitPlugin.xcworkspace -scheme 'SDWebImageSVGKitPlugin-Example' -destination 'name=iPhone 8' -configuration Debug | xcpretty -c
48+
- xcodebuild build -workspace Example/SDWebImageSVGKitPlugin.xcworkspace -scheme 'SDWebImageSVGKitPlugin-Example macOS' -destination 'platform=macOS,arch=x86_64' -configuration Debug | xcpretty -c

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PODS:
33
- CocoaLumberjack/Core (= 3.6.0)
44
- CocoaLumberjack/Core (3.6.0)
55
- SDWebImage/Core (5.3.1)
6-
- SDWebImageSVGKitPlugin (0.1.0):
6+
- SDWebImageSVGKitPlugin (1.0.0):
77
- SDWebImage/Core (~> 5.0)
88
- SVGKit (>= 2.1)
99
- SVGKit (2.1.0):
@@ -33,7 +33,7 @@ CHECKOUT OPTIONS:
3333
SPEC CHECKSUMS:
3434
CocoaLumberjack: 78b0c238666f4f58db069738ec176f4519557516
3535
SDWebImage: 7137d57385fb632129838c1e6ab9528a22c666cc
36-
SDWebImageSVGKitPlugin: 0b15822b1eed73b03110d221ee4c105a24848bdd
36+
SDWebImageSVGKitPlugin: ec8a6a4492d1dc40f5f9fa1dee4acca07f93ad15
3737
SVGKit: 8a2fc74258bdb2abb54d3b65f3dd68b0277a9c4d
3838

3939
PODFILE CHECKSUM: 91804dc9be5d336ef696711e8704688dfe2f0a2a

0 commit comments

Comments
 (0)