Skip to content

Commit

Permalink
🔥 Remove SwiftGodot-Source submodule
Browse files Browse the repository at this point in the history
This submodule is being removed in favor of the prebuilt binaries.
  • Loading branch information
alicerunsonfedora committed Oct 1, 2023
1 parent d66fba9 commit 58777e2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "SwiftGodot"]
path = SwiftGodot-Source
url = https://gitlab.com/Indexing-Your-Heart/SwiftGodot
[submodule "Shounin/addons/panku_console"]
path = Shounin/addons/panku_console
url = https://github.com/Ark2000/panku_console
14 changes: 0 additions & 14 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,6 @@ build-all-deps-ci:
just build-dep '-t mac -a -f' AnthroBase
just build-dep '-t mac -a -f' JensonGodotKit

# Builds the SwiftGodot xcframework.
build-swift-godot:
#!/bin/sh
cd SwiftGodot-Source
touch nodeploy
VERSION="nodeploy" NOTES="./nodeploy" SWIFT_GODOT_NODEPLOY=true make build-release
rm -r nodeploy
cd ..
cp -rf ~/sg-builds/SwiftGodot.xcframework SwiftGodot
if [ -z "$SKIP_CLEAN" ]; then
rm -rf ~/sg-builds
rm SwiftGodot-Source/Package.resolved
fi

# Cleans alls dependencies, logs, etc.
clean:
just clean-all-deps
Expand Down
1 change: 0 additions & 1 deletion SwiftGodot-Source
Submodule SwiftGodot-Source deleted from a41de9

0 comments on commit 58777e2

Please sign in to comment.