-
Notifications
You must be signed in to change notification settings - Fork 0
/
export_presets.cfg
108 lines (97 loc) · 3.53 KB
/
export_presets.cfg
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[preset.0]
name="iOS"
platform="iOS"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
patch_list=PoolStringArray( )
[preset.0.options]
custom_package/debug=""
custom_package/release=""
application/app_store_team_id="Y777QVL5UH"
application/provisioning_profile_uuid_debug="overtake-dev"
application/code_sign_identity_debug="overtake-dev"
application/export_method_debug=2
application/provisioning_profile_uuid_release="overtake-dev"
application/code_sign_identity_release="overtake-dev"
application/export_method_release=1
application/name="Overtake"
application/info="Made with Godot Engine"
application/identifier="com.eboreal.overtake"
application/signature="eric espie"
application/short_version="1.0"
application/version="1.0"
application/copyright=""
required_icons/iphone_120x120="res://Asset/IOS/Media.xcassets/AppIcon.appiconset/[email protected]"
required_icons/ipad_76x76="res://Asset/IOS/Media.xcassets/AppIcon.appiconset/Icon-76.png"
optional_icons/iphone_180x180="res://Asset/IOS/Media.xcassets/AppIcon.appiconset/[email protected]"
optional_icons/ipad_152x152="res://Asset/IOS/Media.xcassets/AppIcon.appiconset/[email protected]"
optional_icons/ipad_167x167="res://Asset/IOS/Media.xcassets/AppIcon.appiconset/[email protected]"
optional_icons/spotlight_40x40="res://Asset/IOS/Media.xcassets/AppIcon.appiconset/Icon-40.png"
optional_icons/spotlight_80x80="res://Asset/IOS/Media.xcassets/AppIcon.appiconset/[email protected]"
landscape_launch_screens/iphone_2208x1242="res://Asset/IOS/splash-2208.png"
landscape_launch_screens/ipad_2732x2048="res://Asset/IOS/splash-2732.png"
landscape_launch_screens/ipad_2048x1536="res://Asset/IOS/splash-2048.png"
portrait_launch_screens/iphone_640x1136="res://Asset/IOS/splash-p-640.png"
portrait_launch_screens/iphone_750x1334="res://Asset/IOS/splash-p-750.png"
portrait_launch_screens/iphone_1242x2208="res://Asset/IOS/splash-p-1242.png"
portrait_launch_screens/ipad_2048x2732="res://Asset/IOS/splash-p-2048.png"
portrait_launch_screens/ipad_1536x2048="res://Asset/IOS/splash-p-1536.png"
texture_format/s3tc=false
texture_format/etc=false
texture_format/etc2=true
architectures/armv7=true
architectures/arm64=true
[preset.1]
name="Mac OSX"
platform="Mac OSX"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
patch_list=PoolStringArray( )
[preset.1.options]
custom_package/debug=""
custom_package/release=""
application/name="Overtake"
application/info="Made with Godot Engine"
application/icon="res://icon.png"
application/identifier="Y777QVL5UH.com.eboreal.overtake"
application/signature="ericespie"
application/short_version="1.0"
application/version="1.0"
application/copyright="Eric Espié"
application/bits_mode=0
display/high_res=true
codesign/identity="ericespie"
codesign/entitlements="Y777QVL5UH.com.eboreal.overtake"
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
[preset.2]
name="Windows Desktop"
platform="Windows Desktop"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
patch_list=PoolStringArray( )
[preset.2.options]
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
binary_format/64_bits=true
custom_template/release=""
custom_template/debug=""
application/icon="/Volumes/Macintosh HD 2/Developpement/Godot/Overtake/Overtake/icon.ico"
application/file_version=""
application/product_version=""
application/company_name=""
application/product_name=""
application/file_description=""
application/copyright=""
application/trademarks=""