Merge pull request #3 from viniciussanchez/master

Se aceito, adiciona compatibilidade com o Boss
This commit is contained in:
Thulio Bittencourt 2021-04-30 15:21:17 -03:00 committed by GitHub
commit b82afef66e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 21 additions and 6 deletions

6
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject/>

Binary file not shown.

Binary file not shown.

Binary file not shown.

5
boss-lock.json Normal file
View File

@ -0,0 +1,5 @@
{
"hash": "d41d8cd98f00b204e9800998ecf8427e",
"updated": "2021-04-29T17:11:41.0855564-03:00",
"installedModules": {}
}

9
boss.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "Router4Delphi",
"description": "",
"version": "1.0.0",
"homepage": "",
"mainsrc": "src",
"projects": [],
"dependencies": {}
}