You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous PR only moved the plugin class to the Sources folder, but
some plugins have multiple swift files, so this PR moves the whole
Plugin folder into the Sources folder
trymoveItemCreatingIntermediaryDirectories(at: swiftFileURL, to: capacitorPluginPackage.iosSrcDirectoryURL.appending(path:"Sources").appending(path: capPlugin.identifier).appending(path: swiftFileURL.lastPathComponent))
55
-
trymoveItemCreatingIntermediaryDirectories(at: capacitorPluginPackage.iosSrcDirectoryURL.appending(path:"PluginTests"), to: capacitorPluginPackage.iosSrcDirectoryURL.appending(path:"Tests").appending(path:"\(capPlugin.identifier)Tests"))
trymoveItemCreatingIntermediaryDirectories(at: capacitorPluginPackage.iosSrcDirectoryURL.appending(path:"Plugin"), to: capacitorPluginPackage.iosSrcDirectoryURL.appending(path:"Sources").appending(path: capPlugin.identifier))
63
+
trymoveItemCreatingIntermediaryDirectories(at: capacitorPluginPackage.iosSrcDirectoryURL.appending(path:"PluginTests"), to: capacitorPluginPackage.iosSrcDirectoryURL.appending(path:"Tests").appending(path:"\(capPlugin.identifier)Tests"))
0 commit comments