diff options
| author | FivePixels <o5pxels@gmail.com> | 2021-05-19 13:24:15 -0500 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2021-05-19 13:24:15 -0500 |
| commit | d2cb9115dc80f23bc22f896d11ed8dc1f247aaff (patch) | |
| tree | 612933008ee400712ff9ebd010656012b29e3ee4 /signateprefs/Resources/Info.plist | |
| download | signate-d2cb9115dc80f23bc22f896d11ed8dc1f247aaff.tar.xz signate-d2cb9115dc80f23bc22f896d11ed8dc1f247aaff.zip | |
Signate initial commit
Diffstat (limited to 'signateprefs/Resources/Info.plist')
| -rw-r--r-- | signateprefs/Resources/Info.plist | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/signateprefs/Resources/Info.plist b/signateprefs/Resources/Info.plist new file mode 100644 index 0000000..f9fb712 --- /dev/null +++ b/signateprefs/Resources/Info.plist @@ -0,0 +1,24 @@ +<?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>English</string> + <key>CFBundleExecutable</key> + <string>SignatePrefs</string> + <key>CFBundleIdentifier</key> + <string>com.5px.signateprefs</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>BNDL</string> + <key>CFBundleShortVersionString</key> + <string>1.0.0</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>1.0</string> + <key>NSPrincipalClass</key> + <string>SGNRootListController</string> +</dict> +</plist> |
