Guest User

Untitled

a guest
Nov 15th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 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>CFBundleDevelopmentRegion</key>
  6. <string>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleDocumentTypes</key>
  8. <array>
  9. <dict>
  10. <key>CFBundleTypeExtensions</key>
  11. <array>
  12. <string>*</string>
  13. </array>
  14. <key>CFBundleTypeName</key>
  15. <string>AllFiles</string>
  16. <key>CFBundleTypeRole</key>
  17. <string>Viewer</string>
  18. </dict>
  19. </array>
  20. <key>CFBundleExecutable</key>
  21. <string>$(EXECUTABLE_NAME)</string>
  22. <key>CFBundleIconFile</key>
  23. <string></string>
  24. <key>CFBundleIdentifier</key>
  25. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  26. <key>CFBundleInfoDictionaryVersion</key>
  27. <string>6.0</string>
  28. <key>CFBundleName</key>
  29. <string>$(PRODUCT_NAME)</string>
  30. <key>CFBundlePackageType</key>
  31. <string>APPL</string>
  32. <key>CFBundleShortVersionString</key>
  33. <string>1.0</string>
  34. <key>CFBundleVersion</key>
  35. <string>1</string>
  36. <key>LSMinimumSystemVersion</key>
  37. <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
  38. <key>NSHumanReadableCopyright</key>
  39. <string>Copyright © 2018 Wukerplank. All rights reserved.</string>
  40. <key>NSMainStoryboardFile</key>
  41. <string>Main</string>
  42. <key>NSPrincipalClass</key>
  43. <string>NSApplication</string>
  44. </dict>
  45. </plist>
  46.  
  47. <key>NSMainStoryboardFile</key>
  48. <string>Main</string>
  49.  
  50. <key>NSMainNibFile</key>
  51. <string>MainMenu</string>
Add Comment
Please, Sign In to add comment