forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp-bundle-template.gypi
More file actions
50 lines (47 loc) · 1.21 KB
/
app-bundle-template.gypi
File metadata and controls
50 lines (47 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
'type': 'executable',
'conditions':
[
[
'OS == "mac" or OS == "ios"',
{
'target_conditions':
[
[
'_type == "executable"',
{
'mac_bundle': 1,
},
],
],
'mac_bundle_resources':
[
'rsrc/LiveCode-Community.rsrc',
'rsrc/Dutch.lproj/Localisation.strings',
'rsrc/English.lproj/Localisation.strings',
'rsrc/French.lproj/Localisation.strings',
'rsrc/German.lproj/Localisation.strings',
'rsrc/Italian.lproj/Localisation.strings',
'rsrc/Japanese.lproj/Localisation.strings',
'rsrc/Spanish.lproj/Localisation.strings',
'rsrc/ar.lproj/Localisation.strings',
'rsrc/da.lproj/Localisation.strings',
'rsrc/fi.lproj/Localisation.strings',
'rsrc/he.lproj/Localisation.strings',
'rsrc/ko.lproj/Localisation.strings',
'rsrc/no.lproj/Localisation.strings',
'rsrc/pt.lproj/Localisation.strings',
'rsrc/ru.lproj/Localisation.strings',
'rsrc/sv.lproj/Localisation.strings',
'rsrc/zh_CN.lproj/Localisation.strings',
'rsrc/zh_TW.lproj/Localisation.strings',
'rsrc/terminology.sdef',
],
'xcode_settings':
{
'INFOPLIST_FILE': '<(app_plist)',
},
}
],
],
}