Hi!
I have one small question.
Is it possible to modify my official SDK template, to work with the pwned certificate? I have modified the info.plist file to include the SignerIdentity key and the project settings to include the PROVISIONING_PROFILE_ALLOWED & REQUIRED strings, yet i am still having problems - it's either "putpkt: write failed: Broken pipe." or a security error.
@Javacom: great work! thanks a lot!
edit: FIXED! i just added a build script using this:Code:export CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate if [ "${PLATFORM_NAME}" == "iphoneos" ]; then /Users/youruser/bin/gen_entitlements.py "my.company.${PROJECT_NAME}" "${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/${PROJECT_NAME}.xcent"; codesign -f -s "iPhone developer" --resource-rules "${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/ResourceRules.plist" \ --entitlements "${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/${PROJECT_NAME}.xcent" "${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/" fi



LinkBack URL
About LinkBacks









robably my sdk is too old, I'm downloading the latest one now.

Bookmarks