Skip to content

Commit

Permalink
Build with GCC instead of Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
specious committed Dec 20, 2017
1 parent 6d5bfd3 commit d6c9f04
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 475 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Install
Build it:

```
xcodebuild -project defaultbrowser.xcodeproj -alltargets -configuration Release
gcc -o defaultbrowser -O2 -framework Foundation -framework ApplicationServices src/main.m
```

Move it into your executable path:

```
cp build/Release/defaultbrowser /usr/local/bin/
cp defaultbrowser /usr/local/bin/
```

Usage
Expand Down
Binary file removed build/defaultbrowser
Binary file not shown.
260 changes: 0 additions & 260 deletions defaultbrowser.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d6c9f04

Please sign in to comment.