Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: experimental/GLFWTest/Info.plist

Issue 1367403006: Add test with GLFW framework (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add README Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/GLFWTest/GLFWTest.xcodeproj/project.pbxproj ('k') | experimental/GLFWTest/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « experimental/GLFWTest/GLFWTest.xcodeproj/project.pbxproj ('k') | experimental/GLFWTest/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698