Cusom codesign resource rules getting copied into app. Why?
Cusom codesign resource rules getting copied into app. Why?
- Subject: Cusom codesign resource rules getting copied into app. Why?
- From: Matt Gough <email@hidden>
- Date: Thu, 15 Jul 2010 17:16:50 +0100
I am not sure if this is supposed to happen:
I have just set up a custom resource rules plist to get codesign to ignore a couple of files in my app's bundle and have set CODE_SIGN_RESOURCE_RULES_PATH to point to it.
Now when I build my app, my plist ends up at the top-level of the app bundle. Is this correct? Why does it need to be there, since the CodeResources file gets all my custom rules.
Looking at the build log I see:
CpResource build/Release/SmartDrive.app/CodeSignResourceRules.plist CodeSignResourceRules.plist cd /MyApp /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks /MyApp/CodeSignResourceRules.plist /MyApp/build/Release/MyApp.app
CodeSign build/Release/MyApp.app cd /MyApp /usr/bin/codesign -f -s " humyo.com ltd" --resource-rules=/MyApp/build/Release/MyApp.app/CodeSignResourceRules.plist /MyApp/build/Release/MyApp.app
Matt |
_______________________________________________
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