@@ -5,9 +5,7 @@ let package = Package(
5
5
name: " skip " ,
6
6
defaultLocalization: " en " ,
7
7
products: [
8
- . plugin( name: " hello-skip " , targets: [ " Hello Skip " ] ) ,
9
- . plugin( name: " run-kotlin-tests " , targets: [ " Run Kotlin Tests " ] ) ,
10
- . plugin( name: " synchronize-gradle " , targets: [ " Synchronize Gradle Project " ] ) ,
8
+ . plugin( name: " skip-init " , targets: [ " Hello Skip " ] ) ,
11
9
. plugin( name: " skip " , targets: [ " Skip Custom Command " ] ) ,
12
10
13
11
. plugin( name: " preflight " , targets: [ " skip-preflight " ] ) ,
@@ -41,16 +39,7 @@ let package = Package(
41
39
""" )
42
40
] ) ,
43
41
dependencies: [ " skiptool " ] ,
44
- path: " Plugins/HelloSkip " ) ,
45
-
46
- //.plugin(name: "Run Kotlin Tests",
47
- // capability: .command(
48
- // intent: .custom(verb: "skip-test", description: "Add Kotlin Targets to the current Package.swift"),
49
- // permissions: [
50
- // .writeToPackageDirectory(reason: "Skip needs to create and update the Skip folder in the project."),
51
- // ]),
52
- // dependencies: ["skiptool"],
53
- // path: "Plugins/RunGradleTests"),
42
+ path: " Plugins/SkipInit " ) ,
54
43
55
44
. plugin( name: " Skip Custom Command " ,
56
45
capability: . command(
@@ -61,15 +50,6 @@ let package = Package(
61
50
dependencies: [ " skiptool " ] ,
62
51
path: " Plugins/SkipCommand " ) ,
63
52
64
- //.plugin(name: "Synchronize Gradle Project",
65
- // capability: .command(
66
- // intent: .custom(verb: "skip-sync", description: "Create local links to the transpiled gradle project(s)"),
67
- // permissions: [
68
- // .writeToPackageDirectory(reason: "Skip needs to create and update the Skip folder in the project."),
69
- // ]),
70
- // dependencies: ["skiptool"],
71
- // path: "Plugins/SynchronizeGradle"),
72
-
73
53
. plugin( name: " skip-preflight " ,
74
54
capability: . buildTool( ) ,
75
55
dependencies: [ " skiptool " ] ,
0 commit comments