aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/GLFWTest/Info.plist
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2015-10-09 13:27:33 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-09 13:27:34 -0700
commitcda8ec2b030c6fcb58d2d11f4983a14c0f355235 (patch)
treeadddc8443789e8533f4252e167349dc0451e6d47 /experimental/GLFWTest/Info.plist
parent939c0fe51f157104758bcb268643c8b6d317a530 (diff)
Add test with GLFW framework
Diffstat (limited to 'experimental/GLFWTest/Info.plist')
-rw-r--r--experimental/GLFWTest/Info.plist34
1 files changed, 34 insertions, 0 deletions
diff --git a/experimental/GLFWTest/Info.plist b/experimental/GLFWTest/Info.plist
new file mode 100644
index 0000000000..cbd8696a78
--- /dev/null
+++ b/experimental/GLFWTest/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>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>Google.$(PRODUCT_NAME:rfc1034identifier)</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.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+ <key>LSMinimumSystemVersion</key>
+ <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2015 Google. All rights reserved.</string>
+ <key>NSMainStoryboardFile</key>
+ <string>Main</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>