diff options
author | JakobS1n <jakob@Jakobs-MacBook-Pro.local> | 2016-04-09 18:11:30 +0200 |
---|---|---|
committer | JakobS1n <jakob@Jakobs-MacBook-Pro.local> | 2016-04-09 18:11:30 +0200 |
commit | cfb8c7201e82b8e8973a29b9e84c4a3db551ff12 (patch) | |
tree | f015e9ccc6d113e191e4ec1d301bb72f7df55905 /source/Jakobs Tools/Info.plist | |
download | fileShow-cfb8c7201e82b8e8973a29b9e84c4a3db551ff12.tar.gz fileShow-cfb8c7201e82b8e8973a29b9e84c4a3db551ff12.zip |
Initial Commit
Diffstat (limited to 'source/Jakobs Tools/Info.plist')
-rw-r--r-- | source/Jakobs Tools/Info.plist | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/source/Jakobs Tools/Info.plist b/source/Jakobs Tools/Info.plist new file mode 100644 index 0000000..74aa4a5 --- /dev/null +++ b/source/Jakobs Tools/Info.plist @@ -0,0 +1,34 @@ +<?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>en</string> + <key>CFBundleExecutable</key> + <string>$(EXECUTABLE_NAME)</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>APPL</string> + <key>CFBundleShortVersionString</key> + <string>1.1</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>1</string> + <key>LSMinimumSystemVersion</key> + <string>$(MACOSX_DEPLOYMENT_TARGET)</string> + <key>LSUIElement</key> + <true/> + <key>NSHumanReadableCopyright</key> + <string>Copyright © 2016 Jakob Stendahl. All rights reserved.</string> + <key>NSMainNibFile</key> + <string>MainMenu</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> +</dict> +</plist> |