File copyrights + updated watchos scheme
This commit is contained in:
parent
2fedc0680d
commit
0ba845c46c
|
@ -1,10 +1,10 @@
|
|||
//
|
||||
// AppDelegate.h
|
||||
// SDWebImageWebPCoderExample
|
||||
//
|
||||
// Created by Bogdan Poplauschi on 28/08/2018.
|
||||
// Copyright © 2018 SDWebImage. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* This file is part of the SDWebImage package.
|
||||
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
//
|
||||
// AppDelegate.m
|
||||
// SDWebImageWebPCoderExample
|
||||
//
|
||||
// Created by Bogdan Poplauschi on 28/08/2018.
|
||||
// Copyright © 2018 SDWebImage. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* This file is part of the SDWebImage package.
|
||||
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
//
|
||||
// ViewController.h
|
||||
// SDWebImageWebPCoderExample
|
||||
//
|
||||
// Created by Bogdan Poplauschi on 28/08/2018.
|
||||
// Copyright © 2018 SDWebImage. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* This file is part of the SDWebImage package.
|
||||
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
//
|
||||
// ViewController.m
|
||||
// SDWebImageWebPCoderExample
|
||||
//
|
||||
// Created by Bogdan Poplauschi on 28/08/2018.
|
||||
// Copyright © 2018 SDWebImage. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* This file is part of the SDWebImage package.
|
||||
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
#import "ViewController.h"
|
||||
#import <SDWebImageWebPCoder/SDImageWebPCoder.h>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
//
|
||||
// main.m
|
||||
// SDWebImageWebPCoderExample
|
||||
//
|
||||
// Created by Bogdan Poplauschi on 28/08/2018.
|
||||
// Copyright © 2018 SDWebImage. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* This file is part of the SDWebImage package.
|
||||
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "AppDelegate.h"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "80BFF26D2136BE7900B95470"
|
||||
BuildableName = "SDWebImageWebPCoder_watchos.framework"
|
||||
BuildableName = "SDWebImageWebPCoder.framework"
|
||||
BlueprintName = "SDWebImageWebPCoder-watchos"
|
||||
ReferencedContainer = "container:SDWebImageWebPCoder.xcodeproj">
|
||||
</BuildableReference>
|
||||
|
@ -46,7 +46,7 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "80BFF26D2136BE7900B95470"
|
||||
BuildableName = "SDWebImageWebPCoder_watchos.framework"
|
||||
BuildableName = "SDWebImageWebPCoder.framework"
|
||||
BlueprintName = "SDWebImageWebPCoder-watchos"
|
||||
ReferencedContainer = "container:SDWebImageWebPCoder.xcodeproj">
|
||||
</BuildableReference>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "80BFF26D2136BE7900B95470"
|
||||
BuildableName = "SDWebImageWebPCoder_watchos.framework"
|
||||
BuildableName = "SDWebImageWebPCoder.framework"
|
||||
BlueprintName = "SDWebImageWebPCoder-watchos"
|
||||
ReferencedContainer = "container:SDWebImageWebPCoder.xcodeproj">
|
||||
</BuildableReference>
|
||||
|
|
Loading…
Reference in New Issue