Skip to content

Commit

Permalink
[#1] SPM 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
ezidayzi committed Sep 14, 2021
1 parent 8cc52b2 commit 8ebb6a0
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 1 deletion.
95 changes: 94 additions & 1 deletion CheoMooRac/CheoMooRac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objectVersion = 52;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -14,6 +14,13 @@
DD2844B026EF35C5004FC840 /* CheoMooRac.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = DD2844AE26EF35C5004FC840 /* CheoMooRac.xcdatamodeld */; };
DD2844B226EF35C7004FC840 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DD2844B126EF35C7004FC840 /* Assets.xcassets */; };
DD2844B526EF35C7004FC840 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DD2844B326EF35C7004FC840 /* LaunchScreen.storyboard */; };
DD6CCCC826F072A700C7BA2C /* SnapKit in Frameworks */ = {isa = PBXBuildFile; productRef = DD6CCCC726F072A700C7BA2C /* SnapKit */; };
DD6CCCCB26F072BA00C7BA2C /* RxSwift in Frameworks */ = {isa = PBXBuildFile; productRef = DD6CCCCA26F072BA00C7BA2C /* RxSwift */; };
DD6CCCCD26F072BA00C7BA2C /* RxTest in Frameworks */ = {isa = PBXBuildFile; productRef = DD6CCCCC26F072BA00C7BA2C /* RxTest */; };
DD6CCCCF26F072BA00C7BA2C /* RxRelay in Frameworks */ = {isa = PBXBuildFile; productRef = DD6CCCCE26F072BA00C7BA2C /* RxRelay */; };
DD6CCCD126F072BA00C7BA2C /* RxCocoa in Frameworks */ = {isa = PBXBuildFile; productRef = DD6CCCD026F072BA00C7BA2C /* RxCocoa */; };
DD6CCCD326F072BA00C7BA2C /* RxBlocking in Frameworks */ = {isa = PBXBuildFile; productRef = DD6CCCD226F072BA00C7BA2C /* RxBlocking */; };
DD6CCCD626F073D000C7BA2C /* SwiftLintFramework in Frameworks */ = {isa = PBXBuildFile; productRef = DD6CCCD526F073D000C7BA2C /* SwiftLintFramework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -33,6 +40,13 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DD6CCCCB26F072BA00C7BA2C /* RxSwift in Frameworks */,
DD6CCCD626F073D000C7BA2C /* SwiftLintFramework in Frameworks */,
DD6CCCD326F072BA00C7BA2C /* RxBlocking in Frameworks */,
DD6CCCCD26F072BA00C7BA2C /* RxTest in Frameworks */,
DD6CCCD126F072BA00C7BA2C /* RxCocoa in Frameworks */,
DD6CCCCF26F072BA00C7BA2C /* RxRelay in Frameworks */,
DD6CCCC826F072A700C7BA2C /* SnapKit in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -134,6 +148,15 @@
dependencies = (
);
name = CheoMooRac;
packageProductDependencies = (
DD6CCCC726F072A700C7BA2C /* SnapKit */,
DD6CCCCA26F072BA00C7BA2C /* RxSwift */,
DD6CCCCC26F072BA00C7BA2C /* RxTest */,
DD6CCCCE26F072BA00C7BA2C /* RxRelay */,
DD6CCCD026F072BA00C7BA2C /* RxCocoa */,
DD6CCCD226F072BA00C7BA2C /* RxBlocking */,
DD6CCCD526F073D000C7BA2C /* SwiftLintFramework */,
);
productName = CheoMooRac;
productReference = DD2844A226EF35C4004FC840 /* CheoMooRac.app */;
productType = "com.apple.product-type.application";
Expand Down Expand Up @@ -161,6 +184,11 @@
Base,
);
mainGroup = DD28449926EF35C4004FC840;
packageReferences = (
DD6CCCC626F072A700C7BA2C /* XCRemoteSwiftPackageReference "SnapKit" */,
DD6CCCC926F072BA00C7BA2C /* XCRemoteSwiftPackageReference "RxSwift" */,
DD6CCCD426F073D000C7BA2C /* XCRemoteSwiftPackageReference "SwiftLint" */,
);
productRefGroup = DD2844A326EF35C4004FC840 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -392,6 +420,71 @@
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
DD6CCCC626F072A700C7BA2C /* XCRemoteSwiftPackageReference "SnapKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SnapKit/SnapKit";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.0.1;
};
};
DD6CCCC926F072BA00C7BA2C /* XCRemoteSwiftPackageReference "RxSwift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/ReactiveX/RxSwift";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.2.0;
};
};
DD6CCCD426F073D000C7BA2C /* XCRemoteSwiftPackageReference "SwiftLint" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/realm/SwiftLint";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.44.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
DD6CCCC726F072A700C7BA2C /* SnapKit */ = {
isa = XCSwiftPackageProductDependency;
package = DD6CCCC626F072A700C7BA2C /* XCRemoteSwiftPackageReference "SnapKit" */;
productName = SnapKit;
};
DD6CCCCA26F072BA00C7BA2C /* RxSwift */ = {
isa = XCSwiftPackageProductDependency;
package = DD6CCCC926F072BA00C7BA2C /* XCRemoteSwiftPackageReference "RxSwift" */;
productName = RxSwift;
};
DD6CCCCC26F072BA00C7BA2C /* RxTest */ = {
isa = XCSwiftPackageProductDependency;
package = DD6CCCC926F072BA00C7BA2C /* XCRemoteSwiftPackageReference "RxSwift" */;
productName = RxTest;
};
DD6CCCCE26F072BA00C7BA2C /* RxRelay */ = {
isa = XCSwiftPackageProductDependency;
package = DD6CCCC926F072BA00C7BA2C /* XCRemoteSwiftPackageReference "RxSwift" */;
productName = RxRelay;
};
DD6CCCD026F072BA00C7BA2C /* RxCocoa */ = {
isa = XCSwiftPackageProductDependency;
package = DD6CCCC926F072BA00C7BA2C /* XCRemoteSwiftPackageReference "RxSwift" */;
productName = RxCocoa;
};
DD6CCCD226F072BA00C7BA2C /* RxBlocking */ = {
isa = XCSwiftPackageProductDependency;
package = DD6CCCC926F072BA00C7BA2C /* XCRemoteSwiftPackageReference "RxSwift" */;
productName = RxBlocking;
};
DD6CCCD526F073D000C7BA2C /* SwiftLintFramework */ = {
isa = XCSwiftPackageProductDependency;
package = DD6CCCD426F073D000C7BA2C /* XCRemoteSwiftPackageReference "SwiftLint" */;
productName = SwiftLintFramework;
};
/* End XCSwiftPackageProductDependency section */

