From 92f968c76ba60185d66a734d7a4eee0aa0210acb Mon Sep 17 00:00:00 2001 From: Hector Rondon Date: Tue, 12 Jun 2018 16:38:51 -0400 Subject: [PATCH] docs(header): add url project site Signed-off-by: Hector Rondon --- FlyveMDMInventoryAgent/AboutController.swift | 1 + .../AgentSettingsController.swift | 1 + FlyveMDMInventoryAgent/AppDelegate.swift | 1 + .../Base.lproj/Localizable.strings | Bin 8524 -> 8626 bytes FlyveMDMInventoryAgent/Delay+Helper.swift | 1 + .../FlyveMDMInventoryAgent-Bridging-Header.h | 1 + .../GlobalSettingsController.swift | 1 + .../InventoryController.swift | 1 + FlyveMDMInventoryAgent/Logger.swift | 1 + FlyveMDMInventoryAgent/String+Extension.swift | 1 + .../es-MX.lproj/Localizable.strings | Bin 8526 -> 8628 bytes .../es.lproj/Localizable.strings | Bin 8526 -> 8628 bytes .../fr.lproj/Localizable.strings | Bin 8526 -> 8628 bytes .../ko.lproj/Localizable.strings | Bin 8526 -> 8628 bytes .../pt-BR.lproj/Localizable.strings | Bin 8526 -> 8628 bytes .../ru.lproj/Localizable.strings | Bin 8526 -> 8628 bytes .../FlyveMDMInventoryAgentTests.swift | 1 + .../FlyveMDMInventoryAgentUITests.swift | 1 + ci/scripts/app_info.sh | 1 + ci/scripts/build.sh | 1 + ci/scripts/bundler_config.sh | 1 + ci/scripts/deploy_develop.sh | 1 + ci/scripts/deploy_master.sh | 1 + ci/scripts/fastlane_config.sh | 1 + ci/scripts/git_config.sh | 1 + ci/scripts/install.sh | 1 + ci/scripts/install_ruby.sh | 1 + ci/scripts/keychain_add.sh | 1 + ci/scripts/keychain_remove.sh | 1 + ci/scripts/set_locate.sh | 1 + ci/scripts/test.sh | 1 + ci/scripts/transifex.sh | 1 + 32 files changed, 25 insertions(+) diff --git a/FlyveMDMInventoryAgent/AboutController.swift b/FlyveMDMInventoryAgent/AboutController.swift index 8e79373..8195a39 100644 --- a/FlyveMDMInventoryAgent/AboutController.swift +++ b/FlyveMDMInventoryAgent/AboutController.swift @@ -21,6 +21,7 @@ * @copyright Copyright © 2017-2018 Teclib. All rights reserved. * @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html * @link https://github.com/flyve-mdm/ios-inventory-agent.git + * @link http://flyve.org/ios-inventory-agent * @link https://flyve-mdm.com * ------------------------------------------------------------------------------ */ diff --git a/FlyveMDMInventoryAgent/AgentSettingsController.swift b/FlyveMDMInventoryAgent/AgentSettingsController.swift index ad981fc..4f00586 100644 --- a/FlyveMDMInventoryAgent/AgentSettingsController.swift +++ b/FlyveMDMInventoryAgent/AgentSettingsController.swift @@ -21,6 +21,7 @@ * @copyright Copyright © 2017-2018 Teclib. All rights reserved. * @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html * @link https://github.com/flyve-mdm/ios-inventory-agent.git + * @link http://flyve.org/ios-inventory-agent * @link https://flyve-mdm.com * ------------------------------------------------------------------------------ */ diff --git a/FlyveMDMInventoryAgent/AppDelegate.swift b/FlyveMDMInventoryAgent/AppDelegate.swift index b9c8cdf..f8d1551 100644 --- a/FlyveMDMInventoryAgent/AppDelegate.swift +++ b/FlyveMDMInventoryAgent/AppDelegate.swift @@ -21,6 +21,7 @@ * @copyright Copyright © 2017-2018 Teclib. All rights reserved. * @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html * @link https://github.com/flyve-mdm/ios-inventory-agent.git + * @link http://flyve.org/ios-inventory-agent * @link https://flyve-mdm.com * ------------------------------------------------------------------------------ */ diff --git a/FlyveMDMInventoryAgent/Base.lproj/Localizable.strings b/FlyveMDMInventoryAgent/Base.lproj/Localizable.strings index a4e782803958284e1d96f8219a5dd8d58b1e086e..145d95bc428d7a8bd75b9cedadb89f9e50825d42 100644 GIT binary patch delta 39 tcmX@(w8?ox5r?=HgFX{S)31|QS delta 16 Ycmdnwe8y=*5y#{=>>QgPa9olA06^3SK>z>% diff --git a/FlyveMDMInventoryAgent/Delay+Helper.swift b/FlyveMDMInventoryAgent/Delay+Helper.swift index 4f75e16..d41c1b9 100644 --- a/FlyveMDMInventoryAgent/Delay+Helper.swift +++ b/FlyveMDMInventoryAgent/Delay+Helper.swift @@ -21,6 +21,7 @@ * @copyright Copyright © 2017-2018 Teclib. All rights reserved. * @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html * @link https://github.com/flyve-mdm/ios-inventory-agent.git + * @link http://flyve.org/ios-inventory-agent * @link https://flyve-mdm.com * ------------------------------------------------------------------------------ */ diff --git a/FlyveMDMInventoryAgent/FlyveMDMInventoryAgent-Bridging-Header.h b/FlyveMDMInventoryAgent/FlyveMDMInventoryAgent-Bridging-Header.h index d2dda20..4de8c34 100644 --- a/FlyveMDMInventoryAgent/FlyveMDMInventoryAgent-Bridging-Header.h +++ b/FlyveMDMInventoryAgent/FlyveMDMInventoryAgent-Bridging-Header.h @@ -21,6 +21,7 @@ * @copyright Copyright © 2017-2018 Teclib. All rights reserved. * @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html * @link https://github.com/flyve-mdm/ios-inventory-agent.git + * @link http://flyve.org/ios-inventory-agent * @link https://flyve-mdm.com * ------------------------------------------------------------------------------ */ diff --git a/FlyveMDMInventoryAgent/GlobalSettingsController.swift b/FlyveMDMInventoryAgent/GlobalSettingsController.swift index 62baa11..bdddab3 100644 --- a/FlyveMDMInventoryAgent/GlobalSettingsController.swift +++ b/FlyveMDMInventoryAgent/GlobalSettingsController.swift @@ -21,6 +21,7 @@ * @copyright Copyright © 2017-2018 Teclib. All rights reserved. * @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html * @link https://github.com/flyve-mdm/ios-inventory-agent.git + * @link http://flyve.org/ios-inventory-agent * @link https://flyve-mdm.com * ------------------------------------------------------------------------------ */ diff --git a/FlyveMDMInventoryAgent/InventoryController.swift b/FlyveMDMInventoryAgent/InventoryController.swift index 60b48e1..401378d 100644 --- a/FlyveMDMInventoryAgent/InventoryController.swift +++ b/FlyveMDMInventoryAgent/InventoryController.swift @@ -21,6 +21,7 @@ * @copyright Copyright © 2017-2018 Teclib. All rights reserved. * @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html * @link https://github.com/flyve-mdm/ios-inventory-agent.git + * @link http://flyve.org/ios-inventory-agent * @link https://flyve-mdm.com * ------------------------------------------------------------------------------ */ diff --git a/FlyveMDMInventoryAgent/Logger.swift b/FlyveMDMInventoryAgent/Logger.swift index 2e12f1c..d465c85 100644 --- a/FlyveMDMInventoryAgent/Logger.swift +++ b/FlyveMDMInventoryAgent/Logger.swift @@ -21,6 +21,7 @@ * @copyright Copyright © 2017-2018 Teclib. All rights reserved. * @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html * @link https://github.com/flyve-mdm/ios-inventory-agent.git + * @link http://flyve.org/ios-inventory-agent * @link https://flyve-mdm.com * ------------------------------------------------------------------------------ */ diff --git a/FlyveMDMInventoryAgent/String+Extension.swift b/FlyveMDMInventoryAgent/String+Extension.swift index c8f0796..89df342 100644 --- a/FlyveMDMInventoryAgent/String+Extension.swift +++ b/FlyveMDMInventoryAgent/String+Extension.swift @@ -21,6 +21,7 @@ * @copyright Copyright © 2017-2018 Teclib. All rights reserved. * @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html * @link https://github.com/flyve-mdm/ios-inventory-agent.git + * @link http://flyve.org/ios-inventory-agent * @link https://flyve-mdm.com * ------------------------------------------------------------------------------ */ diff --git a/FlyveMDMInventoryAgent/es-MX.lproj/Localizable.strings b/FlyveMDMInventoryAgent/es-MX.lproj/Localizable.strings index 0fa19f77ab2e26c10b2cc4b80b18ee80f70c84c3..170f8d882204bed0407b9f0fd41e1d892ae8f32d 100644 GIT binary patch delta 40 ucmX@-w8eQt5r?=HgFX>QgPa9oi906`Q7M*si- diff --git a/FlyveMDMInventoryAgent/es.lproj/Localizable.strings b/FlyveMDMInventoryAgent/es.lproj/Localizable.strings index 0fa19f77ab2e26c10b2cc4b80b18ee80f70c84c3..170f8d882204bed0407b9f0fd41e1d892ae8f32d 100644 GIT binary patch delta 40 ucmX@-w8eQt5r?=HgFX>QgPa9oi906`Q7M*si- diff --git a/FlyveMDMInventoryAgent/fr.lproj/Localizable.strings b/FlyveMDMInventoryAgent/fr.lproj/Localizable.strings index 0fa19f77ab2e26c10b2cc4b80b18ee80f70c84c3..170f8d882204bed0407b9f0fd41e1d892ae8f32d 100644 GIT binary patch delta 40 ucmX@-w8eQt5r?=HgFX>QgPa9oi906`Q7M*si- diff --git a/FlyveMDMInventoryAgent/ko.lproj/Localizable.strings b/FlyveMDMInventoryAgent/ko.lproj/Localizable.strings index 0fa19f77ab2e26c10b2cc4b80b18ee80f70c84c3..170f8d882204bed0407b9f0fd41e1d892ae8f32d 100644 GIT binary patch delta 40 ucmX@-w8eQt5r?=HgFX>QgPa9oi906`Q7M*si- diff --git a/FlyveMDMInventoryAgent/pt-BR.lproj/Localizable.strings b/FlyveMDMInventoryAgent/pt-BR.lproj/Localizable.strings index 0fa19f77ab2e26c10b2cc4b80b18ee80f70c84c3..170f8d882204bed0407b9f0fd41e1d892ae8f32d 100644 GIT binary patch delta 40 ucmX@-w8eQt5r?=HgFX>QgPa9oi906`Q7M*si- diff --git a/FlyveMDMInventoryAgent/ru.lproj/Localizable.strings b/FlyveMDMInventoryAgent/ru.lproj/Localizable.strings index 0fa19f77ab2e26c10b2cc4b80b18ee80f70c84c3..170f8d882204bed0407b9f0fd41e1d892ae8f32d 100644 GIT binary patch delta 40 ucmX@-w8eQt5r?=HgFX>QgPa9oi906`Q7M*si- diff --git a/FlyveMDMInventoryAgentTests/FlyveMDMInventoryAgentTests.swift b/FlyveMDMInventoryAgentTests/FlyveMDMInventoryAgentTests.swift index 9fc26b6..f2f94dd 100644 --- a/FlyveMDMInventoryAgentTests/FlyveMDMInventoryAgentTests.swift +++ b/FlyveMDMInventoryAgentTests/FlyveMDMInventoryAgentTests.swift @@ -21,6 +21,7 @@ * @copyright Copyright © 2017-2018 Teclib. All rights reserved. * @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html * @link https://github.com/flyve-mdm/ios-inventory-agent.git + * @link http://flyve.org/ios-inventory-agent * @link https://flyve-mdm.com * ------------------------------------------------------------------------------ */ diff --git a/FlyveMDMInventoryAgentUITests/FlyveMDMInventoryAgentUITests.swift b/FlyveMDMInventoryAgentUITests/FlyveMDMInventoryAgentUITests.swift index 2592a15..6765625 100644 --- a/FlyveMDMInventoryAgentUITests/FlyveMDMInventoryAgentUITests.swift +++ b/FlyveMDMInventoryAgentUITests/FlyveMDMInventoryAgentUITests.swift @@ -21,6 +21,7 @@ * @copyright Copyright © 2017-2018 Teclib. All rights reserved. * @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html * @link https://github.com/flyve-mdm/ios-inventory-agent.git + * @link http://flyve.org/ios-inventory-agent * @link https://flyve-mdm.com * ------------------------------------------------------------------------------ */ diff --git a/ci/scripts/app_info.sh b/ci/scripts/app_info.sh index dac4cfe..6633cc3 100755 --- a/ci/scripts/app_info.sh +++ b/ci/scripts/app_info.sh @@ -22,6 +22,7 @@ # @copyright Copyright © 2017-2018 Teclib. All rights reserved. # @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html # @link https://github.com/flyve-mdm/ios-inventory-agent.git +# @link http://flyve.org/ios-inventory-agent # @link https://flyve-mdm.com # ------------------------------------------------------------------------------ diff --git a/ci/scripts/build.sh b/ci/scripts/build.sh index 856a474..71ebf17 100755 --- a/ci/scripts/build.sh +++ b/ci/scripts/build.sh @@ -22,6 +22,7 @@ # @copyright Copyright © 2017-2018 Teclib. All rights reserved. # @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html # @link https://github.com/flyve-mdm/ios-inventory-agent.git +# @link http://flyve.org/ios-inventory-agent # @link https://flyve-mdm.com # ------------------------------------------------------------------------------ diff --git a/ci/scripts/bundler_config.sh b/ci/scripts/bundler_config.sh index 4f12f3e..d2750cb 100755 --- a/ci/scripts/bundler_config.sh +++ b/ci/scripts/bundler_config.sh @@ -22,6 +22,7 @@ # @copyright Copyright © 2017-2018 Teclib. All rights reserved. # @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html # @link https://github.com/flyve-mdm/ios-inventory-agent.git +# @link http://flyve.org/ios-inventory-agent # @link https://flyve-mdm.com # ------------------------------------------------------------------------------ diff --git a/ci/scripts/deploy_develop.sh b/ci/scripts/deploy_develop.sh index d164ed4..01bcd58 100755 --- a/ci/scripts/deploy_develop.sh +++ b/ci/scripts/deploy_develop.sh @@ -22,6 +22,7 @@ # @copyright Copyright © 2017-2018 Teclib. All rights reserved. # @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html # @link https://github.com/flyve-mdm/ios-inventory-agent.git +# @link http://flyve.org/ios-inventory-agent # @link https://flyve-mdm.com # ------------------------------------------------------------------------------ diff --git a/ci/scripts/deploy_master.sh b/ci/scripts/deploy_master.sh index e2dea99..c02d3fd 100755 --- a/ci/scripts/deploy_master.sh +++ b/ci/scripts/deploy_master.sh @@ -22,6 +22,7 @@ # @copyright Copyright © 2017-2018 Teclib. All rights reserved. # @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html # @link https://github.com/flyve-mdm/ios-inventory-agent.git +# @link http://flyve.org/ios-inventory-agent # @link https://flyve-mdm.com # ------------------------------------------------------------------------------ diff --git a/ci/scripts/fastlane_config.sh b/ci/scripts/fastlane_config.sh index ccb52ab..3e1065b 100755 --- a/ci/scripts/fastlane_config.sh +++ b/ci/scripts/fastlane_config.sh @@ -22,6 +22,7 @@ # @copyright Copyright © 2017-2018 Teclib. All rights reserved. # @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html # @link https://github.com/flyve-mdm/ios-inventory-agent.git +# @link http://flyve.org/ios-inventory-agent # @link https://flyve-mdm.com # ------------------------------------------------------------------------------ diff --git a/ci/scripts/git_config.sh b/ci/scripts/git_config.sh index 9366382..702d205 100755 --- a/ci/scripts/git_config.sh +++ b/ci/scripts/git_config.sh @@ -22,6 +22,7 @@ # @copyright Copyright © 2017-2018 Teclib. All rights reserved. # @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html # @link https://github.com/flyve-mdm/ios-inventory-agent.git +# @link http://flyve.org/ios-inventory-agent # @link https://flyve-mdm.com # ------------------------------------------------------------------------------ diff --git a/ci/scripts/install.sh b/ci/scripts/install.sh index a46c28e..aa908a4 100755 --- a/ci/scripts/install.sh +++ b/ci/scripts/install.sh @@ -22,6 +22,7 @@ # @copyright Copyright © 2017-2018 Teclib. All rights reserved. # @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html # @link https://github.com/flyve-mdm/ios-inventory-agent.git +# @link http://flyve.org/ios-inventory-agent # @link https://flyve-mdm.com # ------------------------------------------------------------------------------ diff --git a/ci/scripts/install_ruby.sh b/ci/scripts/install_ruby.sh index c685252..a0082cd 100755 --- a/ci/scripts/install_ruby.sh +++ b/ci/scripts/install_ruby.sh @@ -22,6 +22,7 @@ # @copyright Copyright © 2017-2018 Teclib. All rights reserved. # @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html # @link https://github.com/flyve-mdm/ios-inventory-agent.git +# @link http://flyve.org/ios-inventory-agent # @link https://flyve-mdm.com # ------------------------------------------------------------------------------ diff --git a/ci/scripts/keychain_add.sh b/ci/scripts/keychain_add.sh index 57f6fc6..ada7efd 100755 --- a/ci/scripts/keychain_add.sh +++ b/ci/scripts/keychain_add.sh @@ -22,6 +22,7 @@ # @copyright Copyright © 2017-2018 Teclib. All rights reserved. # @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html # @link https://github.com/flyve-mdm/ios-inventory-agent.git +# @link http://flyve.org/ios-inventory-agent # @link https://flyve-mdm.com # ------------------------------------------------------------------------------ diff --git a/ci/scripts/keychain_remove.sh b/ci/scripts/keychain_remove.sh index de3a9b1..f9a8144 100755 --- a/ci/scripts/keychain_remove.sh +++ b/ci/scripts/keychain_remove.sh @@ -22,6 +22,7 @@ # @copyright Copyright © 2017-2018 Teclib. All rights reserved. # @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html # @link https://github.com/flyve-mdm/ios-inventory-agent.git +# @link http://flyve.org/ios-inventory-agent # @link https://flyve-mdm.com # ------------------------------------------------------------------------------ diff --git a/ci/scripts/set_locate.sh b/ci/scripts/set_locate.sh index e04c529..6550ef2 100755 --- a/ci/scripts/set_locate.sh +++ b/ci/scripts/set_locate.sh @@ -22,6 +22,7 @@ # @copyright Copyright © 2017-2018 Teclib. All rights reserved. # @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html # @link https://github.com/flyve-mdm/ios-inventory-agent.git +# @link http://flyve.org/ios-inventory-agent # @link https://flyve-mdm.com # ------------------------------------------------------------------------------ diff --git a/ci/scripts/test.sh b/ci/scripts/test.sh index 8463e15..781bc8e 100755 --- a/ci/scripts/test.sh +++ b/ci/scripts/test.sh @@ -22,6 +22,7 @@ # @copyright Copyright © 2017-2018 Teclib. All rights reserved. # @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html # @link https://github.com/flyve-mdm/ios-inventory-agent.git +# @link http://flyve.org/ios-inventory-agent # @link https://flyve-mdm.com # ------------------------------------------------------------------------------ diff --git a/ci/scripts/transifex.sh b/ci/scripts/transifex.sh index d6aac51..2fde246 100755 --- a/ci/scripts/transifex.sh +++ b/ci/scripts/transifex.sh @@ -22,6 +22,7 @@ # @copyright Copyright © 2017-2018 Teclib. All rights reserved. # @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html # @link https://github.com/flyve-mdm/ios-inventory-agent.git +# @link http://flyve.org/ios-inventory-agent # @link https://flyve-mdm.com # ------------------------------------------------------------------------------