| Index: experimental/GLFWTest/Info.plist
|
| diff --git a/example/mac/HelloWorld-Info.plist b/experimental/GLFWTest/Info.plist
|
| similarity index 67%
|
| copy from example/mac/HelloWorld-Info.plist
|
| copy to experimental/GLFWTest/Info.plist
|
| index e9a9aa497932a49bbc0fb641de577a42932ce3a4..cbd8696a785169cfbfc970b4d76985f59c318e9e 100644
|
| --- a/example/mac/HelloWorld-Info.plist
|
| +++ b/experimental/GLFWTest/Info.plist
|
| @@ -3,17 +3,17 @@
|
| <plist version="1.0">
|
| <dict>
|
| <key>CFBundleDevelopmentRegion</key>
|
| - <string>English</string>
|
| + <string>en</string>
|
| <key>CFBundleExecutable</key>
|
| - <string>${EXECUTABLE_NAME}</string>
|
| + <string>$(EXECUTABLE_NAME)</string>
|
| <key>CFBundleIconFile</key>
|
| <string></string>
|
| <key>CFBundleIdentifier</key>
|
| - <string>com.googlecode.skia.${PRODUCT_NAME:rfc1034identifier}</string>
|
| + <string>Google.$(PRODUCT_NAME:rfc1034identifier)</string>
|
| <key>CFBundleInfoDictionaryVersion</key>
|
| <string>6.0</string>
|
| <key>CFBundleName</key>
|
| - <string>${PRODUCT_NAME}</string>
|
| + <string>$(PRODUCT_NAME)</string>
|
| <key>CFBundlePackageType</key>
|
| <string>APPL</string>
|
| <key>CFBundleShortVersionString</key>
|
| @@ -23,9 +23,11 @@
|
| <key>CFBundleVersion</key>
|
| <string>1</string>
|
| <key>LSMinimumSystemVersion</key>
|
| - <string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
| - <key>NSMainNibFile</key>
|
| - <string>HelloWorld</string>
|
| + <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>
|
|
|