Skip to content

Commit f12902f

Browse files
committed
chore: cleanup
1 parent 2f64404 commit f12902f

File tree

7 files changed

+78
-17
lines changed

7 files changed

+78
-17
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ node examples/view_controller.js
4444
node examples/spritekit.js
4545
```
4646

47-
## License
47+
## Copyright notice
4848

49-
MIT licensed.
49+
Copyright [OpenJS Foundation](https://openjsf.org) and `NativeScript` contributors. All rights reserved. The [OpenJS Foundation](https://openjsf.org) has registered trademarks and uses trademarks. For a list of trademarks of the [OpenJS Foundation](https://openjsf.org), please see our [Trademark Policy](https://trademark-policy.openjsf.org/) and [Trademark List](https://trademark-list.openjsf.org/). Trademarks and logos not indicated on the [list of OpenJS Foundation trademarks](https://trademark-list.openjsf.org) are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
5050

51-
Copyright © 2023 DjDeveloperr
51+
[The OpenJS Foundation](https://openjsf.org/) | [Terms of Use](https://terms-of-use.openjsf.org/) | [Privacy Policy](https://privacy-policy.openjsf.org/) | [OpenJS Foundation Bylaws](https://bylaws.openjsf.org/) | [Trademark Policy](https://trademark-policy.openjsf.org/) | [Trademark List](https://trademark-list.openjsf.org/) | [Cookie Policy](https://www.linuxfoundation.org/cookies/)
52+
53+
<h3 align="center">Made with ❤️</h3>

package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,24 @@
99
"metagen": "deno task metagen ios && deno task metagen macos",
1010
"build": "deno task build ios-universal && deno task build macos"
1111
},
12-
"author": "DjDeveloperr <[email protected]>",
12+
"author": {
13+
"name": "NativeScript",
14+
"email": "[email protected]"
15+
},
16+
"contributors": [
17+
{
18+
"name": "DjDeveloperr"
19+
},
20+
{
21+
"name": "Jamie Birch"
22+
},
23+
{
24+
"name": "Nathan Walker"
25+
},
26+
{
27+
"name": "Eduardo Speroni"
28+
}
29+
],
1330
"license": "MIT",
1431
"devDependencies": {
1532
"@swc/cli": "^0.1.62",
@@ -21,4 +38,4 @@
2138
"examples",
2239
"runtime/TestApp"
2340
]
24-
}
41+
}

packages/ios/NativeScript.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.name = "NativeScript"
77
s.version = package['version']
88
s.summary = "An embeddable, engine-agnostic NativeScript runtime for iOS based on Node-API"
9-
s.homepage = "https://github.com/DjDeveloperr/runtime.git"
9+
s.homepage = "https://github.com/NativeScript/runtime-node-api.git"
1010
s.author = "DjDeveloperr", "Jamie Birch"
1111
s.source = { git: '' }
1212
s.vendored_frameworks = "build/ios-universal/NativeScript.xcframework"

packages/ios/package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,28 @@
2525
"UIKit"
2626
],
2727
"contributors": [
28-
{ "name": "DjDeveloperr" },
29-
{ "name": "Jamie Birch" }
28+
{
29+
"name": "DjDeveloperr"
30+
},
31+
{
32+
"name": "Jamie Birch"
33+
},
34+
{
35+
"name": "Nathan Walker"
36+
},
37+
{
38+
"name": "Eduardo Speroni"
39+
},
40+
{
41+
"name": "NativeScript",
42+
"email": "[email protected]"
43+
}
3044
],
3145
"license": "MIT",
3246
"dependencies": {
3347
"@nativescript/objc-node-api": ">=1.0.0-alpha.5"
3448
},
3549
"devDependencies": {
36-
"rimraf": "^5.0.5"
50+
"rimraf": "^6.0.0"
3751
}
3852
}

packages/macos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ npm install @nativescript/macos-node-api
1010

1111
## Usage
1212

13-
See [examples](https://github.com/DjDeveloperr/runtime/tree/main/examples) in the repo. Best run on Node.js for now.
13+
See [examples](https://github.com/NativeScript/runtime-node-api/tree/main/examples) in the repo. Best run on Node.js for now.

packages/macos/package.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,28 @@
2727
"NativeScript"
2828
],
2929
"contributors": [
30-
{ "name": "DjDeveloperr" },
31-
{ "name": "Jamie Birch" }
30+
{
31+
"name": "DjDeveloperr"
32+
},
33+
{
34+
"name": "Jamie Birch"
35+
},
36+
{
37+
"name": "Nathan Walker"
38+
},
39+
{
40+
"name": "Eduardo Speroni"
41+
},
42+
{
43+
"name": "NativeScript",
44+
"email": "[email protected]"
45+
}
3246
],
3347
"license": "MIT",
3448
"dependencies": {
3549
"@nativescript/objc-node-api": ">=1.0.0-alpha.5"
3650
},
3751
"devDependencies": {
38-
"rimraf": "^5.0.5"
52+
"rimraf": "^6.0.0"
3953
}
40-
}
54+
}

packages/objc/package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Typings for the common Objective-C runtime APIs used by both @nativescript/ios-node-api and @nativescript/macos-node-api",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/DjDeveloperr/runtime.git",
7+
"url": "https://github.com/NativeScript/runtime-node-api.git",
88
"directory": "packages/objc"
99
},
1010
"main": "index.js",
@@ -20,8 +20,22 @@
2020
"NativeScript"
2121
],
2222
"contributors": [
23-
{ "name": "DjDeveloperr" },
24-
{ "name": "Jamie Birch" }
23+
{
24+
"name": "DjDeveloperr"
25+
},
26+
{
27+
"name": "Jamie Birch"
28+
},
29+
{
30+
"name": "Nathan Walker"
31+
},
32+
{
33+
"name": "Eduardo Speroni"
34+
},
35+
{
36+
"name": "NativeScript",
37+
"email": "[email protected]"
38+
}
2539
],
2640
"license": "MIT"
2741
}

0 commit comments

Comments
 (0)