File tree Expand file tree Collapse file tree 11 files changed +11
-20
lines changed
Expand file tree Collapse file tree 11 files changed +11
-20
lines changed Original file line number Diff line number Diff line change 1- -- $Id$
21--
32-- SQL script used by PostgresKit's integration tests.
43--
Original file line number Diff line number Diff line change 11#! /bin/ksh
22
3- #
4- # $Id$
53#
64# build-libpq.sh
7- # sequel-pro
5+ # PostgresKit
86#
97# Created by Stuart Connolly (stuconnolly.com) on August 1, 2012.
108# Copyright (c) 2012 Stuart Connolly. All rights reserved.
3028# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3129# OTHER DEALINGS IN THE SOFTWARE.
3230#
33- # More info at <http ://code.google. com/p/sequel-pro/ >
31+ # More info at <https ://github. com/sequelpro/sequelpro >
3432
3533# Builds the PostgreSQL client library for distrubution in Sequel Pro's PostgresKit framework.
3634#
Original file line number Diff line number Diff line change 11#! /bin/ksh
22
3- #
4- # $Id$
53#
64# run-tests.sh
7- # sequel-pro
5+ # PostgresKit
86#
97# Created by Stuart Connolly (stuconnolly.com) on September 9, 2012.
108# Copyright (c) 2012 Stuart Connolly. All rights reserved.
3028# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3129# OTHER DEALINGS IN THE SOFTWARE.
3230#
33- # More info at <http ://code.google. com/p/sequel-pro/ >
31+ # More info at <https ://github. com/sequelpro/sequelpro >
3432
3533if [ " ${BUILT_PRODUCTS_DIR} x" == ' x' ]
3634then
Original file line number Diff line number Diff line change 11//
2- // $Id$
3- //
42// PostgresKit-Prefix.pch
53// PostgresKit
64//
Original file line number Diff line number Diff line change 11//
2- // $Id$
3- //
42// QueryKit-Prefix.h
53// QueryKit
64//
Original file line number Diff line number Diff line change 2828# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2929# OTHER DEALINGS IN THE SOFTWARE.
3030#
31- # More info at <http ://code.google. com/p/sequel-pro/ >
31+ # More info at <https ://github. com/sequelpro/sequelpro >
3232
3333# Updates the application/bundle's Info.plist CFBundleVersion to
3434# match that of the current Git revision.
Original file line number Diff line number Diff line change 2828# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2929# OTHER DEALINGS IN THE SOFTWARE.
3030#
31- # More info at <http ://code.google. com/p/sequel-pro/ >
31+ # More info at <https ://github. com/sequelpro/sequelpro >
3232
3333# Generic Sequel Pro build script. This script is intended to replace entering lots of code
3434# into Xcode's 'Run Scripts' build phase to make it easier to work with. As such this script
Original file line number Diff line number Diff line change 2828# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2929# OTHER DEALINGS IN THE SOFTWARE.
3030#
31- # More info at <http ://code.google. com/p/sequel-pro/ >
31+ # More info at <https ://github. com/sequelpro/sequelpro >
3232
3333use strict;
3434use warnings;
3737use Getopt::Long;
3838
3939use constant PROJECT_NAME => ' sequel-pro' ;
40- use constant PROJECT_URL => ' http ://code.google. com/p/sequel-pro/ ' ;
40+ use constant PROJECT_URL => ' https ://github. com/sequelpro/sequelpro ' ;
4141
4242#
4343# Print this script's usage.
Original file line number Diff line number Diff line change 2828# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2929# OTHER DEALINGS IN THE SOFTWARE.
3030#
31- # More info at <http ://code.google. com/p/sequel-pro/ >
31+ # More info at <https ://github. com/sequelpro/sequelpro >
3232
3333# Localizes all of the application's NIB files. This script should only be run by Xcode.
3434
Original file line number Diff line number Diff line change 2828# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2929# OTHER DEALINGS IN THE SOFTWARE.
3030#
31- # More info at <http ://code.google. com/p/sequel-pro/ >
31+ # More info at <https ://github. com/sequelpro/sequelpro >
3232
3333# A very basic script to build and sign a disk image for Sequel Pro;
3434# based on better work by Stuart Connolly.
You can’t perform that action at this time.
0 commit comments