aboutsummaryrefslogtreecommitdiff
path: root/source/Jakobs ToolsUITests/Info.plist
diff options
context:
space:
mode:
authorJakobS1n <jakob@Jakobs-MacBook-Pro.local>2016-04-09 18:11:30 +0200
committerJakobS1n <jakob@Jakobs-MacBook-Pro.local>2016-04-09 18:11:30 +0200
commitcfb8c7201e82b8e8973a29b9e84c4a3db551ff12 (patch)
treef015e9ccc6d113e191e4ec1d301bb72f7df55905 /source/Jakobs ToolsUITests/Info.plist
downloadfileShow-cfb8c7201e82b8e8973a29b9e84c4a3db551ff12.tar.gz
fileShow-cfb8c7201e82b8e8973a29b9e84c4a3db551ff12.zip
Initial Commit
Diffstat (limited to 'source/Jakobs ToolsUITests/Info.plist')
-rw-r--r--source/Jakobs ToolsUITests/Info.plist24
1 files changed, 24 insertions, 0 deletions
diff --git a/source/Jakobs ToolsUITests/Info.plist b/source/Jakobs ToolsUITests/Info.plist
new file mode 100644
index 0000000..ba72822
--- /dev/null
+++ b/source/Jakobs ToolsUITests/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>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>BNDL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+</dict>
+</plist>