From 3b527585b1c95ddaffbe060d7876bab97198f2ca Mon Sep 17 00:00:00 2001 From: James Anderson Date: Sat, 11 Jan 2014 13:46:26 -0800 Subject: [PATCH] Set app.codesign_for_release to false --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 9a33a6f..dfb8f14 100644 --- a/Rakefile +++ b/Rakefile @@ -12,5 +12,6 @@ Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. app.name = 'DOGEPrice' app.icon = 'dogecoin.png' + app.codesign_for_release = false app.info_plist['LSUIElement'] = true end