Skip to content

Commit 0831167

Browse files
committed
Fix the scheme configuration of demo
1 parent 9fa62f0 commit 0831167

3 files changed

Lines changed: 14 additions & 12 deletions

File tree

Example/SDWebImageLinkPlugin.xcodeproj/xcshareddata/xcschemes/SDWebImageLinkPlugin_Example macOS.xcscheme renamed to Example/SDWebImageLinkPlugin.xcodeproj/xcshareddata/xcschemes/SDWebImageLinkPlugin-Example macOS.xcscheme

File renamed without changes.

SDWebImageLinkPlugin/Classes/NSImage+SDWebImageLinkPlugin.h

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
//
2-
// NSImage+SDWebImageLinkPlugin.h
3-
// Pods-SDWebImageLinkPlugin_Example
4-
//
5-
// Created by 李卓立 on 2019/11/22.
6-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) Olivier Poitrey <rs@dailymotion.com>
4+
*
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
78

89
@import SDWebImage;
910

SDWebImageLinkPlugin/Classes/NSImage+SDWebImageLinkPlugin.m

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
//
2-
// NSImage+SDWebImageLinkPlugin.m
3-
// Pods-SDWebImageLinkPlugin_Example
4-
//
5-
// Created by 李卓立 on 2019/11/22.
6-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) Olivier Poitrey <rs@dailymotion.com>
4+
*
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
78

89
#import "NSImage+SDWebImageLinkPlugin.h"
910

0 commit comments

Comments
 (0)