diff --git a/.gitignore b/.gitignore index acd27c1..469898e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ # Uncomment these types if you want even more clean repository. But be careful. # It can make harm to an existing project source. Read explanations below. -# + # Resource files are binaries containing manifest, project icon and version info. # They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files. -#*.res -# +*.res + # Type library file (binary). In old Delphi versions it should be stored. # Since Delphi 2009 it is produced from .ridl file and can safely be ignored. #*.tlb diff --git a/README.md b/README.md index 9dd6afc..f54e8a8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,10 @@ O Router4Delphi tem o objetivo de facilitar a chamada de telas e embed de Layout ## Instalação -Basta registrar no Library Path do seu Delphi o caminho da pasta SRC da Biblioteca +Basta registrar no Library Path do seu Delphi o caminho da pasta SRC da biblioteca, ou se preferir, pode utilizar o [**Boss**](https://github.com/HashLoad/boss) (gerenciador de dependências para Delphi) para realizar a instalação: +``` +boss install https://github.com/bittencourtthulio/Router4Delphi +``` ## Primeiros Passos - Tutorial diff --git a/Router4Delphi.dproj.local b/Router4Delphi.dproj.local deleted file mode 100644 index d576f03..0000000 --- a/Router4Delphi.dproj.local +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/Router4Delphi.identcache b/Router4Delphi.identcache deleted file mode 100644 index a8d3b23..0000000 Binary files a/Router4Delphi.identcache and /dev/null differ diff --git a/Router4Delphi.res b/Router4Delphi.res deleted file mode 100644 index 1b962ae..0000000 Binary files a/Router4Delphi.res and /dev/null differ diff --git a/Samples/VCL/Router.res b/Samples/VCL/Router.res deleted file mode 100644 index 76ff9b7..0000000 Binary files a/Samples/VCL/Router.res and /dev/null differ diff --git a/boss-lock.json b/boss-lock.json new file mode 100644 index 0000000..30e6664 --- /dev/null +++ b/boss-lock.json @@ -0,0 +1,5 @@ +{ + "hash": "d41d8cd98f00b204e9800998ecf8427e", + "updated": "2021-04-29T17:11:41.0855564-03:00", + "installedModules": {} +} \ No newline at end of file diff --git a/boss.json b/boss.json new file mode 100644 index 0000000..a13445c --- /dev/null +++ b/boss.json @@ -0,0 +1,9 @@ +{ + "name": "Router4Delphi", + "description": "", + "version": "1.0.0", + "homepage": "", + "mainsrc": "src", + "projects": [], + "dependencies": {} +} \ No newline at end of file