File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Source/Swift/Documentation.docc Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Full documentation of the package can be found here: https://savchenkovaleriy.gi
6868Add the following line to you package dependencies:
6969
7070``` swift
71- .package (" https://github.com/SavchenkoValeriy/emacs-swift-module.git" , from : " 1.3.0 " )
71+ .package (" https://github.com/SavchenkoValeriy/emacs-swift-module.git" , from : " 1.3.4 " )
7272```
7373
7474Or add ` "https://github.com/SavchenkoValeriy/emacs-swift-module.git" ` directly via Xcode.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Defining a new Emacs module from Swift.
99Add the following line to you package dependencies:
1010
1111``` swift
12- .package (" https://github.com/SavchenkoValeriy/emacs-swift-module.git" , from : " 1.3.2 " )
12+ .package (" https://github.com/SavchenkoValeriy/emacs-swift-module.git" , from : " 1.3.4 " )
1313```
1414
1515Or add ` "https://github.com/SavchenkoValeriy/emacs-swift-module.git" ` directly via Xcode.
@@ -26,13 +26,13 @@ products: [
2626 targets : [" AwesomeSwiftEmacsModule" ]),
2727],
2828dependencies: [
29- .package (" https://github.com/SavchenkoValeriy/emacs-swift-module.git" , from : " 1.3.2 " )
29+ .package (" https://github.com/SavchenkoValeriy/emacs-swift-module.git" , from : " 1.3.4 " )
3030],
3131targets: [
3232 .target (
3333 name : " AwesomeSwiftEmacsModule" ,
3434 dependencies : [
35- .product (name : " EmacsSwiftModule " , package : " emacs-swift-module" )
35+ .product (name : " EmacsSwiftModuleDynamic " , package : " emacs-swift-module" )
3636 ],
3737 plugins : [
3838 .plugin (name : " ModuleFactoryPlugin" , package : " emacs-swift-module" )
You can’t perform that action at this time.
0 commit comments