-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 747 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "com.gilzoide.objectivec",
"displayName": "Objective-C",
"version": "1.0.0",
"description": "High level C# to Objective-C interface, similar to AndroidJavaClass and AndroidJavaObject",
"homepage": "https://github.com/gilzoide/unity-objectivec",
"license": "Unlicense",
"author": {
"name": "Gil Barbosa Reis"
},
"unity": "2018.1",
"samples": [
{
"displayName": "macOS NSAlert",
"description": "Sample code that presents a native macOS alert",
"path": "Samples~/macOS-NSAlert"
},
{
"displayName": "iOS UIFeedbackGenerator",
"description": "Sample code that plays haptics using UIImpactFeedbackGenerator on iOS",
"path": "Samples~/iOS-UIFeedbackGenerator"
}
]
}