Skip to content

Commit 0ba845c

Browse files
committed
File copyrights + updated watchos scheme
1 parent 2fedc06 commit 0ba845c

File tree

6 files changed

+38
-38
lines changed

6 files changed

+38
-38
lines changed

Example/SDWebImageWebPCoderExample/AppDelegate.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// AppDelegate.h
3-
// SDWebImageWebPCoderExample
4-
//
5-
// Created by Bogdan Poplauschi on 28/08/2018.
6-
// Copyright © 2018 SDWebImage. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) Olivier Poitrey <[email protected]>
4+
*
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
88

99
#import <UIKit/UIKit.h>
1010

Example/SDWebImageWebPCoderExample/AppDelegate.m

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// AppDelegate.m
3-
// SDWebImageWebPCoderExample
4-
//
5-
// Created by Bogdan Poplauschi on 28/08/2018.
6-
// Copyright © 2018 SDWebImage. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) Olivier Poitrey <[email protected]>
4+
*
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
88

99
#import "AppDelegate.h"
1010

Example/SDWebImageWebPCoderExample/ViewController.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// ViewController.h
3-
// SDWebImageWebPCoderExample
4-
//
5-
// Created by Bogdan Poplauschi on 28/08/2018.
6-
// Copyright © 2018 SDWebImage. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) Olivier Poitrey <[email protected]>
4+
*
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
88

99
#import <UIKit/UIKit.h>
1010

Example/SDWebImageWebPCoderExample/ViewController.m

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// ViewController.m
3-
// SDWebImageWebPCoderExample
4-
//
5-
// Created by Bogdan Poplauschi on 28/08/2018.
6-
// Copyright © 2018 SDWebImage. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) Olivier Poitrey <[email protected]>
4+
*
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
88

99
#import "ViewController.h"
1010
#import <SDWebImageWebPCoder/SDImageWebPCoder.h>

Example/SDWebImageWebPCoderExample/main.m

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// main.m
3-
// SDWebImageWebPCoderExample
4-
//
5-
// Created by Bogdan Poplauschi on 28/08/2018.
6-
// Copyright © 2018 SDWebImage. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) Olivier Poitrey <[email protected]>
4+
*
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
88

99
#import <UIKit/UIKit.h>
1010
#import "AppDelegate.h"

SDWebImageWebPCoder.xcodeproj/xcshareddata/xcschemes/SDWebImageWebPCoder-watchos.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "80BFF26D2136BE7900B95470"
18-
BuildableName = "SDWebImageWebPCoder_watchos.framework"
18+
BuildableName = "SDWebImageWebPCoder.framework"
1919
BlueprintName = "SDWebImageWebPCoder-watchos"
2020
ReferencedContainer = "container:SDWebImageWebPCoder.xcodeproj">
2121
</BuildableReference>
@@ -46,7 +46,7 @@
4646
<BuildableReference
4747
BuildableIdentifier = "primary"
4848
BlueprintIdentifier = "80BFF26D2136BE7900B95470"
49-
BuildableName = "SDWebImageWebPCoder_watchos.framework"
49+
BuildableName = "SDWebImageWebPCoder.framework"
5050
BlueprintName = "SDWebImageWebPCoder-watchos"
5151
ReferencedContainer = "container:SDWebImageWebPCoder.xcodeproj">
5252
</BuildableReference>
@@ -64,7 +64,7 @@
6464
<BuildableReference
6565
BuildableIdentifier = "primary"
6666
BlueprintIdentifier = "80BFF26D2136BE7900B95470"
67-
BuildableName = "SDWebImageWebPCoder_watchos.framework"
67+
BuildableName = "SDWebImageWebPCoder.framework"
6868
BlueprintName = "SDWebImageWebPCoder-watchos"
6969
ReferencedContainer = "container:SDWebImageWebPCoder.xcodeproj">
7070
</BuildableReference>

0 commit comments

Comments
 (0)