On Nov 9, 2013, at 23:43, Adam R. Maxwell wrote:

> 
> On Nov 9, 2013, at 14:26 , Christiaan Hofman <cmhof...@gmail.com> wrote:
> 
>> But I have an idea for an alternative, adding the note in 
>> dragAnnotationWithEvent: instead at the first mouseDragged.
> 
> Let me know what you want me to try; I'm not familiar enough with the code 
> anymore to do much without flailing around :).
> 
>> 
>>> Also, the tests for "Debug" in the build shell scripts no longer work in 
>>> Xcode 5, which explains why it was taking so damn long to build each time. 
>>> BUILD_STYLE is no longer set, and CONFIGURATION seems to be the appropriate 
>>> variable. This makes debugging much less painful, though Xcode 4 & 5…ugh.
>> 
>> Does the test [ "${BUILD_STYLE}" = "Debug" -o "${CONFIGURATION}" = "Debug" ] 
>> work for this?
> 
> Yeah, that seems to do it.
> 
> There are also some codesign issues to deal with for Mavericks.
> 
> http://furbo.org/2013/10/17/code-signing-and-mavericks/
> 
> Here's what I use in TeX Live Utility for frameworks:
> 
> LOCATION="${BUILT_PRODUCTS_DIR}"/"${FRAMEWORKS_FOLDER_PATH}"
> IDENTITY="TeX Live Utility Signing Certificate"
> codesign --verbose --force --sign "$IDENTITY" 
> "$LOCATION/Sparkle.framework/Versions/A"
> codesign --verbose --force --sign "$IDENTITY" 
> "$LOCATION/FileView.framework/Versions/A"
> 
> and for auxiliary executables:
> 
> LOCATION="${BUILT_PRODUCTS_DIR}"/"${EXECUTABLE_FOLDER_PATH}"
> IDENTITY="TeX Live Utility Signing Certificate"
> codesign --verbose --force --sign "$IDENTITY" "$LOCATION/python_version.py"
> codesign --verbose --force --sign "$IDENTITY" 
> "$LOCATION/uninstall_local_agent.sh"
> codesign --verbose --force --sign "$IDENTITY" "$LOCATION/parse_tlpdb.py"
> codesign --verbose --force --sign "$IDENTITY" "$LOCATION/agent_installer.py"
> 
> My Foundation helper tool is signed separately and has an embedded 
> Info.plist. Not sure if you'd need to do that for  helper tools.
> 
> Finally, if you're managing localized strings files manually, I've got a 
> Python program that updates them. Looks like it chokes on some of Skim's, so 
> I'll look at that; let me know if you're interested or grab it from the 
> mactlmgr repo.
> 
> Adam

BTW, do the plugins (importer, auicklook) and the displayline script also need 
to be signed this way?

Christiaan


------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
skim-app-develop mailing list
skim-app-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-develop

Reply via email to