/* Begin XCVersionGroup section */
DD2844AE26EF35C5004FC840 /* CheoMooRac.xcdatamodeld */ = {
isa = XCVersionGroup;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"object": {
"pins": [
{
"package": "RxSwift",
"repositoryURL": "https://github.com/ReactiveX/RxSwift",
"state": {
"branch": null,
"revision": "7c17a6ccca06b5c107cfa4284e634562ddaf5951",
"version": "6.2.0"
}
},
{
"package": "SnapKit",
"repositoryURL": "https://github.com/SnapKit/SnapKit",
"state": {
"branch": null,
"revision": "d458564516e5676af9c70b4f4b2a9178294f1bc6",
"version": "5.0.1"
}
},
{
"package": "SourceKitten",
"repositoryURL": "https://github.com/jpsim/SourceKitten.git",
"state": {
"branch": null,
"revision": "7f4be006fe73211b0fd9666c73dc2f2303ffa756",
"version": "0.31.0"
}
},
{
"package": "swift-argument-parser",
"repositoryURL": "https://github.com/apple/swift-argument-parser.git",
"state": {
"branch": null,
"revision": "9564d61b08a5335ae0a36f789a7d71493eacadfc",
"version": "0.3.2"
}
},
{
"package": "SwiftLint",
"repositoryURL": "https://github.com/realm/SwiftLint",
"state": {
"branch": null,
"revision": "e820e750b08bd67bc9d98f4817868e9bc3d5d865",
"version": "0.44.0"
}
},
{
"package": "SwiftyTextTable",
"repositoryURL": "https://github.com/scottrhoyt/SwiftyTextTable.git",
"state": {
"branch": null,
"revision": "c6df6cf533d120716bff38f8ff9885e1ce2a4ac3",
"version": "0.9.0"
}
},
{
"package": "SWXMLHash",
"repositoryURL": "https://github.com/drmohundro/SWXMLHash.git",
"state": {
"branch": null,
"revision": "9183170d20857753d4f331b0ca63f73c60764bf3",
"version": "5.0.2"
}
},
{
"package": "Yams",
"repositoryURL": "https://github.com/jpsim/Yams.git",
"state": {
"branch": null,
"revision": "9ff1cc9327586db4e0c8f46f064b6a82ec1566fa",
"version": "4.0.6"
}
}
]
},
"version": 1
}

0 comments on commit 8ebb6a0

Please sign in to comment.