Skip to content

Commit

Permalink
#4 : Then 추가
Browse files Browse the repository at this point in the history
- snpkit으로 UI layout 코드 작성 시, $0으로 make 키워드 등을 대체할 수 있음
  • Loading branch information
doyeonk429 committed Aug 27, 2024
1 parent e06968e commit 776c8dd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Drink-EG/Drink-EG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
16C19AE62C74987600E93FD0 /* YouTubeiOSPlayerHelper in Frameworks */ = {isa = PBXBuildFile; productRef = 16C19AE52C74987600E93FD0 /* YouTubeiOSPlayerHelper */; };
16C19B0B2C7DA80C00E93FD0 /* Realm in Frameworks */ = {isa = PBXBuildFile; productRef = 16C19B0A2C7DA80C00E93FD0 /* Realm */; };
16C19B0D2C7DA80C00E93FD0 /* RealmSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 16C19B0C2C7DA80C00E93FD0 /* RealmSwift */; };
16C19B102C7DB73200E93FD0 /* Then in Frameworks */ = {isa = PBXBuildFile; productRef = 16C19B0F2C7DB73200E93FD0 /* Then */; };
1F205A312C68BB5200E80659 /* CartListCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F205A302C68BB5200E80659 /* CartListCollectionViewCell.swift */; };
1F205A332C69FE9800E80659 /* JoinNLoginRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F205A322C69FE9800E80659 /* JoinNLoginRequest.swift */; };
1F205A372C6A71BC00E80659 /* APIResponseLoginResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F205A362C6A71BC00E80659 /* APIResponseLoginResponse.swift */; };
Expand Down Expand Up @@ -319,6 +320,7 @@
5E2219712C6B5B5B005849FB /* Cosmos in Frameworks */,
5E22195E2C69DDB5005849FB /* SnapKit in Frameworks */,
16C19AE12C74423300E93FD0 /* SwiftyToaster in Frameworks */,
16C19B102C7DB73200E93FD0 /* Then in Frameworks */,
5E2219672C69DE78005849FB /* KakaoSDK in Frameworks */,
5E22197B2C6BB56F005849FB /* SDWebImage in Frameworks */,
5E2219612C69DDBF005849FB /* Alamofire in Frameworks */,
Expand Down Expand Up @@ -783,6 +785,7 @@
16C19AE52C74987600E93FD0 /* YouTubeiOSPlayerHelper */,
16C19B0A2C7DA80C00E93FD0 /* Realm */,
16C19B0C2C7DA80C00E93FD0 /* RealmSwift */,
16C19B0F2C7DB73200E93FD0 /* Then */,
);
productName = "Drink-EG";
productReference = 16B97CD02C4BEB0900D8B453 /* Drink-EG.app */;
Expand Down Expand Up @@ -823,6 +826,7 @@
16C19ADF2C74423300E93FD0 /* XCRemoteSwiftPackageReference "SwiftyToaster" */,
16C19AE42C74987600E93FD0 /* XCRemoteSwiftPackageReference "youtube-ios-player-helper" */,
16C19B092C7DA80C00E93FD0 /* XCRemoteSwiftPackageReference "realm-swift" */,
16C19B0E2C7DB73200E93FD0 /* XCRemoteSwiftPackageReference "Then" */,
);
productRefGroup = 16B97CD12C4BEB0900D8B453 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -1228,6 +1232,14 @@
kind = branch;
};
};
16C19B0E2C7DB73200E93FD0 /* XCRemoteSwiftPackageReference "Then" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/devxoul/Then";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 3.0.0;
};
};
5E22195C2C69DDB5005849FB /* XCRemoteSwiftPackageReference "SnapKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SnapKit/SnapKit.git";
Expand Down Expand Up @@ -1307,6 +1319,11 @@
package = 16C19B092C7DA80C00E93FD0 /* XCRemoteSwiftPackageReference "realm-swift" */;
productName = RealmSwift;
};
16C19B0F2C7DB73200E93FD0 /* Then */ = {
isa = XCSwiftPackageProductDependency;
package = 16C19B0E2C7DB73200E93FD0 /* XCRemoteSwiftPackageReference "Then" */;
productName = Then;
};
5E22195D2C69DDB5005849FB /* SnapKit */ = {
isa = XCSwiftPackageProductDependency;
package = 5E22195C2C69DDB5005849FB /* XCRemoteSwiftPackageReference "SnapKit" */;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "7e0125a7263bb70175040d5e89237a7b20fa2673bce1c8369fc4ee4ccd81469c",
"originHash" : "10cfaa20975553f1b45362549ebbb5ec9292c513f6c7a2b7870b30bd0b029e16",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -100,6 +100,15 @@
"version" : "1.0.2"
}
},
{
"identity" : "then",
"kind" : "remoteSourceControl",
"location" : "https://github.com/devxoul/Then",
"state" : {
"revision" : "d41ef523faef0f911369f79c0b96815d9dbb6d7a",
"version" : "3.0.0"
}
},
{
"identity" : "toast-swift",
"kind" : "remoteSourceControl",
Expand Down

0 comments on commit 776c8dd

Please sign in to comment.