From 9ec9d7b6393b0d771bbdf1b8455728d83ffeda57 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 14 Jul 2023 20:18:59 +0200 Subject: [PATCH] fix: ?????? At this point I'm running out of ideas, 'hdiutil: create failed - Function not implemented' is mostly met online with 'we have no idea what the fuck that means'. Why is this build chain so damn fickle?! All this to attempt to close #69, in which the issues popped up out of nowhere anyway --- fastlane/Fastfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 54ccd76..3b59818 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -21,7 +21,8 @@ platform :mac do volume_name: "AutoClicker", # optional, by default will be the same as input folder name filesystem: "hfs+", # optional, default is 'hfs+' format: "udzo", # optional, default is 'udzo' - create_applications_symlink: true) # optional, default is true + create_applications_symlink: true, # optional, default is true + size: 10) # in megabytes, optional, by default will be calculated as input folder size + 10% end lane :beta do @@ -97,7 +98,8 @@ platform :mac do volume_name: "AutoClicker", # optional, by default will be the same as input folder name filesystem: "hfs+", # optional, default is 'hfs+' format: "udzo", # optional, default is 'udzo' - create_applications_symlink: true) # optional, default is true + create_applications_symlink: true, # optional, default is true + size: 10) # in megabytes, optional, by default will be calculated as input folder size + 10% # https://docs.fastlane.tools/actions/set_github_release/#set_github_release set_github_release( @@ -198,7 +200,8 @@ platform :mac do volume_name: "AutoClicker", # optional, by default will be the same as input folder name filesystem: "hfs+", # optional, default is 'hfs+' format: "udzo", # optional, default is 'udzo' - create_applications_symlink: true) # optional, default is true + create_applications_symlink: true, # optional, default is true + size: 10) # in megabytes, optional, by default will be calculated as input folder size + 10% # https://docs.fastlane.tools/actions/set_github_release/#set_github_release set_github_release(