@@ -10,8 +10,10 @@ export_filter="all_resources"
10
10
include_filter =" *.db, *.bdf, LICENSE"
11
11
exclude_filter =" scripts/*"
12
12
export_path =" "
13
+ patches =PackedStringArray()
13
14
encryption_include_filters =" "
14
15
encryption_exclude_filters =" "
16
+ seed =0
15
17
encrypt_pck =false
16
18
encrypt_directory =false
17
19
script_export_mode =2
@@ -78,8 +80,10 @@ export_filter="all_resources"
78
80
include_filter =" *.db, *.bdf, LICENSE"
79
81
exclude_filter =" scripts/*"
80
82
export_path =" "
83
+ patches =PackedStringArray()
81
84
encryption_include_filters =" "
82
85
encryption_exclude_filters =" "
86
+ seed =0
83
87
encrypt_pck =false
84
88
encrypt_directory =false
85
89
script_export_mode =2
@@ -100,7 +104,8 @@ application/short_version=""
100
104
application/version =" "
101
105
application/copyright =" Copyright 2024 The bited Project Authors (https://github.com/molarmanful/bited)"
102
106
application/copyright_localized ={}
103
- application/min_macos_version =" 10.12"
107
+ application/min_macos_version_x86_64 =" 10.12"
108
+ application/min_macos_version_arm64 =" 11.00"
104
109
application/export_angle =0
105
110
display/high_res =true
106
111
application/additional_plist_content =" "
@@ -138,6 +143,7 @@ codesign/entitlements/app_sandbox/files_music=0
138
143
codesign/entitlements/app_sandbox/files_movies =0
139
144
codesign/entitlements/app_sandbox/files_user_selected =0
140
145
codesign/entitlements/app_sandbox/helper_executables =[]
146
+ codesign/entitlements/additional =" "
141
147
codesign/custom_options =PackedStringArray()
142
148
notarization/notarization =0
143
149
privacy/microphone_usage_description =" "
@@ -315,6 +321,7 @@ open \"{temp_dir}/{exe_name}.app\" --args {cmd_args}"
315
321
ssh_remote_deploy/cleanup_script =" #!/usr/bin/env bash
316
322
kill $(pgrep -x -f \" {temp_dir}/{exe_name}.app/Contents/MacOS/{exe_name} {cmd_args}\" )
317
323
rm -rf \" {temp_dir}\" "
324
+ application/min_macos_version =" 10.12"
318
325
dotnet/include_scripts_content =false
319
326
dotnet/include_debug_symbols =true
320
327
dotnet/embed_build_outputs =false
@@ -331,8 +338,10 @@ export_filter="all_resources"
331
338
include_filter =" *.db, *.bdf, LICENSE"
332
339
exclude_filter =" scripts/*"
333
340
export_path =" "
341
+ patches =PackedStringArray()
334
342
encryption_include_filters =" "
335
343
encryption_exclude_filters =" "
344
+ seed =0
336
345
encrypt_pck =false
337
346
encrypt_directory =false
338
347
script_export_mode =2
0 commit comments