Skip to content

Commit

Permalink
Rename binary to Browter.
Browse files Browse the repository at this point in the history
This improves the format of syslog messages, as they use the binary name.
  • Loading branch information
Schoonology committed May 20, 2016
1 parent 3324240 commit c970a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>main</string>
<string>Browter</string>
<key>CFBundleIconFile</key>
<string>Calculator.icns</string>
<key>CFBundleIdentifier</key>
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ clean:

app:
mkdir -p Browter.app/Contents/MacOS
clang -lobjc -fobjc-arc -framework Foundation -framework AppKit main.m -o Browter.app/Contents/MacOS/main
clang -lobjc -fobjc-arc -framework Foundation -framework AppKit main.m -o Browter.app/Contents/MacOS/Browter
cp Info.plist Browter.app/Contents/.
rm -rf Browter.app/Contents/MacOS/main.dSYM

0 comments on commit c970a6a

Please sign in to comment.