Setting CFBundleShortVersionString from WOFramework and WOApplication tasks

From: Tatsuya Kawano (tatsuyam..ac.com)
Date: Wed Jan 22 2003 - 11:09:40 EST

  • Next message: Andrus Adamchik: "Re: Setting CFBundleShortVersionString from WOFramework and WOApplication tasks"

    Hello,

    I've got a question about WO Project.

    Is there any way to tell WOFramework and WOApplication tasks to set
    CFBundleShortVersionString in info.plist? I'd like to check the framework
    version from the following code fragment.

    NSBundle myFrameworkBundle = NSBundle.bundleForName("MyFramework");
    String myFrameworkVersion = (String)myFrameworkBundle.infoDictionary()
                             .objectForKey("CFBundleShortVersionString").trim();

    Thanks,
    Tatsuya

    --
    Tatsuya Kawano 
    Busium Inc.  New York, NY 10011
    http://busium.biz
    

    E924 0D0D C0BF 3DCF 9F83 F2CD 20D1 8377 633A D84F



    This archive was generated by hypermail 2.0.0 : Wed Jan 22 2003 - 11:10:29 EST