initial checkin
authorsr
Tue, 10 Oct 2017 14:44:47 +0200
changeset 366 68bc20de9a64
parent 365 49b576c930ad
child 367 5cfeb3f93641
initial checkin
quickSelfTest/osx/Info.plist
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/quickSelfTest/osx/Info.plist	Tue Oct 10 14:44:47 2017 +0200
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTP PLIST 1.0//EN" "http//www.apple.com/DTDs/ProperyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+<key>CFBundleName</key>
+<string>quickSelfTest</string>
+<key>CFBundleShortVersionString</key>
+<string>7.1.0.1</string>
+<key>CFBundlePackageType</key>
+<string>APPL</string>
+<key>CFBundleIdentifier</key>
+<string>stx.goodies.builder.quickSelfTest</string>
+<key>CFBundleVersion</key>
+<string>7.1.0.1</string>
+<key>CFBundleInfoDictionaryVersion</key>
+<string>6.0</string>
+<key>LSMinimumSystemVersion</key>
+<string>10.6</string>
+<key>CFBundleExecutable</key>
+<string>quickSelfTest</string>
+</dict>
+</plist>