Skip to content

Commit

Permalink
Rename etherealengine to ir-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Aug 18, 2024
1 parent b575534 commit d9318d7
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 38 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/project-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
if: ${{ needs.secrets-gate.outputs.ok == 'enabled' }}
runs-on: ubuntu-latest
steps:
- name: Checkout Ethereal Engine
- name: Checkout Infinite Reality Engine
uses: actions/checkout@v3
with:
repository: etherealengine/etherealengine
repository: ir-engine/ir-engine
- name: Checkout Project
uses: actions/checkout@v3
with:
path: './packages/projects/projects/etherealengine/${{ github.event.repository.name }}'
path: './packages/projects/projects/ir-engine/${{ github.event.repository.name }}'
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -44,5 +44,5 @@ jobs:
- run: npm run check-errors
- run: npm run dev-docker
- run: npm run dev-reinit
- run: npx lerna run --ignore '@etherealengine/*' test
- run: npx lerna run --ignore '@ir-engine/*' test
- run: npm run build-client
4 changes: 2 additions & 2 deletions .github/workflows/version-increment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18.x
scope: '@etherealengine'
scope: '@ir-engine'
- name: Set git username
run: git config user.name "CI Bot"
- name: Set git email
run: git config user.email ci-bot@etherealengine.org
run: git config user.email ci-bot@ir-engine.org
- name: Set pr_branch_name environment variable
run: echo pr_branch_name=version-increment-${{ github.event.release.tag_name }} >> $GITHUB_ENV
- name: Switch to branch ${{ env.pr_branch_name }}
Expand Down
10 changes: 5 additions & 5 deletions .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CPAL-1.0 License
The contents of this file are subject to the Common Public Attribution License
Version 1.0. (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
https://github.com/EtherealEngine/etherealengine/blob/dev/LICENSE.
https://github.com/ir-engine/ir-engine/blob/dev/LICENSE.
The License is based on the Mozilla Public License Version 1.1, but Sections 14
and 15 have been added to cover use of software over a computer network and
provide for limited attribution for the Original Developer. In addition,
Expand All @@ -15,13 +15,13 @@ Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
specific language governing rights and limitations under the License.
The Original Code is Ethereal Engine.
The Original Code is Infinite Reality Engine.
The Original Developer is the Initial Developer. The Initial Developer of the
Original Code is the Ethereal Engine team.
Original Code is the Infinite Reality Engine team.
All portions of the code written by the Ethereal Engine team are Copyright © 2021-2023
Ethereal Engine. All Rights Reserved.
All portions of the code written by the Infinite Reality Engine team are Copyright © 2021-2023
Infinite Reality Engine. All Rights Reserved.
*/

module.exports = {
Expand Down
10 changes: 5 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CPAL-1.0 License
The contents of this file are subject to the Common Public Attribution License
Version 1.0. (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
https://github.com/EtherealEngine/etherealengine/blob/dev/LICENSE.
https://github.com/ir-engine/ir-engine/blob/dev/LICENSE.
The License is based on the Mozilla Public License Version 1.1, but Sections 14
and 15 have been added to cover use of software over a computer network and
provide for limited attribution for the Original Developer. In addition,
Expand All @@ -13,10 +13,10 @@ Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
specific language governing rights and limitations under the License.

The Original Code is Ethereal Engine.
The Original Code is Infinite Reality Engine.

The Original Developer is the Initial Developer. The Initial Developer of the
Original Code is the Ethereal Engine team.
Original Code is the Infinite Reality Engine team.

All portions of the code written by the Ethereal Engine team are Copyright © 2021-2023
Ethereal Engine. All Rights Reserved.
All portions of the code written by the Infinite Reality Engine team are Copyright © 2021-2023
Infinite Reality Engine. All Rights Reserved.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "etherealengine/ee-template",
"name": "ir-engine/ir-template",
"version": "0.0.0",
"engineVersion": "1.6.0",
"description": ""
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "@etherealengine/ee-template",
"name": "@ir-engine/ir-template",
"version": "0.0.0",
"description": "",
"main": "",
"etherealEngine": {
"version": "1.6.0"
},
"scripts": {
"test": "mocha --config .mocharc.js",
"check-errors": "tsc --noemit",
Expand Down
10 changes: 5 additions & 5 deletions tests/dummy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CPAL-1.0 License
The contents of this file are subject to the Common Public Attribution License
Version 1.0. (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
https://github.com/EtherealEngine/etherealengine/blob/dev/LICENSE.
https://github.com/ir-engine/ir-engine/blob/dev/LICENSE.
The License is based on the Mozilla Public License Version 1.1, but Sections 14
and 15 have been added to cover use of software over a computer network and
provide for limited attribution for the Original Developer. In addition,
Expand All @@ -14,11 +14,11 @@ Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
specific language governing rights and limitations under the License.
The Original Code is Ethereal Engine.
The Original Code is Infinite Reality Engine.
The Original Developer is the Initial Developer. The Initial Developer of the
Original Code is the Ethereal Engine team.
Original Code is the Infinite Reality Engine team.
All portions of the code written by the Ethereal Engine team are Copyright © 2021-2023
Ethereal Engine. All Rights Reserved.
All portions of the code written by the Infinite Reality Engine team are Copyright © 2021-2023
Infinite Reality Engine. All Rights Reserved.
*/
10 changes: 5 additions & 5 deletions tests/mocha.env.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CPAL-1.0 License
The contents of this file are subject to the Common Public Attribution License
Version 1.0. (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
https://github.com/EtherealEngine/etherealengine/blob/dev/LICENSE.
https://github.com/ir-engine/ir-engine/blob/dev/LICENSE.
The License is based on the Mozilla Public License Version 1.1, but Sections 14
and 15 have been added to cover use of software over a computer network and
provide for limited attribution for the Original Developer. In addition,
Expand All @@ -15,13 +15,13 @@ Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
specific language governing rights and limitations under the License.
The Original Code is Ethereal Engine.
The Original Code is Infinite Reality Engine.
The Original Developer is the Initial Developer. The Initial Developer of the
Original Code is the Ethereal Engine team.
Original Code is the Infinite Reality Engine team.
All portions of the code written by the Ethereal Engine team are Copyright © 2021-2023
Ethereal Engine. All Rights Reserved.
All portions of the code written by the Infinite Reality Engine team are Copyright © 2021-2023
Infinite Reality Engine. All Rights Reserved.
*/

process.env.APP_ENV = 'test'
Expand Down
14 changes: 7 additions & 7 deletions xrengine.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CPAL-1.0 License
The contents of this file are subject to the Common Public Attribution License
Version 1.0. (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
https://github.com/EtherealEngine/etherealengine/blob/dev/LICENSE.
https://github.com/ir-engine/ir-engine/blob/dev/LICENSE.
The License is based on the Mozilla Public License Version 1.1, but Sections 14
and 15 have been added to cover use of software over a computer network and
provide for limited attribution for the Original Developer. In addition,
Expand All @@ -14,20 +14,20 @@ Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
specific language governing rights and limitations under the License.
The Original Code is Ethereal Engine.
The Original Code is Infinite Reality Engine.
The Original Developer is the Initial Developer. The Initial Developer of the
Original Code is the Ethereal Engine team.
Original Code is the Infinite Reality Engine team.
All portions of the code written by the Ethereal Engine team are Copyright © 2021-2023
Ethereal Engine. All Rights Reserved.
All portions of the code written by the Infinite Reality Engine team are Copyright © 2021-2023
Infinite Reality Engine. All Rights Reserved.
*/

import type { ProjectConfigInterface } from '@etherealengine/projects/ProjectConfigInterface'
import type { ProjectConfigInterface } from '@ir-engine/projects/ProjectConfigInterface'

const config: ProjectConfigInterface = {
onEvent: undefined,
thumbnail: '/static/etherealengine_thumbnail.jpg',
thumbnail: '/static/ir-engine_thumbnail.jpg',
routes: {},
services: undefined,
databaseSeed: undefined
Expand Down

0 comments on commit d9318d7

Please sign in to comment.