@24i/bigscreen-sdk 1.0.54-alpha.2823 → 1.0.54-alpha.2826
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
// Use IntelliSense to learn about possible attributes.
|
|
3
|
+
// Hover to view descriptions of existing attributes.
|
|
4
|
+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
5
|
+
"version": "0.2.0",
|
|
6
|
+
"configurations": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Tizen .NET Debug (netcoredbg)",
|
|
9
|
+
"type": "tizen-netcoredbg",
|
|
10
|
+
"request": "launch",
|
|
11
|
+
"projectInfo": "${command:getProjectInfo}",
|
|
12
|
+
"port": 4711
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "Tizen Native Debug: Launch (gdb)",
|
|
16
|
+
"type": "cppdbg",
|
|
17
|
+
"request": "launch",
|
|
18
|
+
"program": "${command:tizen-get-native-exec}",
|
|
19
|
+
"MIMode": "gdb",
|
|
20
|
+
"cwd": "${workspaceRoot}",
|
|
21
|
+
"miDebuggerPath": "${command:tizen-get-gdb-path}",
|
|
22
|
+
"miDebuggerServerAddress": ":1234"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
package/package.json
CHANGED
|
@@ -359,7 +359,7 @@ export class DeviceTizen extends DeviceBase {
|
|
|
359
359
|
reject(e);
|
|
360
360
|
}
|
|
361
361
|
};
|
|
362
|
-
webapis.billing.buyItem(appId!, '
|
|
362
|
+
webapis.billing.buyItem(appId!, 'PRD', JSON.stringify(paymentDetails), onSuccess);
|
|
363
363
|
});
|
|
364
364
|
}
|
|
365
365
|
}
|