File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ script:
37
37
- pod lib lint --allow-warnings
38
38
39
39
- echo Build as dynamic frameworks
40
- - carthage update --platform ios,tvos,macos -- configuration DEBUG
40
+ - carthage update --configuration DEBUG
41
41
- xcodebuild build clean -project SDWebImagePDFCoder.xcodeproj -scheme 'SDWebImagePDFCoder iOS' -sdk iphonesimulator PLATFORM_NAME=iphonesimulator -configuration Debug | xcpretty -c
42
42
- xcodebuild build clean -project SDWebImagePDFCoder.xcodeproj -scheme 'SDWebImagePDFCoder tvOS' -sdk appletvsimulator -configuration Debug | xcpretty -c
43
43
- xcodebuild build clean -project SDWebImagePDFCoder.xcodeproj -scheme 'SDWebImagePDFCoder macOS' -sdk macosx -configuration Debug | xcpretty -c
44
44
- xcodebuild build clean -project SDWebImagePDFCoder.xcodeproj -scheme 'SDWebImagePDFCoder watchOS' -sdk watchsimulator -configuration Debug | xcpretty -c
45
45
46
46
- echo Build example
47
47
- pod install --project-directory=Example
48
- - xcodebuild build -workspace Example/SDWebImagePDFCoder.xcworkspace -scheme SDWebImagePDFCoder-Example -sdk iphonesimulator -destination 'name=iPhone 6s ' -configuration Debug | xcpretty -c
48
+ - xcodebuild build -workspace Example/SDWebImagePDFCoder.xcworkspace -scheme SDWebImagePDFCoder-Example -sdk iphonesimulator -destination 'name=iPhone 8 ' -configuration Debug | xcpretty -c
You can’t perform that action at this time.
0 commit comments