Changeset 400

Show
Ignore:
Timestamp:
07/01/07 17:17:20 (1 year ago)
Author:
hagedorn
Message:

Adding exported UTI types for ILDA files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ILDAInspector/Info.plist

    r97 r400  
    1111                        <array> 
    1212                                <string>ild</string> 
     13                                <string>ilda</string> 
    1314                        </array> 
    1415                        <key>CFBundleTypeIconFile</key> 
     
    2930        <string>LaserInspector</string> 
    3031        <key>CFBundleIdentifier</key> 
    31         <string>com.yourcompany.ILDAInspector</string> 
     32        <string>edu.uiuc.acm.ILDAInspector</string> 
    3233        <key>CFBundleInfoDictionaryVersion</key> 
    3334        <string>6.0</string> 
     
    4445        <key>NSPrincipalClass</key> 
    4546        <string>NSApplication</string> 
     47        <key>UTExportedTypeDeclarations</key> 
     48        <array> 
     49                <dict> 
     50                        <key>UTTypeConformsTo</key> 
     51                        <array> 
     52                                <string>public.data</string> 
     53                        </array> 
     54                        <key>UTTypeDescription</key> 
     55                        <string>ILDA Laser Sequence</string> 
     56                        <key>UTTypeIdentifier</key> 
     57                        <string>public.ilda</string> 
     58                        <key>UTTypeTagSpecification</key> 
     59                        <dict> 
     60                                <key>public.filename-extension</key> 
     61                                <array> 
     62                                        <string>ild</string> 
     63                                        <string>ilda</string> 
     64                                </array> 
     65                        </dict> 
     66                </dict> 
     67        </array> 
    4668</dict> 
    4769</plist> 
  • trunk/LaserLine_2.0/Info.plist

    r193 r400  
    55        <key>CFBundleDevelopmentRegion</key> 
    66        <string>English</string> 
     7        <key>CFBundleDocumentTypes</key> 
     8        <array/> 
    79        <key>CFBundleExecutable</key> 
    810        <string>${EXECUTABLE_NAME}</string> 
     
    1012        <string>LaserLineApp</string> 
    1113        <key>CFBundleIdentifier</key> 
    12         <string>com.yourcompany.LaserLine_2.0</string> 
     14        <string>edu.uiuc.acm.LaserLine_2.0</string> 
    1315        <key>CFBundleInfoDictionaryVersion</key> 
    1416        <string>6.0</string> 
     
    2527        <key>NSPrincipalClass</key> 
    2628        <string>NSApplication</string> 
     29        <key>UTExportedTypeDeclarations</key> 
     30        <array> 
     31                <dict> 
     32                        <key>UTTypeConformsTo</key> 
     33                        <array> 
     34                                <string>public.data</string> 
     35                        </array> 
     36                        <key>UTTypeDescription</key> 
     37                        <string>ILDA Laser Sequence</string> 
     38                        <key>UTTypeIdentifier</key> 
     39                        <string>public.ilda</string> 
     40                        <key>UTTypeTagSpecification</key> 
     41                        <dict> 
     42                                <key>public.filename-extension</key> 
     43                                <array> 
     44                                        <string>ild</string> 
     45                                        <string>ilda</string> 
     46                                </array> 
     47                        </dict> 
     48                </dict> 
     49        </array> 
     50 
    2751</dict> 
    2852</plist>