Skip to content

Commit

Permalink
iOS: fixes swift bundling tool failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchvova committed Dec 21, 2021
1 parent a58dc81 commit af0ac40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/resources/iPhonePackageApp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ local function packageApp( options )
identity=options.signingIdentity,
platform="iphoneos"
}
local bundleScript = '$(xcrun -f swift-stdlib-tool) --copy --verbose --sign {identity} --scan-executable "{app}/{exe}" --scan-folder "{app}/Frameworks" --platform {platform} --toolchain "{sdkBase}/Toolchains/XcodeDefault.xctoolchain" --destination "{app}/Frameworks" --strip-bitcode '
local bundleScript = '$(xcrun -f swift-stdlib-tool) --copy --verbose --scan-executable "{app}/{exe}" --scan-folder "{app}/Frameworks" --platform {platform} --toolchain "{sdkBase}/Toolchains/XcodeDefault.xctoolchain" --destination "{app}/Frameworks" --strip-bitcode '

if not options.signingIdentity then
bundleOptions.identity = "-"
Expand Down

0 comments on commit af0ac40

Please sign in to comment.