diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | content/shell/mac/app-Info.plist | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -119,7 +119,7 @@ deps = { (Var("googlecode_url") % "grit-i18n") + "/trunk@17", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1238", + (Var("googlecode_url") % "gyp") + "/trunk@1242", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), diff --git a/content/shell/mac/app-Info.plist b/content/shell/mac/app-Info.plist index ce2b13d..c8a5310 100644 --- a/content/shell/mac/app-Info.plist +++ b/content/shell/mac/app-Info.plist @@ -18,8 +18,6 @@ <string>${PRODUCT_NAME}</string> <key>CFBundlePackageType</key> <string>APPL</string> - <key>CFBundleSignature</key> - <string>????</string> <key>CFBundleVersion</key> <string>1.0</string> <key>NSMainNibFile</key> |