This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 7ba41b6
committed
[[ Addons ]] Check if external is licensed via addons
This patch checks if the external is licensed via an addon rather
than edition. If the external name contains `.` then it is assumed
to be a full addon name and checked directly. If not it may be a
livecode addon and will be checked against `com.livecode.external.<name>`1 parent 16f64b9 commit 7ba41b6
File tree
3 files changed
+42
-3
lines changed- engine/src
- lcidlc/include
3 files changed
+42
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2808 | 2808 | | |
2809 | 2809 | | |
2810 | 2810 | | |
| 2811 | + | |
| 2812 | + | |
| 2813 | + | |
| 2814 | + | |
| 2815 | + | |
| 2816 | + | |
| 2817 | + | |
| 2818 | + | |
| 2819 | + | |
| 2820 | + | |
| 2821 | + | |
| 2822 | + | |
| 2823 | + | |
| 2824 | + | |
| 2825 | + | |
| 2826 | + | |
| 2827 | + | |
| 2828 | + | |
| 2829 | + | |
| 2830 | + | |
| 2831 | + | |
| 2832 | + | |
| 2833 | + | |
| 2834 | + | |
| 2835 | + | |
| 2836 | + | |
| 2837 | + | |
| 2838 | + | |
| 2839 | + | |
| 2840 | + | |
| 2841 | + | |
2811 | 2842 | | |
2812 | 2843 | | |
2813 | 2844 | | |
| |||
2819 | 2850 | | |
2820 | 2851 | | |
2821 | 2852 | | |
2822 | | - | |
| 2853 | + | |
| 2854 | + | |
| 2855 | + | |
| 2856 | + | |
| 2857 | + | |
2823 | 2858 | | |
2824 | 2859 | | |
2825 | 2860 | | |
| |||
2834 | 2869 | | |
2835 | 2870 | | |
2836 | 2871 | | |
2837 | | - | |
| 2872 | + | |
| 2873 | + | |
2838 | 2874 | | |
2839 | 2875 | | |
2840 | 2876 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
| 307 | + | |
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| 429 | + | |
429 | 430 | | |
| 431 | + | |
430 | 432 | | |
431 | 433 | | |
432 | 434 | | |
| |||
0 commit comments