This repository has been archived by the owner on Sep 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(license): update header license
Signed-off-by: Hector Rondon <[email protected]>
- Loading branch information
Showing
20 changed files
with
465 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
#!/bin/sh | ||
|
||
# LICENSE | ||
# | ||
# app_info.sh is part of FlyveMDMAdminDashboard | ||
# LICENSE | ||
# | ||
# This file is part of Flyve MDM Admin Dashboard for iOS. | ||
# | ||
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile | ||
# device management software. | ||
# Admin Dashboard for iOS is a subproject of Flyve MDM. | ||
# Flyve MDM is a mobile device management software. | ||
# | ||
# Flyve MDM is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# FlyveMDMAdminDashboard is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# Flyve MDM is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------- | ||
# @author Hector Rondon - <[email protected]> | ||
# @copyright Copyright Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard/ | ||
# @link http://flyve.org/ios-mdm-dashboard/ | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------- | ||
# | ||
# FlyveMDMAdminDashboard is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------------------ | ||
# @author Hector Rondon <[email protected]> | ||
# @copyright Copyright © Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard.git | ||
# @link http://flyve.org/ios-mdm-dashboard | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------------------ | ||
|
||
# Get version app | ||
GIT_TAG=$(jq -r ".version" package.json) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
#!/bin/sh | ||
|
||
# LICENSE | ||
# | ||
# beta_version.sh is part of FlyveMDMAdminDashboard | ||
# LICENSE | ||
# | ||
# This file is part of Flyve MDM Admin Dashboard for iOS. | ||
# | ||
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile | ||
# device management software. | ||
# Admin Dashboard for iOS is a subproject of Flyve MDM. | ||
# Flyve MDM is a mobile device management software. | ||
# | ||
# Flyve MDM is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# FlyveMDMAdminDashboard is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# Flyve MDM is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------- | ||
# @author Hector Rondon - <[email protected]> | ||
# @copyright Copyright Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard/ | ||
# @link http://flyve.org/ios-mdm-dashboard/ | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------- | ||
# | ||
# FlyveMDMAdminDashboard is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------------------ | ||
# @author Hector Rondon <[email protected]> | ||
# @copyright Copyright © Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard.git | ||
# @link http://flyve.org/ios-mdm-dashboard | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------------------ | ||
|
||
if [[ $CIRCLE_BRANCH == "develop" ]]; then | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,30 @@ | ||
#!/bin/sh | ||
|
||
# LICENSE | ||
# | ||
# build.sh is part of FlyveMDMAdminDashboard | ||
# LICENSE | ||
# | ||
# This file is part of Flyve MDM Admin Dashboard for iOS. | ||
# | ||
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile | ||
# device management software. | ||
# Admin Dashboard for iOS is a subproject of Flyve MDM. | ||
# Flyve MDM is a mobile device management software. | ||
# | ||
# Flyve MDM is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# FlyveMDMAdminDashboard is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# Flyve MDM is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------- | ||
# @author Hector Rondon - <[email protected]> | ||
# @copyright Copyright Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard/ | ||
# @link http://flyve.org/ios-mdm-dashboard/ | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------- | ||
# | ||
# FlyveMDMAdminDashboard is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------------------ | ||
# @author Hector Rondon <[email protected]> | ||
# @copyright Copyright © Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard.git | ||
# @link http://flyve.org/ios-mdm-dashboard | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------------------ | ||
|
||
xcodebuild clean build -workspace ${APPNAME}.xcworkspace -scheme $APPNAME CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
#!/bin/sh | ||
|
||
# LICENSE | ||
# | ||
# bundler_config.sh is part of FlyveMDMAdminDashboard | ||
# LICENSE | ||
# | ||
# This file is part of Flyve MDM Admin Dashboard for iOS. | ||
# | ||
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile | ||
# device management software. | ||
# Admin Dashboard for iOS is a subproject of Flyve MDM. | ||
# Flyve MDM is a mobile device management software. | ||
# | ||
# Flyve MDM is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# FlyveMDMAdminDashboard is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# Flyve MDM is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------- | ||
# @author Hector Rondon - <[email protected]> | ||
# @copyright Copyright Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard/ | ||
# @link http://flyve.org/ios-mdm-dashboard/ | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------- | ||
# | ||
# FlyveMDMAdminDashboard is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------------------ | ||
# @author Hector Rondon <[email protected]> | ||
# @copyright Copyright © Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard.git | ||
# @link http://flyve.org/ios-mdm-dashboard | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------------------ | ||
|
||
echo ----------- Configure bundler ------------ | ||
echo :update_sources: true >> ~/.gemrc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,32 @@ | ||
#!/bin/bash | ||
|
||
# | ||
# LICENSE | ||
# | ||
# This file is part of Flyve MDM Admin Dashboard for iOS. | ||
# | ||
# Admin Dashboard for iOS is a subproject of Flyve MDM. | ||
# Flyve MDM is a mobile device management software. | ||
# | ||
# Flyve MDM is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# Flyve MDM is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------- | ||
# @author Hector Rondon - <[email protected]> | ||
# @copyright Copyright Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard/ | ||
# @link http://flyve.org/ios-mdm-dashboard/ | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------- | ||
# | ||
|
||
if [[ $GITHUB_COMMIT_MESSAGE != *"ci(release): generate CHANGELOG.md for version"* && $GITHUB_COMMIT_MESSAGE != *"ci(build): release version"* ]]; then | ||
|
||
if [[ $CIRCLE_BRANCH == "develop" ]]; then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,32 @@ | ||
#!/bin/bash | ||
|
||
# | ||
# LICENSE | ||
# | ||
# This file is part of Flyve MDM Admin Dashboard for iOS. | ||
# | ||
# Admin Dashboard for iOS is a subproject of Flyve MDM. | ||
# Flyve MDM is a mobile device management software. | ||
# | ||
# Flyve MDM is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# Flyve MDM is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------- | ||
# @author Hector Rondon - <[email protected]> | ||
# @copyright Copyright Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard/ | ||
# @link http://flyve.org/ios-mdm-dashboard/ | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------- | ||
# | ||
|
||
if [[ $GITHUB_COMMIT_MESSAGE != *"ci(release): generate CHANGELOG.md for version"* && $GITHUB_COMMIT_MESSAGE != *"ci(build): release version"* ]]; then | ||
|
||
if [[ $CIRCLE_BRANCH == "develop" ]]; then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
#!/bin/sh | ||
|
||
# LICENSE | ||
# | ||
# fastlane_config.sh is part of FlyveMDMAdminDashboard | ||
# LICENSE | ||
# | ||
# This file is part of Flyve MDM Admin Dashboard for iOS. | ||
# | ||
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile | ||
# device management software. | ||
# Admin Dashboard for iOS is a subproject of Flyve MDM. | ||
# Flyve MDM is a mobile device management software. | ||
# | ||
# Flyve MDM is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# FlyveMDMAdminDashboard is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# Flyve MDM is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------- | ||
# @author Hector Rondon - <[email protected]> | ||
# @copyright Copyright Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard/ | ||
# @link http://flyve.org/ios-mdm-dashboard/ | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------- | ||
# | ||
# FlyveMDMAdminDashboard is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------------------ | ||
# @author Hector Rondon <[email protected]> | ||
# @copyright Copyright © Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard.git | ||
# @link http://flyve.org/ios-mdm-dashboard | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------------------ | ||
|
||
echo ----------- Create Fastlane environment variables ------------ | ||
# Create Fastlane environment variables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
#!/bin/sh | ||
|
||
# LICENSE | ||
# | ||
# git_config.sh is part of FlyveMDMAdminDashboard | ||
# LICENSE | ||
# | ||
# This file is part of Flyve MDM Admin Dashboard for iOS. | ||
# | ||
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile | ||
# device management software. | ||
# Admin Dashboard for iOS is a subproject of Flyve MDM. | ||
# Flyve MDM is a mobile device management software. | ||
# | ||
# Flyve MDM is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# FlyveMDMAdminDashboard is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# Flyve MDM is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------- | ||
# @author Hector Rondon - <[email protected]> | ||
# @copyright Copyright Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard/ | ||
# @link http://flyve.org/ios-mdm-dashboard/ | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------- | ||
# | ||
# FlyveMDMAdminDashboard is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------------------ | ||
# @author Hector Rondon <[email protected]> | ||
# @copyright Copyright © Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard.git | ||
# @link http://flyve.org/ios-mdm-dashboard | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------------------ | ||
|
||
if [[ -n $GITHUB_TOKEN ]]; then | ||
git config --global user.email $GITHUB_EMAIL | ||
|
Oops, something went wrong.