-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files set not world readable remain that way in final bundle, causing ITMS-90255 on submission (unlike Xcode) #7395
Milestone
Comments
chamons
added
bug
If an issue is a bug or a pull request a bug fix
macOS
Issues affecting macOS
labels
Nov 8, 2019
Originally found in #7314 |
Looks like smart copy is not smart enough :) |
from msbuild/Xamarin.MacDev.Tasks.Core/Tasks/SmartCopyTaskBase.cs Log.LogMessage (MessageImportance.Normal, "Copying file from '{0}' to '{1}'", source, target);
File.Copy (source, target, true); basically we want/need more than what the FX normally does for us |
spouliot
added a commit
to spouliot/xamarin-macios
that referenced
this issue
Nov 28, 2019
Only execute the extra logic when not running on Windows ref: xamarin#7395
ghost
locked as resolved and limited conversation to collaborators
May 1, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to Reproduce
BundleImagePermTest.zip
Expected Behavior
Xcode sets a world +r bit when copying to the resource folder.
Actual Behavior
We do not (it remains as is)
Environment
Current d16-3 stable
The text was updated successfully, but these errors were encountered: