Advertisement
Guest User

Info.plist

a guest
Jun 28th, 2017
1,852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.41 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDocumentTypes</key>
  6.     <array>
  7.         <dict>
  8.             <key>CFBundleTypeExtensions</key>
  9.             <array>
  10.                 <string>factory</string>
  11.                 <string>gcode</string>
  12.                 <string>stl</string>
  13.                 <string>obj</string>
  14.             </array>
  15.             <key>CFBundleTypeIconFile</key>
  16.             <string>icon.icns</string>
  17.             <key>CFBundleTypeRole</key>
  18.             <string>Editor</string>
  19.         </dict>
  20.     </array>
  21.     <key>CFBundleExecutable</key>
  22.     <string>Simplify3D</string>
  23.     <key>CFBundleGetInfoString</key>
  24.     <string>Created by Qt/QMake</string>
  25.     <key>CFBundleIconFile</key>
  26.     <string>icon.icns</string>
  27.     <key>CFBundleIdentifier</key>
  28.     <string>com.Simplify3D.S3D-Software</string>
  29.     <key>CFBundlePackageType</key>
  30.     <string>APPL</string>
  31.     <key>CFBundleShortVersionString</key>
  32.     <string>3.1.1</string>
  33.     <key>CFBundleSignature</key>
  34.     <string>????</string>
  35.     <key>LSEnvironment</key>
  36.     <dict>
  37.         <key>DYLD_FORCE_FLAT_NAMESPACE</key>
  38.         <string>1</string>
  39.         <key>DYLD_INSERT_LIBRARIES</key>
  40.         <string>/Applications/Simplify3D-3.1.1/Interface.dylib:/System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine</string>
  41.     </dict>
  42.     <key>NOTE</key>
  43.     <string>This file was generated by Qt/QMake.</string>
  44.     <key>NSPrincipalClass</key>
  45.     <string>NSApplication</string>
  46. </dict>
  47. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement