We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a75b5 commit 938fe2eCopy full SHA for 938fe2e
Scripts/gen_ag_interface_template.sh
@@ -14,7 +14,7 @@ swift build -c release -Xswiftc -emit-module-interface -Xswiftc -enable-library-
14
cp .build/release/Modules/OpenGraph.swiftinterface ./template.swiftinterface
15
16
sed -i '' '1,4d' ./template.swiftinterface
17
-sed -i '' 's/@_exported public import AttributeGraph/@_exported public import OpenGraph_SPI/g' ./template.swiftinterface
+sed -i '' 's/@_exported public import OpenGraph_SPI/@_exported public import AttributeGraph/g' ./template.swiftinterface
18
sed -i '' 's/OpenGraph_SPI\.//g' ./template.swiftinterface
19
sed -i '' 's/OpenGraph/AttributeGraph/g' ./template.swiftinterface
20
sed -i '' 's/OG/AG/g' ./template.swiftinterface
0 commit comments