diff options
Diffstat (limited to 'LibOVR/Projects/Mac/LibOVRRT.plist')
-rw-r--r-- | LibOVR/Projects/Mac/LibOVRRT.plist | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/LibOVR/Projects/Mac/LibOVRRT.plist b/LibOVR/Projects/Mac/LibOVRRT.plist new file mode 100644 index 0000000..874636a --- /dev/null +++ b/LibOVR/Projects/Mac/LibOVRRT.plist @@ -0,0 +1,28 @@ +<?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>Oculus-VR.$(PRODUCT_NAME:rfc1034identifier)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleShortVersionString</key>
+ <string>${OVR_MAJOR_VERSION}.${OVR_MINOR_VERSION}.${OVR_PATCH_VERSION}.${OVR_BUILD_NUMBER}</string>
+ <key>CFBundleSignature</key>
+ <string>LOVR</string>
+ <key>CFBundleVersion</key>
+ <string>${OVR_BUILD_NUMBER}</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2014 Oculus VR. All rights reserved.</string>
+ <key>NSPrincipalClass</key>
+ <string></string>
+</dict>
+</plist>
|