ResourceRules.plist: How do I exclude specific files from codesigning?
ResourceRules.plist: How do I exclude specific files from codesigning?
- Subject: ResourceRules.plist: How do I exclude specific files from codesigning?
- From: Eric Wing <email@hidden>
- Date: Mon, 11 Apr 2011 13:37:30 -0700
I am trying to figure out how to codesign my Mac app. (This is a non
Mac App Store app.) Inside my bundle, there are a couple of files I
would like to omit from codesigning. I know this is probably not
ideal, but this works around some technical limitations we haven't had
time to clean up.
So I have a few text files I want to be able to edit inside the app
bundle that if modified, I don't want codesigning to prevent my app
from launching/running.
I that found ResourceRules.plist seems to let me specify this. I found
that a rule like:
^Resources/.*\.txt
omit YES
weight 200
lets me omit my .txt files in Resources inside my app bundle. But I
would prefer to explicitly list the files I want to exclude from code
signing. But I have been unsuccessful in doing so.
I have tried patterns like:
^Resource/MyFile.txt
^Resource/MyFile\.txt
^Resource/.*MyFile\.txt
and a few others. Does anybody know the correct incantation?
Also, I am unclear what the parameters like weight, optional, etc.
really do. Is there any documentation on ResourceRules.plist. I
haven't been able to find any.
Thanks,
Eric
--
Beginning iPhone Games Development
http://playcontrol.net/iphonegamebook/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden