Ignore:
Timestamp:
Sep 10, 2008, 3:32:21 AM (16 years ago)
Author:
armahg@…
Message:

Modified Info.plist file for correct building of MacPorts_Framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/MacPorts_Framework/Info.plist

    r37395 r39873  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    33<plist version="1.0">
    44<dict>
     
    77        <key>CFBundleExecutable</key>
    88        <string>${EXECUTABLE_NAME}</string>
    9         <key>CFBundleName</key>
    10         <string>${PRODUCT_NAME}</string>
    119        <key>CFBundleIconFile</key>
    1210        <string></string>
     
    1513        <key>CFBundleInfoDictionaryVersion</key>
    1614        <string>6.0</string>
     15        <key>CFBundleName</key>
     16        <string>${PRODUCT_NAME}</string>
    1717        <key>CFBundlePackageType</key>
    1818        <string>FMWK</string>
    1919        <key>CFBundleSignature</key>
    20         <string>????</string>
     20        <string>Randall Wood</string>
    2121        <key>CFBundleVersion</key>
    2222        <string>1.0</string>
Note: See TracChangeset for help on using the changeset viewer.