File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -100,22 +100,6 @@ configureIosSimulatorTasks()
100100// Publishing
101101configurePublishing(" aws-crt-kotlin" )
102102
103- // Temporary disable signing iOS artifacts because they are having trouble finding the signing key/passphrase
104- // which are set via environment variables. Maybe the environment is not passed through to iOS builds?
105- tasks.withType<Sign >().configureEach {
106- if (name.contains(" ios" , ignoreCase = true )) {
107- enabled = false
108- }
109-
110- // Also disable JVM, which has the same issue... for some reason...
111- if (name.contains(" jvm" , ignoreCase = true )) {
112- enabled = false
113- }
114-
115- // Also disable every other signing task, which has the same problem...
116- enabled = false
117- }
118-
119103val linuxTargets: List <String > = listOf (
120104 " linuxX64" ,
121105 " linuxArm64" ,
You can’t perform that action at this time.
0 commit comments