From 521162f1d76fd1143a9dde1d81176ad970a74d5c Mon Sep 17 00:00:00 2001 From: Vzor- Date: Mon, 5 Aug 2024 00:36:58 -0700 Subject: [PATCH 1/2] add arch to plist --- ant/apple/apple-bundle.plist.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ant/apple/apple-bundle.plist.in b/ant/apple/apple-bundle.plist.in index 675d2c9cb..08f70534f 100644 --- a/ant/apple/apple-bundle.plist.in +++ b/ant/apple/apple-bundle.plist.in @@ -20,5 +20,9 @@ CFBundleURLSchemes ${vendor.name} - + + LSArchitecturePriority + + ${apple.target.arch} + \ No newline at end of file From 8d79224d7039c435d9b07f5badc08729bef06b2e Mon Sep 17 00:00:00 2001 From: Vzor- Date: Mon, 5 Aug 2024 00:37:47 -0700 Subject: [PATCH 2/2] whitespace --- ant/apple/apple-bundle.plist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ant/apple/apple-bundle.plist.in b/ant/apple/apple-bundle.plist.in index 08f70534f..5044c4cfe 100644 --- a/ant/apple/apple-bundle.plist.in +++ b/ant/apple/apple-bundle.plist.in @@ -20,7 +20,7 @@ CFBundleURLSchemes ${vendor.name} - + LSArchitecturePriority ${apple.target.arch}