From e9bfd37fc43f0a61a8359cff46c5aa8996ad5fb2 Mon Sep 17 00:00:00 2001 From: Abhi Beckert Date: Sat, 9 Nov 2013 19:17:05 +1000 Subject: add .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..8b53cbff --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +xcuserdata +project.xcworkspace -- cgit v1.2.3 From 16afdf144e4fe0163d7da2525d596aaa6a4aff6b Mon Sep 17 00:00:00 2001 From: Abhi Beckert Date: Sat, 9 Nov 2013 19:22:29 +1000 Subject: Update readme --- README | 23 ----------------------- readme.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 23 deletions(-) delete mode 100644 README create mode 100644 readme.md diff --git a/README b/README deleted file mode 100644 index 4949c694..00000000 --- a/README +++ /dev/null @@ -1,23 +0,0 @@ -Building Sequel Pro -------------------- - -Sequel Pro has no external dependencies or Interface Builder plugins, so building is -fairly straightforward. - -However, we are currently targeting 10.5 as a minimum version (not for much longer!), -so the Base SDK is set to 10.5 to correctly report warnings. Xcode 4 does not ship -with the 10.5 SDK; to install them: - - 1) Find a copy of Xcode 3. If you do not have this installed, it is still available - from http://adcdownload.apple.com/Developer_Tools/xcode_3.2.6_and_ios_sdk_4.3__final/xcode_3.2.6_and_ios_sdk_4.3.dmg . - 2) Install or extract the 10.5 SDK (and the 10.6 SDK for use soon...). These would normally - have been installed to /Developer/SDKs/MacOSX10.5.sdk and MacOSX10.6.sdk . - 3) Copy, or symlink them, into /Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs . - -After performing these steps 10.5- and 10.6-base SDKs should compile correctly (although -without PPC support). You may need to quit and reopen Xcode to get it to recognise the new SDKs. - -For assistance please jump onto IRC and join #sequel-pro on irc.freenode.net and any of the -developers will be more than happy to help you out. - -- The Sequel Pro team diff --git a/readme.md b/readme.md new file mode 100644 index 00000000..58966720 --- /dev/null +++ b/readme.md @@ -0,0 +1,19 @@ +Sequel Pro +========== + +Sequel Pro is a fast, easy-to-use Mac database management application for working with MySQL databases. + +You can find more details on our website: [sequelpro.com](http://sequelpro.com) + +![Screenshot](http://www.sequelpro.com/assets/images/NewAdvancedFilter.jpg) + +Build Instructions +================== + + * Install the [latest version of Xcode](https://itunes.apple.com/au/app/xcode/id497799835) + * Install [Github for Mac](http://mac.github.com) + * Click "Clone in Desktop" on the right sidebar of our [github page](https://github.com/sequelpro/sequelpro) + * Open `sequel-pro.xcodeproj` + * Click the `Run` button in the toolbar + * If the above doesn't work, please file a [bug report](https://github.com/sequelpro/sequelpro/issues/new) + -- cgit v1.2.3 From 81d4d2e2104147529c0e6239f6992523c03506a7 Mon Sep 17 00:00:00 2001 From: Abhi Beckert Date: Sat, 9 Nov 2013 19:28:24 +1000 Subject: Add logo image to readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 58966720..a8a7ca81 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -Sequel Pro +Sequel Pro Logo ========== Sequel Pro is a fast, easy-to-use Mac database management application for working with MySQL databases. -- cgit v1.2.3