Skip to content

Commit

Permalink
#4 edit SDWebImage path
Browse files Browse the repository at this point in the history
  • Loading branch information
doyeonk429 committed Sep 25, 2024
1 parent 871977f commit 2016699
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 27 deletions.
64 changes: 39 additions & 25 deletions Drink-EG/Drink-EG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
164A0A112CA3AED700504BF1 /* SDWebImage in Frameworks */ = {isa = PBXBuildFile; productRef = 164A0A102CA3AED700504BF1 /* SDWebImage */; };
164A0A132CA3AED700504BF1 /* SDWebImageMapKit in Frameworks */ = {isa = PBXBuildFile; productRef = 164A0A122CA3AED700504BF1 /* SDWebImageMapKit */; };
165400E22C69D6B9008A9DBF /* CookiePlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165400DF2C69D6B9008A9DBF /* CookiePlugin.swift */; };
165400E52C69DDB6008A9DBF /* LoginAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165400E42C69DDB6008A9DBF /* LoginAPI.swift */; };
165400E72C69DDBE008A9DBF /* TastingNoteAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165400E62C69DDBE008A9DBF /* TastingNoteAPI.swift */; };
Expand Down Expand Up @@ -158,13 +160,24 @@
5E22196E2C6B2EA0005849FB /* RatingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E22196D2C6B2EA0005849FB /* RatingViewController.swift */; };
5E2219712C6B5B5B005849FB /* Cosmos in Frameworks */ = {isa = PBXBuildFile; productRef = 5E2219702C6B5B5B005849FB /* Cosmos */; };
5E2219732C6B661A005849FB /* CheckNoteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E2219722C6B661A005849FB /* CheckNoteViewController.swift */; };
5E22197B2C6BB56F005849FB /* SDWebImage in Frameworks */ = {isa = PBXBuildFile; productRef = 5E22197A2C6BB56F005849FB /* SDWebImage */; };
5E22197D2C6BB56F005849FB /* SDWebImageMapKit in Frameworks */ = {isa = PBXBuildFile; productRef = 5E22197C2C6BB56F005849FB /* SDWebImageMapKit */; };
5E23147F2C5901BB004E2013 /* (null) in Sources */ = {isa = PBXBuildFile; };
5E42B0162C746B2800DAB751 /* PrivacyPolicyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42B0152C746B2800DAB751 /* PrivacyPolicyViewController.swift */; };
5E42B0182C74A39300DAB751 /* MovingTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42B0172C74A39300DAB751 /* MovingTextField.swift */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
164A0A152CA3AEE200504BF1 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
165400DF2C69D6B9008A9DBF /* CookiePlugin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CookiePlugin.swift; sourceTree = "<group>"; };
165400E42C69DDB6008A9DBF /* LoginAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginAPI.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -321,15 +334,15 @@
files = (
16C19B0D2C7DA80C00E93FD0 /* RealmSwift in Frameworks */,
16C19B0B2C7DA80C00E93FD0 /* Realm in Frameworks */,
164A0A132CA3AED700504BF1 /* SDWebImageMapKit in Frameworks */,
5E2219712C6B5B5B005849FB /* Cosmos in Frameworks */,
5E22195E2C69DDB5005849FB /* SnapKit in Frameworks */,
16C19AE12C74423300E93FD0 /* SwiftyToaster in Frameworks */,
16C19B102C7DB73200E93FD0 /* Then in Frameworks */,
164A0A112CA3AED700504BF1 /* SDWebImage in Frameworks */,
5E2219672C69DE78005849FB /* KakaoSDK in Frameworks */,
5E22197B2C6BB56F005849FB /* SDWebImage in Frameworks */,
5E2219612C69DDBF005849FB /* Alamofire in Frameworks */,
5E22196A2C69DEEA005849FB /* Toast in Frameworks */,
5E22197D2C6BB56F005849FB /* SDWebImageMapKit in Frameworks */,
5E2219642C69DE43005849FB /* Moya in Frameworks */,
16C19AE62C74987600E93FD0 /* YouTubeiOSPlayerHelper in Frameworks */,
);
Expand Down Expand Up @@ -836,6 +849,7 @@
16B97CCC2C4BEB0900D8B453 /* Sources */,
16B97CCD2C4BEB0900D8B453 /* Frameworks */,
16B97CCE2C4BEB0900D8B453 /* Resources */,
164A0A152CA3AEE200504BF1 /* Embed Frameworks */,
);
buildRules = (
);
Expand All @@ -849,13 +863,13 @@
5E2219662C69DE78005849FB /* KakaoSDK */,
5E2219692C69DEEA005849FB /* Toast */,
5E2219702C6B5B5B005849FB /* Cosmos */,
5E22197A2C6BB56F005849FB /* SDWebImage */,
5E22197C2C6BB56F005849FB /* SDWebImageMapKit */,
16C19AE02C74423300E93FD0 /* SwiftyToaster */,
16C19AE52C74987600E93FD0 /* YouTubeiOSPlayerHelper */,
16C19B0A2C7DA80C00E93FD0 /* Realm */,
16C19B0C2C7DA80C00E93FD0 /* RealmSwift */,
16C19B0F2C7DB73200E93FD0 /* Then */,
164A0A102CA3AED700504BF1 /* SDWebImage */,
164A0A122CA3AED700504BF1 /* SDWebImageMapKit */,
);
productName = "Drink-EG";
productReference = 16B97CD02C4BEB0900D8B453 /* Drink-EG.app */;
Expand Down Expand Up @@ -892,11 +906,11 @@
5E2219652C69DE78005849FB /* XCRemoteSwiftPackageReference "kakao-ios-sdk" */,
5E2219682C69DEEA005849FB /* XCRemoteSwiftPackageReference "Toast-Swift" */,
5E22196F2C6B5B5B005849FB /* XCRemoteSwiftPackageReference "Cosmos" */,
5E2219792C6BB56F005849FB /* XCRemoteSwiftPackageReference "SDWebImage" */,
16C19ADF2C74423300E93FD0 /* XCRemoteSwiftPackageReference "SwiftyToaster" */,
16C19AE42C74987600E93FD0 /* XCRemoteSwiftPackageReference "youtube-ios-player-helper" */,
16C19B092C7DA80C00E93FD0 /* XCRemoteSwiftPackageReference "realm-swift" */,
16C19B0E2C7DB73200E93FD0 /* XCRemoteSwiftPackageReference "Then" */,
164A0A0F2CA3AED700504BF1 /* XCRemoteSwiftPackageReference "SDWebImage" */,
);
productRefGroup = 16B97CD12C4BEB0900D8B453 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -1280,6 +1294,14 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
164A0A0F2CA3AED700504BF1 /* XCRemoteSwiftPackageReference "SDWebImage" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SDWebImage/SDWebImage";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.19.7;
};
};
16C19ADF2C74423300E93FD0 /* XCRemoteSwiftPackageReference "SwiftyToaster" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/noeyiz/SwiftyToaster.git";
Expand Down Expand Up @@ -1360,17 +1382,19 @@
minimumVersion = 25.0.1;
};
};
5E2219792C6BB56F005849FB /* XCRemoteSwiftPackageReference "SDWebImage" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SDWebImage/SDWebImage.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.19.6;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
164A0A102CA3AED700504BF1 /* SDWebImage */ = {
isa = XCSwiftPackageProductDependency;
package = 164A0A0F2CA3AED700504BF1 /* XCRemoteSwiftPackageReference "SDWebImage" */;
productName = SDWebImage;
};
164A0A122CA3AED700504BF1 /* SDWebImageMapKit */ = {
isa = XCSwiftPackageProductDependency;
package = 164A0A0F2CA3AED700504BF1 /* XCRemoteSwiftPackageReference "SDWebImage" */;
productName = SDWebImageMapKit;
};
16C19AE02C74423300E93FD0 /* SwiftyToaster */ = {
isa = XCSwiftPackageProductDependency;
package = 16C19ADF2C74423300E93FD0 /* XCRemoteSwiftPackageReference "SwiftyToaster" */;
Expand Down Expand Up @@ -1426,16 +1450,6 @@
package = 5E22196F2C6B5B5B005849FB /* XCRemoteSwiftPackageReference "Cosmos" */;
productName = Cosmos;
};
5E22197A2C6BB56F005849FB /* SDWebImage */ = {
isa = XCSwiftPackageProductDependency;
package = 5E2219792C6BB56F005849FB /* XCRemoteSwiftPackageReference "SDWebImage" */;
productName = SDWebImage;
};
5E22197C2C6BB56F005849FB /* SDWebImageMapKit */ = {
isa = XCSwiftPackageProductDependency;
package = 5E2219792C6BB56F005849FB /* XCRemoteSwiftPackageReference "SDWebImage" */;
productName = SDWebImageMapKit;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 16B97CC82C4BEB0900D8B453 /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "10cfaa20975553f1b45362549ebbb5ec9292c513f6c7a2b7870b30bd0b029e16",
"originHash" : "7d6da7879a36e62998b2994307c4bedd9a7fd70691a506962f99d482c7b278e9",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -76,7 +76,7 @@
{
"identity" : "sdwebimage",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImage.git",
"location" : "https://github.com/SDWebImage/SDWebImage",
"state" : {
"revision" : "8a1be70a625683bc04d6903e2935bf23f3c6d609",
"version" : "5.19.7"
Expand Down

0 comments on commit 2016699

Please sign in to comment.