Skip to content

Commit

Permalink
remove python six from macos requirements (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored May 27, 2024
1 parent c277484 commit 4ddca80
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Karol Wrótniak Droids On Roids LLC
Copyright (c) 2018 - present Karol Wrotniak Droids On Roids LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
20 changes: 0 additions & 20 deletions macos.go

This file was deleted.

5 changes: 0 additions & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ func main() {
os.Exit(6)
}

if err := ensureMacOSSetup(); err != nil {
log.Errorf("Could not setup macOS environment, error: %s", err)
os.Exit(6)
}

flutterSdkDir, err := getSdkDestinationDir()
if err != nil {
log.Errorf("Could not calculate Flutter SDK destination directory path, error: %s", err)
Expand Down

0 comments on commit 4ddca80

Please sign in to comment.