Skip to content

Commit

Permalink
chore: 🤖 Use forked plug-in for XcodePlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yk4to committed Jan 19, 2023
1 parent 4b855f5 commit a6cb233
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
26 changes: 18 additions & 8 deletions EjectKey.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
buildRules = (
);
dependencies = (
D68DAFBA29799C82009062CB /* PBXTargetDependency */,
D68DAFB22979946F009062CB /* PBXTargetDependency */,
D6B238D0296020560049CF72 /* PBXTargetDependency */,
);
Expand Down Expand Up @@ -287,8 +288,8 @@
D6B238CC29601E690049CF72 /* XCRemoteSwiftPackageReference "DependencyList" */,
D6EF55A72962F714002E36EC /* XCRemoteSwiftPackageReference "Sparkle" */,
D637A85D2974374C00C6DD7D /* XCRemoteSwiftPackageReference "LaunchAtLogin-Modern" */,
D68DAFA929798FA7009062CB /* XCRemoteSwiftPackageReference "SwiftGenPlugin" */,
D68DAFAC297993D4009062CB /* XCRemoteSwiftPackageReference "SwiftLintPlugin" */,
D68DAFB829799C76009062CB /* XCRemoteSwiftPackageReference "SwiftGenPlugin" */,
);
productRefGroup = D6288AC5289EB5DB00F80FF1;
projectDirPath = "";
Expand Down Expand Up @@ -351,6 +352,10 @@
isa = PBXTargetDependency;
productRef = D68DAFB12979946F009062CB /* SwiftLint */;
};
D68DAFBA29799C82009062CB /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = D68DAFB929799C82009062CB /* SwiftGenPlugin */;
};
D6B238D0296020560049CF72 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = D6B238CF296020560049CF72 /* PrepareDependencyList */;
Expand Down Expand Up @@ -611,20 +616,20 @@
kind = branch;
};
};
D68DAFA929798FA7009062CB /* XCRemoteSwiftPackageReference "SwiftGenPlugin" */ = {
D68DAFAC297993D4009062CB /* XCRemoteSwiftPackageReference "SwiftLintPlugin" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SwiftGen/SwiftGenPlugin";
repositoryURL = "https://github.com/lukepistrol/SwiftLintPlugin";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.0.0;
minimumVersion = 0.2.2;
};
};
D68DAFAC297993D4009062CB /* XCRemoteSwiftPackageReference "SwiftLintPlugin" */ = {
D68DAFB829799C76009062CB /* XCRemoteSwiftPackageReference "SwiftGenPlugin" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/lukepistrol/SwiftLintPlugin";
repositoryURL = "https://github.com/BookBeat/SwiftGenPlugin";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.2.2;
branch = "xcodeproject-support";
kind = branch;
};
};
D6B238CC29601E690049CF72 /* XCRemoteSwiftPackageReference "DependencyList" */ = {
Expand Down Expand Up @@ -671,6 +676,11 @@
package = D68DAFAC297993D4009062CB /* XCRemoteSwiftPackageReference "SwiftLintPlugin" */;
productName = "plugin:SwiftLint";
};
D68DAFB929799C82009062CB /* SwiftGenPlugin */ = {
isa = XCSwiftPackageProductDependency;
package = D68DAFB829799C76009062CB /* XCRemoteSwiftPackageReference "SwiftGenPlugin" */;
productName = "plugin:SwiftGenPlugin";
};
D6B238CD29601E690049CF72 /* DependencyList */ = {
isa = XCSwiftPackageProductDependency;
package = D6B238CC29601E690049CF72 /* XCRemoteSwiftPackageReference "DependencyList" */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
{
"identity" : "swiftgenplugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SwiftGen/SwiftGenPlugin",
"location" : "https://github.com/BookBeat/SwiftGenPlugin",
"state" : {
"revision" : "879b85a470cacd70c19e22eb7e11a3aed66f4068",
"version" : "6.6.2"
"branch" : "xcodeproject-support",
"revision" : "1228d5a43ca791db0719d42f641c34a00b9c32f3"
}
},
{
Expand Down

0 comments on commit a6cb233

Please sign in to comment.