feat(export): add presets for Mac OSX

Untested.
master
Dominique Merle 4 years ago
parent 4c138f14dd
commit f64e39e273

@ -226,7 +226,7 @@ permissions/write_user_dictionary=false
[preset.2] [preset.2]
name="Linux/X11" name="Linux X11"
platform="Linux/X11" platform="Linux/X11"
runnable=true runnable=true
custom_features="" custom_features=""
@ -291,3 +291,36 @@ application/product_name="Majority Judgment"
application/file_description="Organize majority judgment polls in your video stream." application/file_description="Organize majority judgment polls in your video stream."
application/copyright="" application/copyright=""
application/trademarks="" application/trademarks=""
[preset.4]
name="Mac OSX"
platform="Mac OSX"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="builds/macosx/majority-judgment-v0.1.0.zip"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
[preset.4.options]
custom_template/debug=""
custom_template/release=""
application/name="Majority Judgment"
application/info="Organize majority judgment polls in your video stream, with your community."
application/icon="res://icon.png"
application/identifier="fr.mieuxvoter.majority-judgment-for-streamers"
application/signature=""
application/short_version="0.1"
application/version="0.1.0"
application/copyright="MIT"
display/high_res=false
privacy/camera_usage_description=""
privacy/microphone_usage_description=""
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false

Loading…
Cancel
Save