Skip to content

Commit

Permalink
Remove Cargokit
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Sep 12, 2024
1 parent 9d34864 commit ff16a5f
Show file tree
Hide file tree
Showing 39 changed files with 0 additions and 3,572 deletions.
8 changes: 0 additions & 8 deletions automate/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ def replace_text_in_file(filepath: str, change_from: str, change_to: str):
print("Automation option is not provided.")
print("Use `python automate --help` to see all available operations.")

elif sys.argv[1] == "cargokit-update":
print("Updating CargoKit...")
command = "git subtree pull"
command += " --prefix flutter_ffi_plugin/cargokit"
command += " https://github.com/irondash/cargokit.git"
command += " main"
os.system(command)

elif sys.argv[1] == "prepare-test-app":
filepath = ".gitignore"
with open(filepath, mode="r", encoding="utf8") as file:
Expand Down
26 changes: 0 additions & 26 deletions flutter_ffi_plugin/cargokit/.github/workflows/check_and_lint.yml

This file was deleted.

This file was deleted.

39 changes: 0 additions & 39 deletions flutter_ffi_plugin/cargokit/LICENSE

This file was deleted.

8 changes: 0 additions & 8 deletions flutter_ffi_plugin/cargokit/README

This file was deleted.

58 changes: 0 additions & 58 deletions flutter_ffi_plugin/cargokit/build_pod.sh

This file was deleted.

2 changes: 0 additions & 2 deletions flutter_ffi_plugin/cargokit/build_tool/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions flutter_ffi_plugin/cargokit/build_tool/analysis_options.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions flutter_ffi_plugin/cargokit/build_tool/bin/build_tool.dart

This file was deleted.

5 changes: 0 additions & 5 deletions flutter_ffi_plugin/cargokit/build_tool/lib/build_tool.dart

This file was deleted.

Loading

0 comments on commit ff16a5f

Please sign in to comment.