From 7bca74b7dcd049a2fb128d521fe61a1a3e2bf8eb Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Sun, 27 Aug 2023 10:24:32 +0200 Subject: [PATCH] Fix a typo introduced during PR #1669 --- buildozer/targets/ios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildozer/targets/ios.py b/buildozer/targets/ios.py index 975434a19..f6282f14d 100644 --- a/buildozer/targets/ios.py +++ b/buildozer/targets/ios.py @@ -311,7 +311,7 @@ def build_package(self): cwd=build_dir) self.logger.info('Moving IPA to bin...') - buildops.file_rename(ipa_tmp, ipa) + buildops.rename(ipa_tmp, ipa) self.logger.info('iOS packaging done!') self.logger.info('IPA {0} available in the bin directory'.format(