File tree Expand file tree Collapse file tree 10 files changed +58
-58
lines changed
Example/SDWebImageSwiftUIDemo
SDWebImageSwiftUI.xcodeproj Expand file tree Collapse file tree 10 files changed +58
-58
lines changed Original file line number Diff line number Diff line change 1- //
2- // AppDelegate.swift
3- // SDWebImageSwiftUIDemo
4- //
5- // Created by lizhuoli on 2019/8/7.
6- // Copyright © 2019 CocoaPods. All rights reserved .
7- / /
1+ /*
2+ * This file is part of the SDWebImage package.
3+ * (c) DreamPiggy <lizhuoli1126@126.com>
4+ *
5+ * For the full copyright and license information, please view the LICENSE
6+ * file that was distributed with this source code .
7+ * /
88
99import UIKit
1010
Original file line number Diff line number Diff line change 1- //
2- // ContentView.swift
3- // SDWebImageSwiftUIDemo
4- //
5- // Created by lizhuoli on 2019/8/7.
6- // Copyright © 2019 CocoaPods. All rights reserved .
7- / /
1+ /*
2+ * This file is part of the SDWebImage package.
3+ * (c) DreamPiggy <lizhuoli1126@126.com>
4+ *
5+ * For the full copyright and license information, please view the LICENSE
6+ * file that was distributed with this source code .
7+ * /
88
99import SwiftUI
1010import SDWebImageSwiftUI
Original file line number Diff line number Diff line change 1- //
2- // SceneDelegate.swift
3- // SDWebImageSwiftUIDemo
4- //
5- // Created by lizhuoli on 2019/8/7.
6- // Copyright © 2019 CocoaPods. All rights reserved .
7- / /
1+ /*
2+ * This file is part of the SDWebImage package.
3+ * (c) DreamPiggy <lizhuoli1126@126.com>
4+ *
5+ * For the full copyright and license information, please view the LICENSE
6+ * file that was distributed with this source code .
7+ * /
88
99import UIKit
1010import SwiftUI
Original file line number Diff line number Diff line change 310310 isa = PBXProject;
311311 attributes = {
312312 LastUpgradeCheck = 1100;
313- ORGANIZATIONNAME = lizhuoli ;
313+ ORGANIZATIONNAME = SDWebImage ;
314314 TargetAttributes = {
315315 32C43DCB22FD540D00BE87F5 = {
316316 CreatedOnToolsVersion = 11.0;
Original file line number Diff line number Diff line change 1- //
2- // AnimatedImage.swift
3- // SDWebImageSwiftUI
4- //
5- // Created by lizhuoli on 2019/8/9.
6- // Copyright © 2019 lizhuoli. All rights reserved .
7- / /
1+ /*
2+ * This file is part of the SDWebImage package.
3+ * (c) DreamPiggy <lizhuoli1126@126.com>
4+ *
5+ * For the full copyright and license information, please view the LICENSE
6+ * file that was distributed with this source code .
7+ * /
88
99import SwiftUI
1010import SDWebImage
Original file line number Diff line number Diff line change 1- //
2- // ImageManager.swift
3- // SDWebImageSwiftUI
4- //
5- // Created by lizhuoli on 2019/8/9.
6- // Copyright © 2019 lizhuoli. All rights reserved .
7- / /
1+ /*
2+ * This file is part of the SDWebImage package.
3+ * (c) DreamPiggy <lizhuoli1126@126.com>
4+ *
5+ * For the full copyright and license information, please view the LICENSE
6+ * file that was distributed with this source code .
7+ * /
88
99import SwiftUI
1010import Combine
Original file line number Diff line number Diff line change 1- //
2- // SDWebImageSwiftUI.swift
3- // SDWebImageSwiftUI
4- //
5- // Created by lizhuoli on 2019/8/9.
6- // Copyright © 2019 lizhuoli. All rights reserved .
7- / /
1+ /*
2+ * This file is part of the SDWebImage package.
3+ * (c) DreamPiggy <lizhuoli1126@126.com>
4+ *
5+ * For the full copyright and license information, please view the LICENSE
6+ * file that was distributed with this source code .
7+ * /
88
99import Foundation
1010import SwiftUI
Original file line number Diff line number Diff line change 1- //
2- // WebImage.swift
3- // SDWebImageSwiftUI
4- //
5- // Created by lizhuoli on 2019/8/9.
6- // Copyright © 2019 lizhuoli. All rights reserved .
7- / /
1+ /*
2+ * This file is part of the SDWebImage package.
3+ * (c) DreamPiggy <lizhuoli1126@126.com>
4+ *
5+ * For the full copyright and license information, please view the LICENSE
6+ * file that was distributed with this source code .
7+ * /
88
99import SwiftUI
1010import SDWebImage
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0 </string >
18+ <string >0. 1.0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
Original file line number Diff line number Diff line change 1- //
2- // SDWebImageSwiftUI.h
3- // SDWebImageSwiftUI
4- //
5- // Created by lizhuoli on 2019/8/9.
6- // Copyright © 2019 lizhuoli. All rights reserved .
7- / /
1+ /*
2+ * This file is part of the SDWebImage package.
3+ * (c) DreamPiggy <lizhuoli1126@126.com>
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 < Foundation/Foundation.h>
1010
You can’t perform that action at this time.
0 commit comments