From eb48206fa92b22174669c4df0105becc1a91ae5b Mon Sep 17 00:00:00 2001 From: LeeMyeongJin Date: Thu, 21 Sep 2023 14:07:47 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20#184=20-=20Xcode=2015=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=20=EC=BD=94=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runnect-iOS/Runnect-iOS/Global/Utils/setImage.swift | 2 +- Runnect-iOS/Runnect-iOS/Info.plist | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Runnect-iOS/Runnect-iOS/Global/Utils/setImage.swift b/Runnect-iOS/Runnect-iOS/Global/Utils/setImage.swift index d05d2898..c5ecb77c 100644 --- a/Runnect-iOS/Runnect-iOS/Global/Utils/setImage.swift +++ b/Runnect-iOS/Runnect-iOS/Global/Utils/setImage.swift @@ -32,7 +32,7 @@ public extension UIImageView { private func setNewImage(with urlString: String, placeholder: String? = "img_placeholder", completion: ((UIImage?) -> Void)? = nil) { guard let url = URL(string: urlString) else { return } - let resource = ImageResource(downloadURL: url, cacheKey: urlString) + let resource = Kingfisher.KF.ImageResource(downloadURL: url, cacheKey: urlString) let placeholderImage = UIImage(named: "img_placeholder") let placeholder = placeholderImage diff --git a/Runnect-iOS/Runnect-iOS/Info.plist b/Runnect-iOS/Runnect-iOS/Info.plist index 7b1332ca..dce22c41 100644 --- a/Runnect-iOS/Runnect-iOS/Info.plist +++ b/Runnect-iOS/Runnect-iOS/Info.plist @@ -2,6 +2,11 @@ + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName