aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Ursache <bamse16@yahoo.com>2013-11-09 20:31:01 +1100
committerMarius Ursache <bamse16@yahoo.com>2013-11-09 20:31:01 +1100
commit9c49a8d7cf19a78d995312cdcae8003a2723d229 (patch)
tree4fa222a1b204283b98733ab0a2cd80b3de12d3bc
parent45aec0072910a34c20b1ff2b01989e59545d7e3d (diff)
parentb40301b4488f9e42be5a1d08cc53c109debfa2fc (diff)
downloadsequelpro-9c49a8d7cf19a78d995312cdcae8003a2723d229.tar.gz
sequelpro-9c49a8d7cf19a78d995312cdcae8003a2723d229.tar.bz2
sequelpro-9c49a8d7cf19a78d995312cdcae8003a2723d229.zip
Merge branch 'master' of github.com:sequelpro/sequelpro
-rw-r--r--.gitignore2
-rw-r--r--README23
-rw-r--r--readme.md19
3 files changed, 21 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..8b53cbff
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+xcuserdata
+project.xcworkspace
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 <your Xcode.app>/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..a8a7ca81
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,19 @@
+Sequel Pro <img alt="Logo" src="http://www.sequelpro.com/blog/wp-content/uploads/2013/01/sequel-pro-1.0.png" align="right" height="50">
+==========
+
+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)
+