secretive/Sources/Secretive/Info.plist

35 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-02-19 03:36:41 +00: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>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
2020-03-15 08:01:40 +00:00
<string>$(CI_VERSION)</string>
2020-02-19 03:36:41 +00:00
<key>CFBundleVersion</key>
2020-03-20 04:21:28 +00:00
<string>$(CI_BUILD_NUMBER)</string>
2020-02-19 03:36:41 +00:00
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
2020-03-20 04:36:25 +00:00
<string>$(PRODUCT_NAME) is MIT Licensed.</string>
2020-02-19 03:36:41 +00:00
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSupportsAutomaticTermination</key>
<true/>
<key>NSSupportsSuddenTermination</key>
<true/>
</dict>
</plist>