diff options
| author | FivePixels <o5pxels@gmail.com> | 2020-06-14 13:16:31 -0500 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2020-06-14 13:16:31 -0500 |
| commit | ed1e428fba75b03eae532ef46e33d1bff6b94788 (patch) | |
| tree | 4946bc74c7c4261f11a176cf5c63b24f77eab5ab /.theos/_/Library/PreferenceBundles/IntemperatePrefs.bundle/Info.plist | |
| download | intemperate-ed1e428fba75b03eae532ef46e33d1bff6b94788.tar.xz intemperate-ed1e428fba75b03eae532ef46e33d1bff6b94788.zip | |
1.0
Diffstat (limited to '.theos/_/Library/PreferenceBundles/IntemperatePrefs.bundle/Info.plist')
| -rw-r--r-- | .theos/_/Library/PreferenceBundles/IntemperatePrefs.bundle/Info.plist | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.theos/_/Library/PreferenceBundles/IntemperatePrefs.bundle/Info.plist b/.theos/_/Library/PreferenceBundles/IntemperatePrefs.bundle/Info.plist new file mode 100644 index 0000000..5775539 --- /dev/null +++ b/.theos/_/Library/PreferenceBundles/IntemperatePrefs.bundle/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>IntemperatePrefs</string> + <key>CFBundleIdentifier</key> + <string>com.5px.intemperateprefs</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>INPRootListController</string> +</dict> +</plist> |
