Skip to content

Commit

Permalink
Merge branch 'develop' into preflight
Browse files Browse the repository at this point in the history
  • Loading branch information
numist committed Jun 5, 2016
2 parents 7302d00 + 66997f2 commit 5d1ef5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -286,6 +286,8 @@ end

desc "Build release zip and submit symbols to Hockey."
task :release => [:release_ready?, :analyze, :test, :zip] do
shell("git push")

# The zip build step might succeed without a code signature, but a deliverable for release must be signed!
verify_codesign DELIVERABLE_APP

Expand Down
6 changes: 3 additions & 3 deletions Switch/Switch-Info.plist
Expand Up @@ -19,17 +19,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.8 (β)</string>
<string>0.0.10 (β)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.0.8</string>
<string>0.0.10</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Scott Perry.
<string>Copyright © 2016 Scott Perry.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Expand Down

0 comments on commit 5d1ef5c

Please sign in to comment.