Skip to content

Commit 938fe2e

Browse files
authored
Update gen_ag_interface_template.sh
1 parent a4a75b5 commit 938fe2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/gen_ag_interface_template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ swift build -c release -Xswiftc -emit-module-interface -Xswiftc -enable-library-
1414
cp .build/release/Modules/OpenGraph.swiftinterface ./template.swiftinterface
1515

1616
sed -i '' '1,4d' ./template.swiftinterface
17-
sed -i '' 's/@_exported public import AttributeGraph/@_exported public import OpenGraph_SPI/g' ./template.swiftinterface
17+
sed -i '' 's/@_exported public import OpenGraph_SPI/@_exported public import AttributeGraph/g' ./template.swiftinterface
1818
sed -i '' 's/OpenGraph_SPI\.//g' ./template.swiftinterface
1919
sed -i '' 's/OpenGraph/AttributeGraph/g' ./template.swiftinterface
2020
sed -i '' 's/OG/AG/g' ./template.swiftinterface

0 commit comments

Comments
 (0)