2023-03-25 22:46:15 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
2023-03-28 21:53:55 +08:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>example</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string></string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>com.zhuzichu.example</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>10.13</string>
|
|
|
|
<key>NOTE</key>
|
|
|
|
<string>This file was generated by Qt/QMake.</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
|
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
|
|
<true/>
|
2023-03-25 22:46:15 +08:00
|
|
|
</dict>
|
|
|
|
</plist>
|