diff options
| author | FivePixels <o5pxels@gmail.com> | 2020-07-17 10:06:30 -0500 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2020-07-17 10:06:30 -0500 |
| commit | 8a752c04771b28d82dce988849cad84ddaf3ea2c (patch) | |
| tree | 65df72d39d9ee9fb260a32c47be6bfb42cedf3ec /finicalprefs/Resources/Info.plist | |
| download | finical-master.tar.xz finical-master.zip | |
Diffstat (limited to 'finicalprefs/Resources/Info.plist')
| -rw-r--r-- | finicalprefs/Resources/Info.plist | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/finicalprefs/Resources/Info.plist b/finicalprefs/Resources/Info.plist new file mode 100644 index 0000000..ffd77b8 --- /dev/null +++ b/finicalprefs/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>FinicalPrefs</string> + <key>CFBundleIdentifier</key> + <string>com.5px.finicalprefs</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>FCLRootListController</string> +</dict> +</plist> |
