Info.plist 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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>BuildMachineOSBuild</key>
  6. <string>18F132</string>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>en</string>
  9. <key>CFBundleExecutable</key>
  10. <string>Generator</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>SA.Generator</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>Generator</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>1.0</string>
  21. <key>CFBundleSupportedPlatforms</key>
  22. <array>
  23. <string>MacOSX</string>
  24. </array>
  25. <key>CFBundleVersion</key>
  26. <string>1</string>
  27. <key>DTCompiler</key>
  28. <string>com.apple.compilers.llvm.clang.1_0</string>
  29. <key>DTPlatformBuild</key>
  30. <string>10E1001</string>
  31. <key>DTPlatformVersion</key>
  32. <string>GM</string>
  33. <key>DTSDKBuild</key>
  34. <string>18E219</string>
  35. <key>DTSDKName</key>
  36. <string>macosx10.14</string>
  37. <key>DTXcode</key>
  38. <string>1020</string>
  39. <key>DTXcodeBuild</key>
  40. <string>10E1001</string>
  41. <key>LSApplicationCategoryType</key>
  42. <string>public.app-category.developer-tools</string>
  43. <key>LSMinimumSystemVersion</key>
  44. <string>10.14</string>
  45. <key>NSAppTransportSecurity</key>
  46. <dict>
  47. <key>NSAllowsArbitraryLoads</key>
  48. <true/>
  49. </dict>
  50. <key>NSHumanReadableCopyright</key>
  51. <string>Copyright © 2019 SAGESSE. All rights reserved.</string>
  52. <key>NSMainStoryboardFile</key>
  53. <string>Main</string>
  54. <key>NSPrincipalClass</key>
  55. <string>NSApplication</string>
  56. </dict>
  57. </plist>