diff options
| author | Dylan Bolger <dylanbolger@dylans-mac.local> | 2018-09-03 16:06:39 -0500 |
|---|---|---|
| committer | Dylan Bolger <dylanbolger@Dylans-Mac.local> | 2018-09-03 16:06:39 -0500 |
| commit | 152b21222bb6759de69c1abfb5b5b73496aa1460 (patch) | |
| tree | 371489c0217e08b9264ad1ac171a774942dcf2e0 /DWA140MenuTests/Info.plist | |
| download | dwa140shortcut-152b21222bb6759de69c1abfb5b5b73496aa1460.tar.xz dwa140shortcut-152b21222bb6759de69c1abfb5b5b73496aa1460.zip | |
Initial Commit
Diffstat (limited to 'DWA140MenuTests/Info.plist')
| -rw-r--r-- | DWA140MenuTests/Info.plist | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/DWA140MenuTests/Info.plist b/DWA140MenuTests/Info.plist new file mode 100644 index 0000000..6c40a6c --- /dev/null +++ b/DWA140MenuTests/Info.plist @@ -0,0 +1,22 @@ +<?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>$(DEVELOPMENT_LANGUAGE)</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>CFBundleVersion</key> + <string>1</string> +</dict> +</plist> |
